@charset "utf-8";
/* CSS Document */

.selectDateMonth {
	font-size: 11px;
	width:45px;
	height: 20px;
}
/*style for calendar date and month*/

.txtYear {font-size: 11px;
	width:33px;
	height: 16px;}
/*style for calendar year*/

.selectGender{
	font-size: 11px;
	width:148px;
	height: 20px;
}
/*style for gender*/

.formText{
	font-size: 11px;
	width:150px;
	height: 18px;
}
/*style for general text boxes*/

.formTextAreas{
	font-size: 11px;
	width:250px;
	height: 80px;
}
/*style for text areas exempt from job related form text areas*/

.formJobTextAreas{
	font-size: 11px;
	width:400px;
	height: 100px;
}
/*style for job related text areas*/

.buttonControl {
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #CCCCCC;
	height: 22px;
	width: auto;
}
/*style for buttons*/
	