@charset "UTF-8";
/* Eval Form */


a:focus, a:active {
	outline: none;	
}

#evalform {
 width:524px;
 height:400px;
 border:none;
 padding:0;
 margin:0;
 background:url(../images/bg-repeater.gif) left top repeat-y;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#fff;
}

#evalform #form-header{
 width:524px;
 height:65px;
 background:url(../images/form-header.jpg) left top no-repeat;
}

#evalform #form-body{
 width:524px;
 height:298px;
 background:url(../images/form-body.jpg) left top no-repeat;
}

#form-footer{
 width:524px;
 height:26px;
 background:url(../images/form-footer.jpg) left top no-repeat;
}

span.required{
 font-size:13px;
 font-weight:bold;
 float:left;
 margin:0 0 0 5px;
}

#submit a{
 float:left;
 width:185px;
 height:56px;
 text-indent:-9999px;
 display:inline;
 margin:12px 0 0 30px;
 background:url(../images/submit.gif) left top no-repeat;
}



/* FIELDSET LEFT */

#evalform fieldset#fieldset-left{
 float:left;
 width:232px;
 height:auto;
 margin:0 0 0 4px;
 padding:55px 0 0 0;
 border:none; 
}

#evalform fieldset#fieldset-left p{
 height:30px;
 margin:0 0 8px 0;
 padding:0;
}

#evalform fieldset#fieldset-left label{
 font-size:11px;
 font-weight:bold;
 text-align:right;
 display:block;
 width:75px;
 float:left;
 margin:5px 4px 0 3px;
}

#evalform fieldset#fieldset-left input{
 width:125px;
 height:20px;
 float:left;
 padding:2px 2px 2px 2px;
 border:  none ;
}


/* FIELDSET RIGHT */

#evalform fieldset#fieldset-right{
 float:right;
 width:255px;
 height:auto;
 margin:0 4px 0 0;
 padding:45px 2px 0 12px;
 border-top:0;
 border-right:0;
 border-bottom:0;
 border-left:1px dotted #333; 
}

	
#evalform fieldset#fieldset-right label.total{
 font-weight:bold;
 display:block;
 width:125px;
 float:left;
 margin:5px 0 5px 3px;
 font-size: 11px;
}

#evalform fieldset#fieldset-right label{
	 display:block;
	 margin:0 0 3px 4px;
	 font-weight: bold;
	 font-size: 11px;
}

#evalform fieldset#fieldset-right input.owe{
 width: 70px;
 height:20px;
 padding:2px 2px 2px 5px;
 border:0;
 float:left;
 margin: 2px 0 7px 0;

}

#evalform fieldset#fieldset-right input{
	width: 40px;
	padding: 0;
}

#evalform fieldset#fieldset-right fieldset.checkboxes {
   width: 80px;
}















