#content_form {
	
	padding: 0;
	border: 0px solid #000;
	
}
#content_form legend { 
	color: #797a81; 
	font-family: georgia, arial, tahoma, verdana, sans-serif;
	/*font-family: arial, tahoma, sans-serif; */
	font-weight: bold; 
	font-size: 1.25em; 
	line-height: 1.3em;
	line-height: 1.4em; 
	margin-left: 10px; 
}
#content_form .inlineform{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#content_form fieldset {
	border: 0px solid #a6a6a6;
	display: block;
	margin: 0 0 10px;
	vertical-align: top;
	padding: 0;
}
/*#content_form legend { color: #444; font-size: 1.25em; font-weight: bold; line-height: 1.4em; margin-left: 10px; }*/
#content_form .fieldsetwrap{ padding: 5px 10px; }
#content_form .btnrow{ float: left; margin-bottom: 0px; }
#content_form input.txt, #content_form input.txt-s, #content_form input.txt-l, #content_form input.txtdt, #content_form input.txtdtt { 
	margin-right: 3px; margin-bottom: 0;
}

#content_form input.txt{ border: 1px solid #c3c3c3;}
#content_form input.txt-xs{ width: 40px; }
#content_form input.txt-s{ width: 80px; }
#content_form input.txt-l{ width: 90%; }
#content_form input.txtdt{ width: 70px; }
#content_form input.txtdtt { width: 130px; }
#content_form input.btn, #content_form input.rad, #content_form input.chk { margin-right: 3px; }
#content_form textarea.ta { border: 1px solid #c3c3c3; width: 90%; font-family: arial, tahoma, verdana, sans-serif; font-size: 1.1em; height: 32px; }
#content_form textarea.ta2 { width: 90%; font-family: arial, tahoma, verdana, sans-serif; font-size: 1.1em; height: 70px; }
#content_form input.btn-big{ font-size: 1.2em; font-weight: bold; font-family: arial, tahoma, verdana, sans-serif; }

#content_form .datafield { 
	width: 100%; 
	border: 0px solid #ececec; 
	/*border-collapse: collapse; */
	margin-bottom: 10px;
	padding: 0px 10px;
}
#content_form td.lbl, #content_form td.lbl-l , #content_form  label{ 
	text-align: right; 
	padding: 4px 5px;

	vertical-align: top; 
	font-size: 12px;/*0.9em; */
	line-height: 1.5em;
	width: 25%;
}
#content_form td.lbl-l { text-align: left; }
#content_form td.data, #content_form td.data2 {
	width: 75%;
	border: 0px solid #ececec;
	padding: 4px 5px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	font-size: 12px;/*0.9em;*/
}
#content_form td.data3 {
	
	border-top: 0px solid #ececec;
	padding: 8px 0;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	font-size: 0.9em;
}

#content_form td.data2 { width: 24%; border: 0; }
#content_form td.trt { text-align: right; }
#content_form td.sixty	{ width: 60%; }
#content_form td.half		{ width: 50%; }
#content_form td.qtr		{ width: 40%; }
#content_form td.thirty	{ width: 30%; }
#content_form td.twenty 	{ width: 20%; }
#content_form td.ten 		{ width: 10%; }
#content_form td.q		{ width: 25%; }
#content_form table .ctr { text-align: center; }
#content_form span.sm {
	display: block;
	font-size: 9px;
	line-height: 150%;
	color: #545454;
}

/*
#content_form button {
	margin: 15px 0 18px 0;
	background: url(../img/btn-w-8.10-10.1.png) 0 0 no-repeat #fff;
	cursor: pointer;
	text-indent: -9999px;
	width: 122px;
	height: 21px;
	border: none;
}
#content_form button:hover{
	background-position: -300px 0;
}
*/
.btnCreateAccount {
	margin: 15px 0 18px 0;
	background: url(../img/btn-w-8.10-10.1.png) 0 0 no-repeat #fff;
	cursor: pointer;
	text-indent: -9999px;
	width: 125px;
	height: 25px;
	border: none!important;
}
.btnCreateAccount:hover {
	background-position: -300px 0;
}
/* ALERT MESSAGE BOX ADDED 02-12-2010 */

#content_form .ok { 
	border: 1px solid #5fb440; 
	background: url( "../images/i_ok.gif" ) no-repeat; 
	background-position: 10px 5px;	
}
#content_form .ok strong { color: #007520; }

#content_form .error { 
	border: 1px solid #ff6147;
	background: url( "../images/i_error.gif" ) no-repeat; 
	background-position: 10px 5px;
}
#content_form .error strong { color: #d70000; }
#content_form .alert { 
	border: 1px solid #e6b41a; 
	background: url( "../images/i_alert.gif" ) no-repeat; 
	background-position: 10px 5px;	
}
#content_form .alert strong { color: #d96d03; }
#content_form .info { 
	border: 1px solid #1e83e1; 
	background: url( "../images/i_info.gif" ) no-repeat; 
	background-position: 10px 5px;	
}
#content_form .info strong { color: #336699; }
#content_form .inmenu { border: 1px solid #ccc; background: #fff; }
#content_form .inmenu strong { color: #000; }

#content_form .ok, #content_form .error, #content_form .alert, #content_form .info, #content_form .inmenu {
	margin-bottom: 5px; 
	padding: 10px 6px 15px 50px; 
	font-family: tahoma, arial, verdana, sans-serif;  
	/*font-size: 0.9em;*/
	font-size: 11px!important;
	text-align: left !important;
	
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;	
}

/* ADDED FOR SUBMIT BUTTON IMAGE */
.buttonDiv{
	width: 100%;
	border-top: 0px solid #e3e3e3;
	clear: both;
	overflow:auto;
	margin-top: 15px;
}

.submitBtn{
	margin: 15px 0 18px 0;
	background: url(../img/btn-w-8.8.png) 0 0 no-repeat #fff;
	cursor: pointer;
	text-indent: -9999px;
	width: 80px;
	height: 22px;
	border: none!important;
	float: left;
}

.submitBtn:hover{
	background-position: -300px 0;
}

.returnPage {
	border-top: 0px solid #CCCCCC;
	padding-top: 10px;
}

.returnPage a {
	background:transparent url(../img/btn-circles.png) no-repeat scroll 0 -800px!important;
	display: block;
	font-size:0.95em;
	font-weight: bold;
	padding: 0 0 0 25px;
	width: 150px;
	height: 20px;
	outline: none;
	border: 0px solid #000;
margin-left: 5px;
}
.returnPage a:hover {
	background:transparent url(../img/btn-circles.png) no-repeat scroll -300px -800px!important;
}
