/* CSS Document */
.globalTextBox_off {
	height:16px;
	font-family:arial, sans-serif;
	font-size:11px; 
	color: #666666;
	font-weight: normal;
	border: 1px solid #999999; 
	background-color:#FFFFFF;
}
.globalTextBox_on {
	height:16px;
	font-family:arial, sans-serif;
	font-size:11px; 
	color: #666666;
	background-color:#F5F5F5;
	font-weight: normal;
	border: 1px solid #999999; 
}
.requiredField { 
	font-family: arial, sans-serif;
	font-size:10px; 
	color: #FF0000;
	font-weight: normal;
}
.textBoxLabel { 
	font-family: arial, sans-serif;
	font-size:12px; 
	color: #000000;
	font-weight: normal;
}
.selectBox {
	font-family:arial, sans-serif;
	font-size:11px; 
	color:#666666;
	font-weight: normal;
	background-color:#F5F5F5;
	border: 1px solid #999999; 
}
.textOptions { 
	font-family: arial, sans-serif;
	font-size:12px; 
	color: #000000;
	font-weight: normal;
}
.textN { 
	font-family: arial, sans-serif;
	font-size:12px; 
	color: #000000;
	font-weight: normal;
}
.alreadySubmitMsg { 
	font-family: arial, sans-serif;
	font-size:12px; 
	color: #CC0000;
	font-weight: normal;
}
.btnOff {
	font-family : arial, sans-serif;
	font-size : 12px; 
	font-weight: normal;
	color: #333333;
	border: 1px solid #1B7BE8; 
	border-right:2px solid #1B7BE8; 
	border-bottom: 2px solid #1B7BE8; 
	background-color: #E6F2FF;
	height:20px;
}
.btnOn{
	font-family: arial, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #333333;
	border: 1px solid #1B7BE8; 
	border-right:2px solid #1B7BE8; 
	border-bottom: 2px solid #1B7BE8; 
	background-color: #BFDFFF; 
	height:20px;
}
