/* Form----------------------------------------------- */

INPUT {
    FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    
}

input, select, textarea
{
color:#333;
background: #fff url(shadow.png)no-repeat left top;
}

form.css fieldset 
  {
  padding: 1.2em;

  }
form.css label 
  {
  display: inline;
  float: left;
  width: 110px;

  } 

form.css legend
  {
  vertical-align : middle;
  color:#000000;
  font-weight:normal;

  }

select, input[type="text"], input[type="password"] {BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 10px; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #FAFAFA;}

.cssform p{  
width: 325px;
clear: left;
margin: 0px;
padding: 5px 0 5px 0 ;
margin-bottom: 0px;
padding-left: 165px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
text-align:left;
}

.cssform a:hover { color: #476b8e; }

.ct{
width: 325px;
clear: left;
margin: 0px;
padding: 5px 0 5px 0 ;
margin-bottom: 0px;
padding-left: 165px; /*width of left column containing the label elements*/
border-top: 0px;
height: 1%;
text-align:left;
}



.cssform_t1{
width: 495px;
padding: 5px 5px 5px 5px ;
margin-bottom: 0px;
FONT-SIZE: 11px;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
color: #A94D33;
FONT-WEIGHT: bold;
background:#EEEEE7;
}



.cssform_t2{
width: 495px;
padding: 5px 5px 5px 5px ;
margin-bottom: 0px;
margin-top: 0px;
FONT-SIZE: 11px;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
background:#ffe0a7;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -165px; /*width of left column*/
width: 160px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 300px;

}


