#form{}
legend{
	font-weight: bold;
}

#btnSubmit{
	float:left;
	position: relative;
	clear: left;
	margin-top: 10px;
	margin-left: 20px;
}


label{
	float: left;
	width: 300px;
	height: auto;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
	text-align: right;
}
#msg{
	float: left;
	clear: left;
}


#w3BodyOverlay {

	background-color: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	filter:alpha(opacity="0");
	z-index: 0;
	height: 100%;
}

#w3ShowMsgToUser {
	position: absolute;
	left: 50%;
	width: 400px;
	margin-left: -175px;
	background-color: #fff;
	color: #000;
	opacity: 0;
	filter: alpha(opacity="0");
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	z-index:100;


S
;
	height: auto;
	margin-top: 200px;
}
#w3ShowMsgToUser h3 {
	background-color: #FF0000;
	position: relative;
	color: #FFFF00;
	border: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	width: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
}
#w3ShowMsgToUser ol {
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 1.5em;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 1em;
}
#w3ShowMsgToUser input {
	width: 65px;
	font-weight: bold;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 1em;
	position: relative;
}
.w3FieldError {
	background-color: #fcc;
	position: relative;
}

