﻿body 
{
	background-color:#339998;
	overflow:hidden;
}

.counterImage
{
	padding:0px 1px 0px 1px;
}

#mainDIV
{
	width:800px;
	position:relative;
	margin:auto;
}

#bodyDIV
{
	width:auto;
	z-index:-100;
}

#marquee
{
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:10px;
}
#timeDIV
{
	font-family:Arial;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
}
#privacyPolicy a
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
}
#mccainCounter
{
	background-image: url("images/counter_bg.gif");
	width:323px;
	height:70px;
	padding-left:4px;
	padding-top:6px;
	position:absolute;
	top:475px;
	left:35px;
}
#obamaCounter
{
	background-image: url("images/counter_bg.gif");
	width:323px;
	height:70px;
	padding-left:4px;
	padding-top:6px;
	position:absolute;
	top:475px;
	left:440px;
}
#mccainRollover
{
	position:absolute;
	top:210px;
	left:20px;
}
#obamaRollover
{
	position:absolute;
	top:210px;
	left:545px;
}


.modalBackground {
	background-color:#000;
	filter:alpha(opacity=57);
	opacity:0.57;
	height:auto;
}

td {font-family:Arial; font-size:12px; }

.msg
{
	font-family:Arial; 
	font-size:12px; 
	font-weight:bold;
	color:Red;
}

.modalHeaderText
{
	font-family:Arial; 
	font-weight:bold; 
	font-size:12px; 
	padding:0px 0px 0px 10px;
	color:#FFFFFF;
}

.textbox
{
	background-repeat: repeat-x;
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	border-color: #cccccc;
	color: #666; 
	width:270px; 
	height:18px
}
.formData
{
	border-bottom:dashed 1px #999999;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.formFooter
{
	background-color:#c1cede;
	height:40px;
}

.buttonGreen
{
	background-image: url(images/button_bg_g.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	background-color: #a7c68a;
	margin: 0px 0px 0px 5px;
	height:25px;
}
.buttonRed
{
	background-image: url(images/button_bg_r.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	background-color: #c68a8a;
	margin: 0px 0px 0px 5px;
	height:25px;
}
