@charset "UTF-8";
/* CSS Document */

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 98%;
	margin: 0px 0px -1em 2px;
	padding: 0px 0px 3em;
	border-style: none;
	text-align:left;
	background: url(../images/titles-shadow-bg.jpg) no-repeat center top;
}
fieldset.alt {
	
}
legend {
	font: normal 20px "Times New Roman", Times, serif;
	color: #330;
	padding: 4px 4px 4px 15px;
	margin:0px;
	text-align: left;
}
legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	font-size: 120%;	
}
fieldset ol {
	padding: 3.5em 1em 0 1em;
	list-style: none;
	text-align:left;
}
fieldset li {
	float: none;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
fieldset.submit {
	float: none;
	width: auto;
	padding-top: 0em;
	padding-left: 8em;
}

fieldset.submit input.submit{
	padding: 4px 8px;
	border: 2px solid #F06;
	font-size: 15px !important;
	color: #FFF;
	background: #F39;
}

fieldset input.text	{
	font-size: 14px !important;
	padding: 4px;
	border: 1px solid #999;
}
label {	
	position: relative;
	float: left;
	width: 6.5em;
	margin-right: 1em;
	color: #333;
	font: 14px "Times New Roman", Times, serif;
}
label strong img {  
	position: absolute;  
	left: -21em;
}

label strong {
	position: absolute;
	left: 29em;
	top: 0.2em;
	width: 19em;
	color: #C00;
	font-size: 80%;
	font-weight: normal;
}

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
	color: #666666;
	text-transform: capitalize;
	font-size: 14px;
}
fieldset fieldset ol {
	position: relative;
	top: -1.0em;
	margin: 0px 0px 0px 9.5em;
	padding: 0px;
}
fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

p.msg_ok{
	font: 12px "Arial Black", Gadget, sans-serif;
	color: #063 !important;
	background: #6F6;
	padding: 4px;
	border: 1px solid #063;
	margin-right: 15px;
	margin-left: 15px;	
}
p.msg_error{
	font: 12px "Arial Black", Gadget, sans-serif;
	color: #900 !important;
	background: #F9C;
	padding: 4px;
	border: 1px solid #900;
	margin-right: 15px;
	margin-left: 15px;
}