#warning_div{
    color: red;
    position: absolute;
    background: #fff;
    border: 1px solid red;
    margin: 10px 250px;
    padding: 10px 50px;
    width: 270px;
		z-index:100;
}

#login #left input.submit, #login #right input.submit{
	width: 71px;
}

body {
	background: #280000 url(../images/background.jpg) no-repeat scroll top center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #5d5d5d;
}

#container {
	background: #fff url(../images/content.bg.jpg) no-repeat center; 
	height: 372px;
}

#shade {
	display: none;
	background-color: #000;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#prize_details {
	display: none;
	position: absolute;
	top: 170px;
	width: 607px;
	opacity: 0;
	z-index: 2;
}

#prize_details #prize_content {
	background: #fff url(../images/prize.bg.jpg) no-repeat center;
	height: 310px;
}

#prize_details #prize_content .close {
	display: inline;
	float: right;
	margin-right: 12px;
	cursor: pointer;
}

#prize_details #prize_content .header {
	margin:30px 0 15px 35px;
}

#prize_details #prize_content p {
	margin: 0 0 7px 35px;
	width: 541px;
	font-size: 11px;
	line-height: 1.5em;
}

#prize_details #prize_content .submit {
	margin: 15px 0 0 32px;
}

#header {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	/*background: url(../images/header.png) no-repeat;*/
	height: 146px;
	color: #fff;
	position: relative;
	left: 128px;
	width: 754px;
}

#header ul.nav {
	margin-top: 119px;
	list-style-type: none;
	display: inline;
	float: left;

}

#header ul.nav li {
	display: inline;
	float: left;
}

#header ul.nav li.prize {
	margin-right: 108px;
}
#header ul.insider li.loggedin {
}

#header ul.insider {
	list-style-type: none;
	display: inline;
	float: left;
	margin-top: 115px;
	margin-left: 35px;
}

#header ul.insider li {
	height: 10px;
	margin-bottom: 2px;
}

#header ul.insider li a {
	height: 10px;
	color: #cb0d16;
	font-size: 10px;
}

#header ul.insider li a:hover {
	text-decoration: none;
}

#content {
	margin: 0 auto;
	width: 812px;
	position: relative;
	left: -18px;
	top: 18px;
}

#submit {
	background: url(../images/submit.bg.jpg) no-repeat;
	height: 353px;
	width: 814px;
}

#submit #left {
	display: inline;
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	width: 408px;
}

#submit #left p {
	margin-top: 10px;
	font-size: 12px;
}

#submit #left .enter {
	margin: 20px 0 0 123px;
}

#submit #left .submit {
	margin: 10px 0 0 20px;
}

#submit #left #giver_pin {
	margin: 66px 0 0 43px;
	top: 46px;
	left: 47px;
	width: 205px;
	height: 30px;
	border: 0;
	font-size: 26px;
	letter-spacing: 0.12em;
	font-weight: bold;
	color: #6c6c6c;
}

#submit #left a{
	margin-left: 40px;
	color: #f30000;
}

#submit #right {
	float: left;
	display: inline;
	position: relative;
	width: 212px;
	height: 295px;
	margin: 40px 0 0 15px;
}

#submit #right p {
	margin: 10px 0;
	font-size: 12px;
}

#submit #right ul {
	font-weight: bold;
	list-style-position: inside;
	font-size: 12px;
}

#submit #right ul li.noBullet{
	list-style-type: none;
	padding-left: 15px;
}

#submit #right img.case{
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -100px;
}

#submit #right p.rules {
	font-size: 12px;
	margin-bottom: 5px;
}

#submit #right p.rules a, #prize_content a {
	color: #e31937;
}


/* contest closed */

#submit.closed {
	background: url(../images/closed.bg.jpg) no-repeat;
}
#submit.closed  #left h3{
	color:#003768;
	margin-top: 10px;
	font-size: 15px
}

/* login */


#login {
	background: url(../images/login.bg.jpg) no-repeat;
	height: 353px;
	width: 814px;
}

#login .back {
	position: absolute;
	left: 712px;
	top: 11px;
}

#login #confirm {
	display: inline;
	float: right;
	margin-right: 63px;
	margin-top: 40px;
	width: 396px;
}

#login #confirm h2 {
	color: #003768;
	font-size: 15px;
}

#login #left {
	clear: both;
	float: left;
	display: inline;
	width: 240px;
	margin: 35px 0 0 90px;
}

#login #left .header {
	margin-bottom: 8px;
}

#login #left form {
	margin-top: 10px;
	padding-left: 8px;
}

.clear {
	clear: both;
}

#login #left label {
	display: inline;
	float: left;
	margin-top: 4px;
	width: 140px;
}

#login #left input {
	display: inline;
	float: left;
	margin: 3px 0;
	width: 136px;
	border-left: 1px solid #b8b8b8;
}

#login #left .forgot {
	display: inline;
	float: right;
	font-size: 10px;
	margin-right: 19px;
}

#login #left .forgot a {
	color: #d50f2d;
	text-decoration: none;
	border-bottom: 1px solid #d50f2d;
}

#login #left .forgot a:hover {
	border-bottom: none;
}

#login #left .submit {
	clear: both;
	display: inline;
	border: none;
	float: right;
	margin: -26px 17px 0 0;
}


#login #right {
	display: inline;
	float: left;
	margin-left: 18px;
	margin-top: 35px;
	width: 400px;
}

#login #right .header {
	margin-bottom: 8px;
}

#login #right p {
	margin-bottom: 9px;
}

#login #right form {
	margin-top: 14px;
	padding-left: 14px;
}

#login #right label {
	display: inline;
	float: left;
	width: 155px;
	margin-bottom: 7px;
}

#login #right input {
	display: inline;
	float: left;
	width: 135px;
	margin-top: 5px;
	border-left: 1px solid #b8b8b8;
}

#login #right #dob {
	margin-bottom: 0;
	width: 150px;
}

#login label img {
	float: left;
	margin-right: 50px;
}

#login #right #dob input, #login #right #dob select {
	display: inline;
	float: left;
	width: 43px;
	margin-right: 0;
	font-size: 10px;
}

#login #right #dob #day, #login #right #dob #month {
	margin-right: 10px;
}

#login #right #dob #year {
	width: 29px;
}


#login #right .short {
	display: inline;
	float: left;
	width: 43px;
	border-left:1px solid #B8B8B8;
	margin-top:5px;
	margin-right: 10px;
}

#login #right #dob select {
	margin-top: 5px;
	border-left: 1px solid #b8b8b8;
}

#login #right .check {
	display: inline;
	float: left;
	width: 350px;
	font-size: 10px;
	line-height: 1.4em;
	margin: -3px 0 0 0;
}

#login #right #optin {
	clear: both;
	display: inline;
	float: left;
	width: 15px;
	margin: 0 8px 0 0;
	border: 0;
}

#login #right .submit {
	display: inline;
	float: right;
	margin: 13px 9px 0 0;
	border: none;
}

#thanks {
	background: url(../images/thanks.bg.jpg) no-repeat;
	height: 353px;
	width: 814px;
}

#thanks #thanks_content {
	text-align: center;
	padding: 50px 100px;
}

#thanks #thanks_content h1 {
	font-weight: normal;
	font-size: 39px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #e31937;
	margin: 15px 0 25px 0;
}

#thanks #thanks_content p {
	font-size: 14px;
	color: #5d5d5d;
}

#thanks #thanks_content h3 {
	font-size: 16px;
	font-weight: normal;
	color: #5d5d5d;
	margin: 15px 0;
}

#touts {
	position: relative;
	top: -20px;
	background: transparent url(../images/touts.bg.gif) no-repeat right top;
	margin: 0 auto;
	height: 190px;
	width: 524px; /*added 60px for larger number */
	text-align: center;
}
#touts .tout1, #touts .tout2{
	position: relative;
	float: left;
	width: 310px;
}

#touts .tout2{
	width: 210px;
}

#touts .header {
	margin: 22px 0 5px 85px;
}

#touts img {
	display: block;
}

#touts h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 66px;
	color: #fefefe;
	line-height: 1;
}

#touts h1 span {
	font-size: 40px;
	vertical-align: top;
}

#touts a.checkIt{
	position: relative;
	float: left;
	margin: 75px 0 0 25px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	width: 830px;
}

#footer .vanoc {
	margin-bottom: 9px;
}

#footer p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #740f13;
	line-height: 1.5em;
}

#footer ul {
	margin: 9px 0 0 128px;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	float: left;
	margin-right: 15px;
}

#footer ul li.contact {
}

#footer a {
	color: #9e0b11;
	border-bottom: 1px solid #9e0b11;
	margin-bottom: 1px;
	text-decoration: none;
}


#flash_footer {
    text-align: center;
    width: 830px;
}

#flash_footer .vanoc {
    margin-bottom: 9px;
}

#flash_footer p {
    font-family: Verdana, sans-serif;
    font-size: 9px;
    color: #740f13;
    line-height: 1.5em;
}

#flash_footer ul {
    margin: 9px 0 0 128px;
    list-style-type: none;
}

#flash_footer ul li {
    display: inline;
    float: left;
    margin-right: 15px;
}

#flash_footer ul li.contact {
}

#flash_footer a {
    color: #9e0b11;
    border-bottom: 1px solid #9e0b11;
    margin-bottom: 1px;
    text-decoration: none;
}
