@charset "UTF-8";
/* CSS Document */
body{background-color:#FFFEE2}

a#inline:link{font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline;}
a#inline:visited{font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline;}
a#inline:active{font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline;}
a#inline:hover{font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline;}

#vouch4me {position:relative; float:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; width:480px; margin:0px;}
#vouch4me h1 {font-family:Arial,Helvetica,sans-serif; font-weight:401; font-size:12px;}

#vouch4me #message {position:relative; float:left; margin:20px 0 20px 15px; width:40%;}
#vouch4me #message li{position:relative; float:left; clear:both; color:#FF0000; list-style:square;}


#vouch4me #frm_vouch4me .formElement {position:relative; float:left; clear:both; margin:0 0 20px 0; font-family:Arial,Helvetica,sans-serif; font-weight:401; font-size:12px; font-style:normal;}
#vouch4me #frm_vouch4me .formElement label{position:realtive; float:left; width:200px; font-weight:bold;}
#vouch4me #frm_vouch4me .formElement #lbl_voucherDelivery{width:100%; margin:0 0 10px 0;}
#vouch4me #frm_vouch4me .formElement .hintText {font-size:12px; font-style:italic;}

/* Buttons */
#vouch4me #frm_vouch4me #buttons {width:100%}
#vouch4me #frm_vouch4me #buttons #startAgainButton{float:left;}
#vouch4me #frm_vouch4me #buttons #submitButton{float:right;}

input.button {font-family:Arial, Helvetica, sans-serif; color:#FFFF99; border:1px solid; border-color:#3E2D17; background-color:#3E2D17; }

#vouch4me #confirmElements {position:relative; float:left; margin:0 0 20px 15px;}
#vouch4me #confirmElements li{position:relative; float:left; clear:both; color:#000; list-style:square;}
#vouch4me #confirmElements .confirmElement{position:relative; float:left; width:200px; font-weight:bold;}

form input{
	background-color:#FFFFFF;
	padding:4px;
	border:solid;
	border-width:1px;
	border-color:#666666;
}