

#content fieldset {
	float: left;
	clear: both;
	margin: 0 0 1.5em 0;padding: 30px 2%;
    width: 96%;
	border: 1px solid #dcdcdc;
/*	background-color: #F2EFE9; */
}

#content legend {
	margin-left: 1em;
	padding: 0;
	color: #064b51;
	font-size: 100%;
	letter-spacing: 0.01em;	
	font-style: normal;	
}
#content fieldset fieldset {
	margin: 15px 0;}
#content fieldset fieldset legend {
    color: #667C7F;
    font-size: 70%;
    font-weight: bold;
}

#content label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	vertical-align: baseline;
	clear:both;
}


#content form div.newblock {
	clear:both; margin-top: 15px;}
#content  .wider fieldset ol li {
	border-bottom: 1px dotted #E2E2E2;
	padding: 10px 0 10px 5px;

}
#content .wider fieldset ol li ul li{
	border: none;
	padding:0 0 0 12px;}
#content  .wider label {
	position: relative;
	float: left;
	width: 15em;
	margin-right: 1em;
	vertical-align: baseline;
}

#content  .wider input[type='text'] {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: url(/images/backgrounds/forms/back_form-field.gif) repeat-x;
	width:15em;
}

#content  .wider textarea {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: #fff url(/images/backgrounds/back_form-field.gif) repeat-x;
	width: 100%;
}

#content .wider label strong {
	position: absolute;
	left: 97%;
	top: -1.8em;
	width: 30em;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
	text-transform: none;
	padding-left: 15px;
}

#content .wider label strong img {
	position: absolute;
	left: 0;
	top: 1.8em;
}

#content .wider label strong.newline {
	position: relative;
	left: 15px;
	top: 0.2em;
	width: 30em;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 30px;
}

#content .wider label strong.newline img {
	position: relative;
	left: 0;
}

#content  .wider label {
	position: relative;
	float: left;
	/*width: 15em;*/
	width: 50%;
	margin-right: 1em;
	vertical-align: baseline;
}


#content .wider label strong.newline {
	position: relative;
	left: 15px;
	top: 0.2em;
	width: 30em;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 30px;
}

#content .wider label strong.newline img {
	position: relative;
	left: 0;
}

#content label strong {
	position: absolute;
	left: 27em;
	top: 0.2em;
	width: 30em;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 30px;
}
#content .cssform3 label strong {
    color: #CC0000;
    font-size: 85%;
    font-weight: normal;
    left: 23em;
    padding-left: 30px;
    position: absolute;
    text-transform: uppercase;
    top: -25px;
    width: 30em;
}
#content label strong img {
	position: absolute;
	left: 1em;
	top: 2em;
}

#content fieldset ol {
	list-style-type: none;
	margin:0;
	padding:0;
}
	
#content fieldset ol li  {
	color: #494949;
	font-size:70%;
	line-height: 160%;
	background: none;
	padding: 0 0 10px 5px;
	clear:both;
}

#content fieldset ol li  h2, #content fieldset ol li  h3{ font-size:100%;}
#content form input[type='text'] {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: url(../images/backgrounds/forms/back_form-field.gif) repeat-x;
}
#content form input[type=checkbox] {
	border:none;}
#content form textarea {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: #fff url(/images/backgrounds/back_form-field.gif) repeat-x;
}

#content form input[type='text'].chartxt {
	border: 0px none;
	background: none;
	height: 15px;
	background-color: #FFFFFF;	
	color: #CC0000;
	width: 50px;
	font-size: 95%;
	vertical-align: middle;
}

.required_fields {
	color: red;
}* html #content fieldset{
    position: relative;
}
* html #content legend{
    position:absolute;
    top: -.5em;
    left: .5em;
    }
* html #content fieldset{
    position: relative;
    margin-top:1em;
    padding-top:.75em;
    }
form blockquote {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding: 15px;
	margin: 0 30px 20px;
	border:1px solid #CCC;
	background-color: #FAFAFA;
	color:#666;
	text-indent: 0;
	background-image: none;
	display: inline-block;
}
form blockquote a {
 	border-bottom: 1px solid #C0D8D8;
    color: #0B7979;
    text-decoration: none;
}
#content fieldset ol li.curFocus {
	background:#EFEFEF;
	
}
label.short, input.short {
	width: auto !important;}
li.inline {
	clear: none !important;
	float:left;}
form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}