/* CSS Document */

.cssform p{
width: 200px;
clear: left;
margin: 0;
padding-top:5px;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height:25px;
}

.cssform label{
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:0.9em;
height:15px;
line-height:15px;
width:70px;
padding-top:5px;
padding-left:5px;
display:block;
}

.cssform span.texto_form_left{
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:0.9em;
height:15px;
line-height:15px;
font-weight:bold;
padding-top:5px;
padding-left:5px;
display:block;
}

.rotulo1{

font-family:Arial, Helvetica, sans-serif;
color:#006;
background-color:#FC6;
border:#F00 1px dashed;
height:20px;
padding-top:5px;
padding-left:5px;
display:block;
width:100px;
}

.rotulo2{

font-family:Arial, Helvetica, sans-serif;
color:#006;
background-color:#FC6;
border:#F00 1px dashed;
height:20px;
padding-top:5px;
padding-left:5px;
display:block;
width:35px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
/*width: 180px;*/
background-color:#EFEFEF;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:0.9em;
height:18px;
line-height:18px;
border:#333 1px solid;
}

.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
background-color:#EFEFEF;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:0.9em;
height:18px;
line-height:18px;
border:#333 1px solid;
}

.cssform select{ /*width of text boxes. IE6 does not understand this attribute*/
background-color:#EFEFEF;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:0.9em;
height:20px;
line-height:20px;
border:#333 1px solid;
}

.cssform input[type="submit"] {
background-color:#EFEFEF;
height:25px;
border:#036 1px solid;
color:#006;
text-align:center;
width:50px;
}

.cssform textarea{
width: 650px;
background-color:#EFEFEF;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:0.9em;
line-height:18px;
border:#333 1px solid;
}

* html .threepxfix{
margin-left: 3px;
}