/* CSS Document */
#w3BodyOverlay { 
	background-color: #333333;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	filter:alpha(opacity="0");
}
#w3ShowMsgToUser {
	position: absolute;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	background-color: #FBB097;
	border: 2px solid #C93809;
	color: #000000;
	padding: 0 0 5px 1em;
	opacity: 0;
	filter: alpha(opacity="0");
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	text-align: left;
}
#w3ShowMsgToUser h3 {
	background-color: #C93809;
	margin: 0 0 0.5em -1em;
	padding: 0.5em 1em 0.5em;
	color: #FFFFFF;
}
#w3ShowMsgToUser ol {
	margin: 0 0 5px;
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 1.5em;
}
#w3ShowMsgToUser input {
	width: 65px;
	font-weight: bold;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
}
.w3FieldError {
	background-color: #fcc;
}
#reg_form p{
	width: 250px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	height: 1%;
	color: #FFF;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
}

#reg_form label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#reg_form textarea{
	width: 250px;
	height: 150px;
	font-size: 12px;
	color: #7C8559;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#reg_form legend {
	font-weight: bold;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#reg_form textarea, input {
	color: #601C04;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
