body{
	overflow: hidden;
}
p, input, select, td {
	font:12px/120% Arial, Helvetica, sans-serif;
	color:#0d0505;
}
p.legal {
	color:#797979;
	font-size:10px;
}
p.legal a {
	color:#d50300;
	text-decoration:underline;
}

#container {
	position:relative;
/*    width:1400px; 
    width:1299px;*/
	margin:0 auto;
	z-index:0;
}
#flash_container {
	position:relative;
	z-index:1;
}
#shade {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
    -moz-opacity: 0.7;
	filter:alpha(opacity=70);
	z-index:10;
	display:none;
}
#overlay {
	width:599px;
	position:absolute;
	left:214px;
	top:40px;
	z-index:20;
	display:none;
}
#overlay img.close_btn {
	position:absolute;
	top:12px;
	right:12px;
	cursor:pointer;
}
#overlay .overlay_content {
	background: url(../images/bkg_overlay.gif) repeat-y;
	padding:10px 35px 20px 35px;
}

#insider_login .login {
	width:275px;
	float:left;
	margin-right:30px;
}
#insider_login .register {
	float:left;
	width:200px;
	padding-left:20px;
	border-left:1px solid #d50300;
	margin-top: 18px;
}

#insider_login input.text, #insider_login select {
	font-size:11px;
	/*width:190px;*/
	height:12px;
	background-color:#d6d6d6;
	border-top:1px solid #a7a7a7;
	border-left:1px solid #a7a7a7;
}
#insider_login .login input.optin {
	float: left;
	margin: 4px 10px 30px 5px;
}
#insider_login .login label.optin {
	font-size: 11px;
	margin-top: 10px;
}
#insider_login select {
	height: auto;
}
#insider_login table {
	margin-top:10px 0;
}
#insider_login td {
	padding:3px 0;
	vertical-align:bottom;
}
#insider_login p {
	font-size:11px;
}
#insider_login p.forgot_password a {
	color:#d50300;
	text-decoration:none;
	border-bottom:1px solid #ea9292;
	font-size:10px;
}
#insider_registration  h4 {
	color:#d50300;
	font: bold 12px Arial, sans-serif;
	text-transform:uppercase;
}
#insider_registration .reg_form {
	height:300px;
	overflow:auto;
	border-top:1px solid #51504d;
	border-bottom:1px solid #51504d;
	padding:10px 0;
}
#insider_registration td {
	font-size:11px;
	padding:3px 0;
}
#insider_registration table .leftCol {
	width:162px;
	text-align:right;
	padding-right:5px;
}
#insider_registration input.text,
#insider_registration input.password,
#insider_registration select {
	border:none;
	background-color:#eaeaea;
}
#insider_registration input.wide,
#insider_registration select.wide {
	width:230px;
}
#insider_registration .headerText {
	font-family:verdana;
	color:#CC0000;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#image_upload .input_file {
	font-size:14px;
}
#image_upload .btn_cancel {
	cursor:pointer;
}


#image_cropping .main_image,
#image_cropping .image_thumb {
	float:left;
	border:1px solid #2c2123;
}
#image_cropping .image_thumb {
	overflow: hidden; 
	width: 100px; 
	height: 100px;
	margin:0px 20px 10px 30px;
}
#image_cropping .buttons {
	float:left;
	margin:0px 0px 0px 30px;
}

#about {
	margin-top:20px;
}
#about .left {
	float:left;
	width:185px;
}
#about .right {
	float:left;
	width:300px;
}

#ground_rules .rules {
	width:529px;
	height:225px;
	overflow:auto;
	border-top:1px solid #51504d;
	border-bottom:1px solid #51504d;
	position:relative;
}
#ground_rules .rules .rules_images {
	width:488px;
	position:relative;
	margin:0 auto;
}
#ground_rules .rules img {
	float:left;
}
#ground_rules .terms {
	margin-top:10px;
	padding: 10px 20px 10px 8px;
	background-color:#e6e6e6;
}
#ground_rules .terms p {
	color:#e04240;
	margin:5px auto;
}
#ground_rules .terms p a {
	color:#e04240;
	text-decoration:underline;
}


.error {
	color:#d50300;
	font-weight:bold;
}
.clear {
	clear:both;
}

.rules ol {
	margin-left: 10px;
	font-size: 12px;
}
