@charset "utf-8";
/* CSS Document */

#membersonly_container {
	height: 159px;
	width: 208px;
	overflow: hidden;
}
#membersonly_top {
	background-image: url(/images/membersonly_top.png);
	background-repeat: no-repeat;
	width: 208px;
	height: 7px;
	overflow: hidden;
}

#membersonly_middle {
	background-color: #002776;
	width: 190px;
	height: 139px;
	padding: 3px 9px 3px 9px;
}

#membersonly_bottom {
	background-image: url(/images/membersonly_bottom.png);
	background-repeat: no-repeat;
	width: 208px;
	height: 7px;
	overflow: hidden;
}

.mo_Table {
	height: 139px;
	width: 190px;
}

.mo_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
	letter-spacing: 1px;
}

.mo_TopRow {
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	vertical-align: top;
	text-align: center;
}

.mo_Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 14px;
}

.mo_formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #97c0e6;
	text-decoration: none;
}

#membersonly_middle .text_mo {
	background-color: #FFFFFF;
	border: solid 1px #70a6d7;
	width: 120px;
}

#membersonly_middle .submit {
	background-color: #E6E6E6;
	border: solid 1px #70a6d7;
	height: 20px;
	width: 50px;
	color: #002663;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#membersonly_middle .submit:hover {
	background-color: #FFbd16;
	border: solid 1px #70a6d7;
	height: 20px;
	width: 50px;
	color: #002663;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}