/* FORM ELEMENTS */
form {
    margin: 0;
    padding: 0;
}
label {
   /* color: #515151;#294F75;*/
    color: gray;
    font-weight: normal;
    vertical-align: middle;
}

.inpr {
    text-align: right;
}

input,textarea {

}
input, select {
    vertical-align: middle;
}

.itext {
    width: 200px;
}
.iarea {
	width: 300px;
    height: 100px;
}
.iareamax {
    width: 100%;
    height: 200px;
}
.ierror {
    width: 300px;
    color: #D01212;
    background-image:url(i/status-disvis.gif);
    background-position: 2px center;
    background-repeat: no-repeat;
    padding-left: 18px;
    font-weight: bold;
}

input.email {
    width: 150px;
}
input.password {
    width: 150px;
}

* html input, * html select{
    margin-bottom:1px;
}
/*
html>/ * * /body input,html> / * * /body select {
    margin:auto;
    vertical-align: middle;
}*/


fieldset {
    padding: 10px;
    margin: 0 0 10px 0;
}
/*html>/body fieldset { -moz-border-radius: 8px; border-radius: 8px; border: 1px solid silver;margin-bottom:15px;}*/
fieldset legend {
    font-weight: bold;
    color: #515151;
    font-size: 13px;
}
fieldset legend *{
    font-weight: bold;
    color: #515151;
    font-size: 13px;
    text-decoration: none;
}


.form {
}
.form fieldset{
    margin-bottom: 15px;
}

.validate p, .form p  {
    clear: left;
    display: block;
    width: 100%;
    /*height: expression('1%');*/
}
.validate p {
    margin: 5px 0 0 0;
    padding: 1px 3px;
}
.form p {
    margin-bottom: 5px;
}

.form label, .validate label {
    clear: left;
    float: left;
    width: 160px;
    text-align:right;
    margin-right: 5px;
    font-weight: bold;
}
.form label {
    width: 150px;
}

.form input, .validate input,
.form textarea, .validate textarea,
.form select, .validate select {
    border: 1px solid #cac9b9;
    background-color: white;
}
.validate input.required,
.validate textarea.required,
.validate select.required {
    border: 1px solid #FFCCCC;
}

.form input.cbox, .validate input.cbox {
    border: 0;
    background-color: transparent;
}

.readonly input, .readonly textarea, .readonly select{
    display: inline;
    border:0;
    background-color: transparent;
}

.filter {
    text-align: right;
}

.save {
    text-align: right;
}

.saveAll {
    text-align: right;
}

input.inpPrice {
    width: 60px;
    text-align: right;
}

/* END FORM ELEMENTS */

.form input.btn, .validate input.btn {
    background-image: url(i/but1.gif);
    width:100px;
    height:23px;
    background-color: transparent;
    border:0;
    color: white;
    font-weight: bold;
}


html>body .butt {padding-bottom:2px;}
*+html .butt {padding-top:2px;}

/** blue buttons */
input.but70, input.but100,input.but120, input.but140{
    height: 23px;
    font-size: 11px;
    color: white;
    font-weight: bold;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    border:0;
}
input.but70 {
    width: 71px;
    background-image:url(i/but-search.gif);
}
input.but100 {
    width: 100px;
    background-image:url(i/but1.gif);
}
input.but120 {
    width: 120px;
    background-image:url(i/but120.gif);
}
input.but140 {
    width: 140px;
    background-image:url(i/but140.gif);
}

/** green buttons */
.save input, input.gbut69, input.gbut100, input.gbut120, input.gbut140, input.gbut150{
    height: 23px;
    font-size: 11px;
    color: white;
    font-weight: bold;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    border:0;
}
input.gbut69 {
    width: 69px;
    background-image:url(i/butg-69.gif);
}
.save input,input.gbut100 {
    width: 100px;
    background-image:url(i/butg-100.gif);
}
input.gbut120 {
    width: 120px;
    background-image:url(i/butg-120.gif);
}
input.gbut140 {
    width: 140px;
    background-image:url(i/butg-140.gif);
}
input.gbut150 {
    width: 150px;
    background-image:url(i/butg-150.gif);
}

ul.register li {
	background-image: none;
}
