/* * * ALL FORM STYLES HERE * * */

h6.form{
	width:502px;
	height:32px;
	margin-top:3px;
	margin-right:0px;
	margin-bottom:2px;
	padding-top:10px;
	padding-left:6px;
	background-color:#0A4E99;
	float:left;
	display: block;
	font-size: 11pt;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

hr.formLine{
	width:94%;
	height:2px;
	clear:both;
	display:block;
	color:#0A4E99;
	background-color:#0A4E99;
}

fieldset {
	border:1px dashed #0A4E99;
	padding:10px;
	width:507px;
	margin:10px 0 0 30px;
}

legend {
	font:17px/33px Arial, sans-serif;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#0A4E99;
	*margin:0 0px 7px -7px;
}
label {
	width:146px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#333;
	background:#DFDFDF;
	float:left;
	display: block;
	font-size:15px;
	font-weight: bold;
	line-height: 1.1;
}
label.small {
	width:146px;
	height:38px;
	margin-top:3px;
	margin-right:2px;
	padding-top:5px;
	padding-left:6px;
	color:#333;
	background:#DFDFDF;
	float:left;
	display: block;
	font-size:13px;
	font-weight: bold;
	line-height: 130%;
}
label.smaller {
	width:146px;
	height:40px;
	margin-top:3px;
	margin-right:2px;
	padding-top:3px;
	padding-left:6px;
	color:#333;
	background:#DFDFDF;
	float:left;
	display: block;
	font-size:11px;
	font-weight: bold;
	line-height: 115%;
}
label.info {
	width:140px;
	height:173px;
	margin-top:3px;
	margin-right:2px;
	padding-top:10px;
	padding-left:6px;
	padding-right:6px;
	color:#333;
	background:#DFDFDF;
	float:left;
	display: block;
	font-size:11px;
	font-weight: bold;
	line-height: 115%;
}
	label.info strong{
		font-size:14px;
		display:block;
	}
label span.small{
	display:block;
	font-size:11px;
	margin-top:-8px;
}
.wideLabel{
	width:100%;
	height:38px;
	margin-top:3px;
	margin-right:0px;
	margin-bottom:5px;
	padding:12px 0 0 0;
	background-color:#0A4E99;
	float:left;
	display: block;
	font-size: 18px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:20px;
}
.wideLabel2{
	width:100%;
	height:44px;
	margin-top:3px;
	margin-right:0px;
	margin-bottom:5px;
	padding:6px 0 0 0;
	background-color:#0A4E99;
	float:left;
	display: block;
	font-size: 13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:20px;
}
	.wideLabel2 span{
		font-size:11px;
	}

.wideBox{
	width:487px;
	height:80px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:5px;
	padding:5px 10px;
	background-color:#0A4E99;
	float:left;
	display: block;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:130%;
}

.form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}
.holder {
	background-color:#fff;
}
.div_textbox {
	width:347px;
	float:right;
	background-color:#EDEDED;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.div_textbox_tall{
	width:347px;
	float:right;
	background-color:#EDEDED;
	height:55px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}
	.div_textbox_tall span{
		font-weight:bold;
		margin-bottom:3px;
	}
	
.div_textbox_wide {
	width:507px;
	float:right;
	background-color:#EDEDED;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.textbox {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.textbox:focus, .textbox:hover {
	background-color:#FFFBEF;
}

.password {
	background-image: url(../img/16s.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.password:focus, .password:hover {
	background-color:#FFFBEF;
}

.textboxWide {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:455px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.textboxWide:focus, .textboxWide:hover {
	background-color:#FFFBEF;
}

.nightsBox {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:175px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.nightsBox:focus, .nightsBox:hover {
	background-color:#FFFBEF;
}

.codeBox {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:45px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.codeBox:focus, .codeBox:hover {
	background-color:#FFFBEF;
}

.div_textarea {
	width:347px;
	float:right;
	background-color:#EDEDED;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textarea {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.textarea:focus, .textarea:hover {
	background-color:#FFFBEF;
}

.div_textareaInfo {
	width:347px;
	float:right;
	background-color:#EDEDED;
	height:175px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textareaInfo {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	height:160px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.textareaInfo:focus, .textareaInfo:hover {
	background-color:#FFFBEF;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#FFFBEF;
}
   
.password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#FFFBEF;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
.email:focus, .email:hover {
	background-color:#FFFBEF;
}

.select{
font-size:16px;
width:318px;
color: #444444;
height:32px;
padding:3px 0 0 20px;
background-image: url(../img/16t.png);
background-repeat: no-repeat;
background-position:left;
}

.selectMonth{
font-size:16px;
width:183px;
color: #444444;
height:32px;
padding:3px 0 0 20px;
background-image: url(../img/16t.png);
background-repeat: no-repeat;
background-position:left;
float:left;
margin-right:10px;
}

.selectYear{
font-size:16px;
width:143px;
color: #444444;
height:32px;
padding:3px 0 0 20px;
background-image: url(../img/16t.png);
background-repeat: no-repeat;
background-position:left;
}

.button_div {
	width:287px;
	float:right;
	background:transparent;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin:8px 0 0 0;
	padding:5px 31px 3px;
}
.buttons {
	background: #CF1920;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #EF4A51 #BF2329 #BF2329 #EF4A51;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

.div_radio {
		width:347px;
		float:right;
		background-color:#EDEDED;
		height:32px;
		margin-top:3px;
		padding-top:11px;
		padding-bottom:1px;
		padding-left:5px;
		display:block;
		color:#333;
	}	
.div_radioSmall {
		width:347px;
		float:right;
		background-color:#EDEDED;
		height:40px;
		margin-top:3px;
		padding-top:2px;
		padding-bottom:1px;
		padding-left:5px;
		display:block;
		color:#333;
		font-size:11px;
	}
 .radio {
		width:16px;
		height:16px;
}

.leftChecks{
	float:left;
	width:190px;
}

.rightChecks{
	float:left;
	margin-left:20px;
	width:280px;
}


/** This is for the image verification captcha text box style ***/
label.captcha {
	width:142px;
	height:45px;
	margin-top:3px;
	margin-right:2px;
	margin-left:-7px;
	padding-top:0px;
	padding-bottom:3px;
	float:left;
	display: block;
	font-size:11px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	text-align:center;
	background-color:transparent;
}

#siteseal{
	padding-left:30px;
}
.formnotes{
	padding-left:30px;
}


/* * ERROR HANDLING * */

/* Crappy Fix until I get rid of the error messages under text boxes */
			label.error{
				visibility:hidden; 
				font-size:0em;
				height:0;
				line-height:0em;
			}			
			/* validation error message bar */
			#drawer {
				background:#87A3BC url(../img/h80.png) repeat-x scroll 0 0;
				_background-color:#ddd;
				overflow:visible;
				position:fixed;	
				left:0;
				top:0;
				text-align:center;
				padding:15px;
				font-size:18px;
				border-bottom:2px solid #28455C;
				width:100%;
				display:none;
				z-index:2;
				color:#fff;
			}			
			input.error {
				border:2px solid red;
				background-color:#f8a1a8;	
			}			
			textarea.error {
				border:2px solid red;
				background-color:#f8a1a8;	
				float:;		
			}			
			select.error {
				background-color:#f8a1a8;	
			}
			input.error:hover, input.error:focus{
				background-color:#f8a1a8;
			}
			textarea.error:hover, textarea.error:focus{
				background-color:#f8a1a8;
			}
