
#principal form{
width:80%;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
margin:0 10%;
}

#principal input {
background:#fff;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
#principal .textarea {
background:#fff;
width:100%;
margin-bottom: 3px;
}
#principal select {
background:#fff;
font-family:Arial, Helvetica, sans-serif;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
#principal .submit {
clear:both;
width:100px;
background:#eee;
color:#000;
}
#left{
float:left;
width:48%;
height:auto;
}
#right{
float:right;
width:48%;
height:auto;
}
#clear{
margin-top: 10px;
padding-top:10px;
border-top:1px solid #fff;
clear:both;
width:100%;
text-align:center;
}
