@charset "utf-8";


div.formRow {
   padding: 5px 0;
   margin: 4px 0;
   clear: both;
   font-size: 12px;
   color:#60615D;
}

div.formRowLeft, div.FormRowRight {
    float:left;
}

div.formRowLeft {
    width:150px;
}

div.FormRowRight {
    width:350px;
}

div.FormRowRight input[type=text], 
div.FormRowRight input[type=password],
div.FormRowRight textarea {
    width: 250px;
    border: 1px solid #dc0006;
   font-size: 12px;
   color:#60615D;
}

* html input, * html textarea {
    width: 250px;
    border: 1px solid #dc0006;
   font-size: 12px;
   color:#60615D;
}

div.FormRowRight textarea {
    height:150px;
}


div.FormRowRight input.secCode {
    width: 100px;
}


