@charset "utf-8";
/* CSS Document */

#feedbackForm{
 width:400px;
 margin:auto;
}


.label{
width:100px;
float:left;
}

.frmLine, .frmLineH{
height:30px; width:100%; clear:both;
}
.frmLineH{
visibility:hidden;
display:none;
}

input{width:280px;}

textarea{
width:380px;
}

#complaintform { height:540px; }

.wSub { padding-bottom:0; margin-bottom:2px; }

.frmSubHd { font-style:italic;}

.frmWide { width:770px; }
.frmCol, .frmCol1 { width:360px; float:left; }
.frmCol { margin-left:20px; }

#frmComplaint { width:100%; height:440px; margin-top:2px;}

.frmMLine { width:100%; clear:both; margin-bottom:10px;  }

.frmMLine input { width:99%; margin-top:2px; border:1px solid #999; padding:4px 2px;}
.frmMLine textarea { border:1px solid #999; padding:4px 2px;}
.frmMLine label {font-size:11px; font-style:italic;}

.statusMsg { width:100%; height:540px; clear:both; text-align:center; display:none;}
    .statusMsg h3 { padding:30px 0; }
    
#jsRequired { font-weight:bold; color:#600;}
#btnsubmit { display:none; }

#mrk1, #mrk2 { color:#369; }

/* #frmLot{border:1px solid #F00;} */
