/* This stylesheet contains all commonly used classes like form fields*/

body {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	} 	
h1, h2, h3 {
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 120%;
	}
h2 {
	font-size: 110%;
	}
h3 {
	font-size: 100%;
	}	
.Custom_Bold, .bold {
	font-weight: bold;
	}
.Custom_Italic {
	font-style: italic;
	}

/*****************************************************************************/
/* Form Elements                            */
/*****************************************************************************/	
	
form { 
	margin: 2px;
	padding: 0;
	}
input, select, textarea {
	margin: 0;
	margin-bottom: 2px;
	}
.disabledBtn {	/*For the disabled button*/
	padding: 0 4px 0 4px;
	} 
.formBtn {
	padding: 0 4px 0 4px;
	}
.date {
	width: 68px;
	}	
.selSmall {
	width: 46px;
	margin: 5px 0;	
	}	
.selMedSmall {
	width: 118px;
	margin: 5px 0;	
	}	
.selMedium {
	width: 155px;
	margin: 5px 0;		
	}	
.selLarge {
	width: 283px;
	margin: 5px 0;	
	}
select.selNoBorder {
	border: 1px solid #69c;
	padding: 0;
	margin: 0;
	}
select.selNoBorder option {
	width: auto;
	}	
.txtSmall {
	width: 46px;
	}	
.txtMedium {
	width: 151px;
	}	
.txtLarge {
	width: 260px;
	}	
.txtLogin {
	width: 62px;
	}	
.txtAreaLarge {
	width: 280px;
	}	
.txtAreaMedium {
	width: 190px;
	}	
.txtAreaSmall {
	width: 100px;
	}
/***************Start Common classes *****************/
#centerAlign{
	text-align: center;
}
/***************End Common classes *****************/	


/***************Start Form Section *****************/
#contactForm {
	width: 400px;
	text-align: left;
	}
#contFormFldSet{
	margin: 10px 0 0 0;
	border: 0;
	padding: 0;
	}
legend {
	display: none;
	}
#contactForm label {
	display: block;
	width: 310px;
	line-height: 14px;
	padding: 0 0 0 0;
	}
#contFormFldSet input {
	display: block;
	margin-top: 3px;
	}
#contFormFldSet select {
	float: left;
	display: block;
}
#contactForm label.field-first {
	clear: left;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
	}
#contactForm label.field-first, #contactForm label.field-last {
	float: left;
	margin: 0 10px 0 0;
	width: 180px;
	color: #000;
	}
#contFormFldSet textarea {
	display: block;
	}
#contactForm textarea {
	margin-top: 3px;
	}
.requiredFields{
	color: #FF0000;
	}	
.description{
	font-size: 9px;
	float: left;
	}
#contFrmWrapper #contactForm {
	width: 500px;
	}
#contactForm .fldSetLarge {
	float: left;
	margin: 0 0 0 0;
	width: 266px;
	}
#contactForm .extn{
	float: right;
	margin-right: 2px !important;
	margin: 2px 0 0 0;
	}	
#em0, #em1, #em2, #em3 {
	clear: both;
	padding-bottom: 5px;
	display: none;
	}

#contFormFldSet input, #contFormFldSet select, #contFormFldSet textarea {
	background-color:#FFFFFF;
	margin:0px;
}
#contFormFldSet .txtLarge{
	width:200px;
	border:1px solid #7F9DB9;
}
#contFormFldSet .btnGlobal {
	background-color:#7993D7;
	border:1px none;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
}
/***************End Form Section *****************/	