*        { margin: 0px; padding: 0px; }
body     { font-family: ariel, helvetica, sans-serif; font-size: 14px; background-color: #353430; }
#content { width: 850px; margin-left: auto; margin-right: 20px; z-index: 2;}
#bgholder { 
	position: absolute;
	top: 0px;
	right: 600px;
	height: 500px;
	width: 400px;
	z-index: -2;
	background: url("img/voteback.png") no-repeat;
}
.fake-hover {
	background: url("img/voteback.png") no-repeat 0 -500px;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
	height: 500px;
	width: 400px;
}

#mastheadinfo    { width: 850px; padding-top: 110px; color: white; }
#mastheadinfo h1 { padding: 3px; }
#mastheadinfo h2 { padding: 3px; }
#mastheadinfo p  { display: block; padding: 3px; }

#subbut {
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	margin-left: 350px;
	margin-top: 100px;
	background: url("img/vbutton.png") no-repeat;
}

#subbut .ok {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	height: 90px;
	width: 90px;
	background: url("img/vbutton.png") no-repeat 0 -90px;
	z-index: 5;
}
.frmele {
	height: 60px;
	text-align: right;
	margin-right: 20px;
}

.frmele label {
	color: white;
	font-size: 1.4em;
}

.frmele label.error {
	display: block;
	border: 1px dashed black;
	width: 275px;
	position: relative;
	left: 100px;
	top: -30px;
	font-size: .9em;
	text-align: center;
	background-color: #EAF58C;
	color: black;
	font-weight: bold;
	box-shadow: 3px 3px 5px #111;
	-webkit-box-shadow: 3px 3px 3px #111;
	-moz-box-shadow: 3px 3px 3px #111;
}


input[type=text] {
	width: 275px;
	margin-left: 5px;
	line-height: 35px;
	margin-top: -13px;
	vertical-align: middle;
	font-size: 1.5em;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radus: 5px;
	background: #CCC; /* old browsers */
	background: -moz-linear-gradient(top, #CCC 0%, #888 50%, #888 51%, #CCC 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(50%,#888), color-stop(51%,#888), color-stop(100%,#CCC)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCC', endColorstr='#CCC',GradientType=0 ); /* ie */\
	box-shadow: 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
}

input[type=text].green {
	background: -moz-linear-gradient(top, #CFC 0%, #8A8 50%, #CFC 100%) !important; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CFC), color-stop(50%,#8A8), color-stop(100%,#CFC)) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCC', endColorstr='#CCC',GradientType=0 ) !important; /* ie */
}
input[type=text].error {
	background: -moz-linear-gradient(top, #FCC 0%, #A88 50%, #FCC 100%) !important; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCC), color-stop(50%,#A88), color-stop(100%,#FCC)) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCC', endColorstr='#CCC',GradientType=0 ) !important; /* ie */
}


#choices, #thanks {
	margin-right: 100px;
	width: auto;
	margin-top: -10px;
}
#choices .title, #thanks .title {
	font-size: 1.4em;
	color: white;
	text-align: right;
	margin-bottom: .2em;
	margin-right: 0px;
}
.show {
	height: 50px;
	vertical-align: middle;
	text-align: right;
}
.show label {
	font-size: 1.3em;
	color: white;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
label.std:after {
	content: " : ";
}
.show .check {
	height: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	background: url("/img/check_2.png") no-repeat;
	z-index: 2;
}

.show .ch_mid {
	height: 50px;
	width: 50px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	background: url("/img/check_2.png") no-repeat 0 -100px;
	z-index: 3;
}
.show .ch_top {
	height: 50px;
	width: 50px;
	position: relative;
	top: -50px;
	left: 0;
	display: block;
	background: url("/img/check_2.png") no-repeat 0 -150px;
	z-index: 4;
}
.subbie {
	text-align: right;
	margin-right: 40px;
}
.subbie input {
	font-size: 1.3em;
	line-height: 2em;
	color: #888;
	padding: .35em 1.55em;
	margin: .35em .45em;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	box-shadow: 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
}

