

/*-----------------------------------------------------------------------------------------------*/
/*                                         Online Forms                                          */
/*-----------------------------------------------------------------------------------------------*/

.form_top, .form_btm {
	width: 524px;
	height: 5px;
	display: block;
	}
	
.form_top {background: url(../images/online_forms/form_bg_top.gif) no-repeat;}
.form_btm {background: url(../images/online_forms/form_bg_btm.gif) no-repeat;}


form.online_form {
	background: url(../images/online_forms/form_bg.gif) repeat-y;
	width: 504px;
	padding: 10px;
	margin: 0;
	}

form.online_form td {
	font-size: 12px;
	color: #555555;
	padding: 5px 5px 10px 5px;
	vertical-align: top;
	}
	
form.online_form h1 {
	background: url(../images/online_forms/break.gif) repeat-x bottom;
	font-size: 20px;
	font-weight: bold;
	margin: 0 !important;
	padding: 5px 0 10px 0;
	}
	
form.online_form h3 {
	font-size: 16px;
	margin: 0;
	padding: 10px 0 5px 0;
	display: inline;
	}
form.online_form h4 {
	font-size: 13px;
	margin: 0;
	padding: 10px 0 5px 0;
	display: inline;
	}
	
form.online_form small {
	color: #c82323;
	font-size: 11px;
	}
	
.no-red {
	color:#555555 !important;
}
	
form.online_form em {
	color: #c82323;
	}
	
form.online_form input, form.online_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	border: 1px solid #bebeb4;
	padding: 3px;
	color: #333;
	}
	
form.online_form textarea {resize: none;}
	
input.one_col, textarea.one_col  {width: 150px !important;}		
input.two_col, textarea.two_col  {width: 200px !important;}
input.three_col, textarea.three_col  {width: 368px !important;}
.sponsorship input.two_col, .sponsorship textarea.two_col  {width: 280px !important;}
.security input.two_col, .security textarea.two_col  {width: 280px !important;}


tr.box {
	background: #e6e6e1;
	}	

form.online_form .break {
	background: url(../images/online_forms/break.gif) repeat-x center;
	height: 2px !important;
	}
	
table.details {
	background: #e6e6e1;
	padding: 5px;
	}
	
table.details td {vertical-align: top;}
	
td.col_1 {width: 200px !important;}
.sponsorship td.col_1 {width: 200px !important;}

form.online_form input.submit, form.online_form input.reset {
	background: url(../images/online_forms/submit_btn.gif) no-repeat;
	width: 130px;
	height: 25px;
	display: block;
	border: none;
	text-indent: -9999px;
	}
	
form.online_form input.reset {background: url(../images/online_forms/reset_btn.gif) no-repeat; margin-top: 5px;}		
	
form.online_form input.submit:hover, form.online_form input.reset:hover {
	background-position: 0 -25px;
	cursor: pointer;
	}
	
form.online_form ul li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	}

	
form.online_form td.required  {
	position: relative;
	}
	
form.online_form textarea.error, form.online_form input.error  {
	border: solid 1px #c82323;
	}

form.online_form label.error  {
	background: url(../images/online_forms/error.png) no-repeat;
	color: #fff;
	line-height: 12px;
	position: absolute;
	width: 120px;
	height: 12px;
	padding: 9px 10px 11px 20px;
	margin-top: -2px;
	margin-left: -10px;
	z-index: 5;
	}
	
form.online_form .errorbtm label.error  {
	background: url(../images/online_forms/errorbtm.png) no-repeat;
	color: #fff;
	line-height: 12px;
	position: absolute;
	width: 118px;
	height: 12px;
	padding: 14px 10px 9px 10px;
	margin-top: -5px;
	z-index: 5;
	}
	
form.online_form .errorbtm.up label.error  {
	margin-top: -20px;
	}

	

