﻿body {
	position:relative;
}
.mreg_container {
	width:355px;
	height:auto;/*351px;*/
	font-family:Arial;
	font-size: 12px;
	color:#003667;
	position:relative;/* problem ie6 */
}
.mreg_container .topper {
	width:355px;
	height:8px;
	background-image:url(../images/reglight_topper.gif);
}
.mreg_container .footer {
	width:355px;
	height:8px;
	background-image:url(../images/reglight_footer.gif);
}
.mreg_container .main {
	width:355px;
	height:335px;
	background-color:#f4f7fa;
}
.mreg_container .field_name {
	float:left;
	width:85px;
	text-align:right;
	padding-right:20px;
}
.mreg_container .form_field {
	margin:5px 0 7px 0;
	clear:both;
}
.mreg_container .alert_icon {
	visibility:hidden;
}
input {
	width:152px;
}
select {
	width:158px;
}
input.submit_mini_reg {
	display:block;
	background-image:url(../images/reglight_send.jpg);
	background-repeat:no-repeat;
	background-color:#f4f7fa;
	border-style:none;
	height: 42px;
	width: 82px;
	margin:12px 20px 0 auto;
	cursor: pointer;
}
.mreg_container #errors {
	visibility:hidden;
	position: absolute;
	bottom:100px;
	left:42px;
	width:225px;
	border:2px solid #FFCC66;
	background-color:#dddddd;
	padding:5px 5px 5px 10px;
	cursor:pointer;
}
.mreg_container .mandatory 
{
    color:#9d080d;
}

