/*
		File: 	belmont_forms.css
		Date: 	Friday, October 14 2005
		Author: Rick Sweeney- ricksweeney@bac.edu
		Desc:		General presentation handler for Belmont Abbey forms
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		Copyright (c) 2005 Belmont Abbey College
*/


.form {
	padding: 2px;
	background-color: #E4DBC5 !important; /* Google Yellow Background Color Fix */
	border: 1px solid #C6BFAA;
	float: none;
}

.labelcell {
	border: 1px solid #ABA494;
	padding: 0px 0px 0px 5px;	
	
}
.labelcell_legend {
	border: 1px solid #ABA494;
	padding: 0px 0px 0px 5px;
	color:#BC0000;	
	
}
.fieldcell {
	background-color:#C7C0AC !important; /* Google Yellow Background Color Fix */
	border: 1px solid #B0A998;
	padding: 1px 1px 1px 1px; 
}
.fieldcell input { 
 	 background-color: #B9B2A0 !important; /* Google Yellow Background Color Fix */
	 color: #404040;
	 font-size: 10px; 
	 border: 1px solid #404040;
}

.fieldcell_firstname {
	background-color:#C7C0AC !important; /* Google Yellow Background Color Fix */
	border: 1px solid #B0A998;
	padding: 1px 1px 1px 1px; 
	width: 171px;
}
.fieldcell_firstname input { 
 	 background-color: #B9B2A0 !important; /* Google Yellow Background Color Fix */
	 color: #404040;
	 font-size: 10px; 
	 border: 1px solid #404040;
	 width: 171px;
}
.fieldcell_lastname {
	background-color:#C7C0AC !important; /* Google Yellow Background Color Fix */
	border: 1px solid #B0A998;
	padding: 1px 1px 1px 1px; 
	width: 171px;
}
.fieldcell_lastname input { 
 	 background-color: #B9B2A0 !important; /* Google Yellow Background Color Fix */
	 color: #404040;
	 font-size: 10px; 
	 border: 1px solid #404040;
	 width: 171px;
}



.fieldcell_email {
	background-color:#C7C0AC !important; /* Google Yellow Background Color Fix */
	border: 1px solid #B0A998;
	padding: 1px 1px 1px 1px; 
	width: 171px;
}
.fieldcell_email input { 
 	 background-color: #B9B2A0 !important; /* Google Yellow Background Color Fix */
	 color: #404040;
	 font-size: 10px; 
	 border: 1px solid #404040;
	 width: 171px;
}
.fieldcell_phone {
	background-color:#C7C0AC !important; /* Google Yellow Background Color Fix */
	border: 1px solid #B0A998;
	padding: 1px 1px 1px 1px; 
	width: 171px;
}
.fieldcell_phone input { 
 	 background-color: #B9B2A0 !important; /* Google Yellow Background Color Fix */
	 color: #404040;
	 font-size: 10px; 
	 border: 1px solid #404040;
	 width: 171px;
}

.button { 
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 	background-color: #B9B2A0 !important; /* Google Yellow Background Color Fix */
 	color: #404040; 
 	margin-left: 1px; 
 	margin-top: 2px; 
 	margin-bottom: 2px; 
	border: 1px solid #B0A998;
	text-transform:uppercase;
	
}
.button:hover { 
	
 	background-color: #F2E9D1 !important; /* Google Yellow Background Color Fix */
 	
	
}
.fieldcell textarea { 
 	 background-color: #B9B2A0 !important; /* Google Yellow Background Color Fix */
	 color: #404040;
	 font-size: 11px; 
	 border: 1px solid #404040; 
}
.fieldcell_question {
	background-color:#C7C0AC !important; /* Google Yellow Background Color Fix */
	border: 1px solid #B0A998;
	padding: 1px 1px 1px 1px; 
	width: 171px;
}
.fieldcell_question_honors {
	background-color:#C7C0AC !important; /* Google Yellow Background Color Fix */
	border: 1px solid #B0A998;
	padding: 1px 1px 1px 1px; 
	width: 350px;
	height: 50px;
}
.fieldcell_question textarea { 
 	 background-color: #B9B2A0 !important; /* Google Yellow Background Color Fix */
	 color: #404040;
	 font-size: 11px; 
	 border: 1px solid #404040;
	 width: 171px;
}

