/* Start content styles */
DIV.lookupContainer {
	margin-top: 20px;
	border-top: 1px solid #DEE9FB;
	border-bottom: 1px solid #DEE9FB;
	border-left: none;
	border-right: none;
	background: #fff;
	padding: 1px 0;
}

DIV.lookup { 
	background: #E7F4FD;
	padding: 1px 12px; 	
	}
DIV.lookup P { margin: 11px 0; }

DIV.lookup P.formfieldNote { 
	margin: 0 0 10px; 
	font-size: 10px; 
	}

/* end content styles */

/* 5.22.03 */
DIV.headerContainer {
	border-top: 1px solid #DEE9FB;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #fff;
	padding: 1px 0;
}

DIV.formContainer {
	border-top: 1px solid #DEE9FB;
	border-bottom: 1px solid #DEE9FB;
	border-left: none;
	border-right: none;
	background: #fff;
	padding: 1px 0;
}

DIV.header { 
	background: #E7F4FD;
	padding: 17px 10px; 	
	}

DIV.headerArea {
	margin-top: 6px;
	margin-bottom: 8px;
	}

.redheader {
	color: #f60;
	font-size: 13px;
	}
	
INPUT.smalltextbox { 
	background: #F0F0F0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 50px; 
	height: 16px;
	}

INPUT.mediumtextbox { 
	background: #F0F0F0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 100px; 
	height: 16px;
	}

INPUT.textbox { 
	background: #F0F0F0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 180px; 
	height: 16px;
	}
	
TEXTAREA.textbox { 
	background: #F0F0F0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 180px; 
	height: 80px;
	}	
	
SELECT.smallselect { 
	background: #F0F0F0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	width: 58px; 
	height: 18px;
	}
	
SELECT.bigselect { 
	background: #F0F0F0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	width: 184px; 
	height: 18px;
	}
	