/*
line options format 

	textfield smallfield textfield smallfield
	
	textfield largefield
	
	textfield textareafield
	
	fullfield
	
	buttonfield
*/



#bsiform { 
	margin-left: 5px; 
	margin-right: 5px; 
	width:420px;
	font-family:Verdana,Myriad,Myriad Pro,Verdana;
	font-size:10px;
	text-align:left;
	line-height:2em;
	}

#bsiform .errormessage {
	float:left; 
	width:420px;
	padding-left:125px;
	font-family:Verdana,Myriad,Myriad Pro,Verdana;
	font-size:10px;
	color:#ff0000;
	margin-top:10px;
	margin-bottom:10px;
}
	
#bsiform input { 
	background:#D0CAAA;
	border:1px solid #202020;	
	height:18px;
	color:#202020;
}
	
#bsiform select { 
	border:1px solid #202020;	
	width:160px;
	background-color:#DCEEF6;
	font-size:10px;
}


#bsiform input[type='checkbox'],#bsiform input.checkbox { 
	float:left; 
	border:0px solid #202020;
	width:14px; 
	height:14px; 
	background:transparent;
	margin-right:5px;
	margin-top:2px;
} 

#bsiform input[type='radio'],#bsiform input.radio { 
	float:left; 
	border:0px solid #202020;
	width:14px; 
	height:14px; 
	background:transparent;
	margin-right:5px;
	margin-top:2px; 
} 

#bsiform .number { 
	width:30px;	
}


#bsiform .short { 
	width:100px;	
}

#bsiform .long { 
	width:275px;	
}
 
#bsiform .full { 
	width:240px;
}

#bsiform textarea {
	background:#D0CAAA;
	border:0px;
	height:60px;
	width:240px;
	color:#202020;
	overflow: auto;
	border:1px solid #202020;	
}


#bsiform .textfield { 
	float:left; 	
	width:110px;
	text-align:right;
	height:16px;
	padding-right:5px;
}	
	
#bsiform .smallfield { 
	float:left; 	
	width:160px;
	height:25px;
}	

#bsiform .largefield { 
	float:left; 	
	width:300px;
	height:25px;
}	

#bsiform .textareafield { 
	float:left; 	
	width:300px;
}	

#bsiform .numberfield { 
	float:left; 	
	width:160px;
	height:25px;
}	


#bsiform .textareafieldsm { 
	float:left; 	
	width:270px;
	height:110px;
}	

#bsiform .fullfield { 
	float:left; 	
	width:270px;
	height:20px;
}	

#bsiform .buttonfield { 
	margin-top:10px;
	float:left; 	
	width:242px;
}	

#bsiform input[type='submit'],#bsiform input.submit,#bsiform input[type='button'],#bsiform input.button{ 
	float:right;
	width:100px;
	padding:0px;
	font-weight:normal;	
	margin-top:2px;
	border:1px solid #202020;
	height:23px;
	background:#ce6f19;	
	color:#F7EDD4;

}

#bsiform input[type='submit'].short,#bsiform input.submit.short,#bsiform input[type='button'].short,#bsiform input.button.short{ 
	/*background:url(../images/bg_btn75.gif);*/	
	width:100px;
}

#bsiform input[type='submit']:hover,#bsiform input.submit:hover,#bsiform input[type='button']:hover,#bsiform input.button:hover{ 
	color:#202020;
}

#bsiform input.error,#bsiform textarea.error,#bsiform select.error {
	background-color:#F6A026;
	/*border-color:#FFFFFF;*/
}

#bsiform .groupfield {
	float:left; 
	width:460px;
	margin-top:5px;
	padding:0px;
	font-size:10px;
}
	
	

textarea { padding: 0; }



/* COMMENT FORM */


/* hFORM */
form.hform .field { margin-bottom: 10px; }
form.hform .field label { float: left; width: 100px; }
form.hform .field input { width: 200px; }
form.hform .field select { width: 200px; }
form.hform .field input.button { width: auto; }
form.hform .field input.checkbox { width: auto; }
form.hform .field input.radio { width: auto; }
form.hform .field.checkbox { margin-left: 100px; }
form.hform .field.checkbox label { float: none; }
form.hform .field.checkbox input { width: auto; }

/* vFORM */
form.vform .field { margin-bottom: 10px; }
form.vform .field label { display: block; }
form.vform .field.checkbox label { display: inline; }


/* COMMENT FORM */
.comment-form { margin-top: 10px; }
.hform.comment-form .field { width: 410px; margin-bottom: 1em; }
.hform.comment-form .text { width: 300px; }
.hform.comment-form .textarea { height:100px; width: 300px; font-size: 10px; font-family: Arial, sans-serif; }
.hform.comment-form .submit { float: right; margin-right: 5px; }

.hform.comment-form input[type='submit'], 
.hform.comment-form input.submit,
.hform.comment-forminput[type='button'],
.hform.comment-forminput.button { 
	float:right;
	width:100px;
	padding:0px;
	font-weight:normal;	
	margin-top:2px;
	border:1px solid #202020;
	height:23px;
	background:#ce6f19;	
	color:#F7EDD4;
}