/* 
Star-Telegram.com Registration CSS
*/

body.registration #col3 {
	display:none;
	}
body.registration ul {
	list-style-type:square;
	list-style-position: inside;
	}
body.registration ul li {
	padding-bottom: 5px;
	}
body.registration form ol {
	list-style-type:none;
	list-style-position: outside;
	}	
body.registration #col2 {
	width: 100%;
	padding: 0;
	margin: 0;
	}
body.registration #nonmember {
	float:none;
}
#menu {
	font-size:14px;
	margin-top:30px;
	width: 670px;
	text-align: left;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
#menu #welcome {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	}
#menu span.separator {
	padding: 0 1px;
	}
body.registration #content {
	width: 670px;
	background-color: transparent;
	border: none;
	}
body.registration #content h2{
	line-height: 1.3;
	}	
body.registration #content h3{
	color: #000;
	line-height: 1.3;
	border: none;
	padding-bottom: 5px;
	font-size: 18px;
	text-transform: none;
	}
body.registration #content a {
	color: #039;
	}
body.registration #content a:hover {
	color: #990000;
	}
body.registration #col2 form {
	margin-top: 10px;
	}
body.registration #col2 input {
	padding: 3px;
	width: 150px;
	}
body.registration span.input_more_info {
	display:block;
	margin-bottom:10px;
	margin-left:110px;
	}
body.registration li#gender input, body.registration li#newsletters input, body.registration .newsletter input, body.registration fieldset#opt_in input, body.registration input#remember {
	width: auto !important;
	}
body.registration li#gender input {
	margin-right: 5px;
	}
#miregradiogender1 { /* since there is a break between the two inputs that I can't get to, this gives the female option a little breathing room */
	margin-top: 5px;
	}
body.registration #col2 fieldset input:hover , body.registration fieldset input:focus {
	background-color: #ffc;
	}
body.registration .frmbutton:hover, body.registration .frmbutton:focus {
	background-color: #303B95 !important;
	}
.miregselect {
	padding: 2px;
	text-indent: 0;
	}
#miregselectbirth_year {
	width: 60px;
	}
body.registration #newsletters_wrapper {
	float:left;
	}
body.registration .newsletter {
	float:left;
	margin: 0 40px 0 0;
	height: 120px;
	width: 280px;
	line-height: 1.3;
	}
body.registration span.newsletter_name {	
	position:relative;
	top:-2px;
	font-weight: bold;
	}
body.registration .newsletter p {	
	margin-top: 2px;
	}	
body.registration #email_wrapper .newsletter {
	height: 60px;
	}
body.registration #email_wrapper {
	clear:left;
	float:left;
	width: 100%;
	margin: 10px 0;
	}
body.registration fieldset {
	border: none;
	border-bottom: 2px dotted #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
	}
body.registration fieldset#opt_in {
	margin-bottom: 0;
	border-bottom: none;
	}
body.registration legend {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #008000;
	}
body.registration label {
	width: 100px;
	float:left;
	margin-right: 10px;
	text-align: right;
	padding-top: 3px;
	}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}
.miregtext {
	font-size: 11px; /*overriding style of 10px in input forms */
	}
.inside_header {
	padding-bottom: 10px;
	font-size: 14px;
	}
body.registration #leaderboard_wrap {
	display:none;
	}
body.registration #searchbar {
	display:none;
	}
body.registration #footer {
	display:none;
	}
/*      --------------------------------------------------------------
	ERROR MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
span#password_error, span#password_match, span#email_validate, span#zip_validate  {
	display:none;
	color: red;
	padding-left: 10px;
	}
	
div#bm_bigmenu_out {
	height:40px;
}
