/*
line options format 

	textfield smallfield textfield smallfield
	
	textfield largefield
	
	textfield textareafield
	
	fullfield
	
	buttonfield
*/

#bsiform { 
	margin-left: 5px; 
	margin-right: 5px; 
	float:left; 
	width:580px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#bsiform .errormessage {
	float:left; 
	width:580px;	
	padding-left:125px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	margin-top:10px;
	margin-bottom:10px;
}
	
#bsiform input { 
	border:2px solid #004E96;	
	width:160px; 
	height:16px;
	background-color:#F0F0F0;
}
	
#bsiform select { 
	border:2px solid #004E96;	
	width:160px;
	height:16px;
	background-color:#F0F0F0;
}


#bsiform input[type='checkbox'],#bsiform input.checkbox { 
	border:0px;
	width:20px; 
	margin-top:10px;
} 

#bsiform .short { 
	width:100px;	
}

#bsiform .long { 
	width:275px;	
}

#bsiform .full { 
	width:440px;	
}

#bsiform textarea {
	border:2px solid #004E96;
	width:440px;
	height:150px;
	background-color:#F0F0F0;
}


#bsiform .textfield { 
	float:left; 	 
	width:110px;
	text-align:right;
	height:16px;
	padding-right:5px;
	padding-top:4px;
	
}	
	
#bsiform .smallfield { 
	float:left; 	
	width:160px;
	height:25px;
}	

#bsiform .largefield { 
	float:left; 	
	width:440px;
	height:25px;
}	

#bsiform .textareafield { 
	float:left; 	
	width:440px;
	height:155px;
}	

#bsiform .fullfield { 
	float:left; 	
	width:560px;
	height:25px;
}	

#bsiform .buttonfield { 
	margin-top:10px;
	float:left; 	
	width:560px;
	text-align:right;	
}	

#bsiform input[type='submit'],#bsiform input.submit,#bsiform input[type='button'],#bsiform input.button{ 
	border:1px solid #f0f0f0;
	height:25px;
	width:150px;
	color:#ffffff;
	background-color:#2D6AB4;
}

#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:75px;
	height:26px;
	padding:0px;
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
}

#bsiform input[type='submit'].short:hover,#loginform input.submit.short:hover,#loginform input[type='button'].short:hover,#loginform input.button.short:hover{ 
	background:url(../images/bg_btn75hover.gif);
	}

#bsiform input.error,#bsiform textarea.error,#bsiform select.error {
	background-color:#FF8080;
	border-color:#FFFFFF;
}

	