﻿.background-2way
{
	background-image: url('images/background-2way.jpg');
	background-repeat: no-repeat;
}

.background-3way
{
	background-image: url('images/background-3way.jpg');
	background-repeat: no-repeat;
}

.content
{
	width: 700px;
	height: 360px;
	padding-left: 4px;
}

.question
{
	color: White;
	font-size: 22px;
	font-family: Arial;
	position: absolute;
	top: 10px;
	left: 209px;
	height: 60px;
	width: 475px;
}

.btnA input
{
	position: absolute;
	top: 124px;
	left: 338px;
}

.btnA-label
{
	position: absolute;
	top: 100px;
	left: 435px;
}

.option-label
{ 
	width: 160px;
	height: 42px;
	color: Black;
	font-size: 20px;
	font-family: Arial;
	text-align: center;
	line-height: 20px;
	font-weight: bolder;
}

.btnB input
{
	position: absolute;
	top: 193px;
	left: 338px;
}

.btnB-label
{
	position: absolute;
	top: 169px;
	left: 435px;
}

.btnC input
{
	position: absolute;
	top: 262px;
	left: 338px;
}

.btnC-label
{
	position: absolute;
	top: 238px;
	left: 435px;
}


.captcha
{
	position: absolute;
	top: 93px;
	left: 177px;
	margin:0;
	padding:0;
}


.captcha img
{
	height: 44px;
	width: 143px;
}

.fields
{
	position: absolute;
	top: 160px;
	left: 158px;
	width: 166px;
	height: 100px;
	vertical-align: top;
	text-align: right;
}

.fields div
{
	height: 20px;
}

.field-labels
{
	color: White;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	position: absolute;
	top: 160px;
	left: 40px;
	width: 166px;
	height: 100px;
}

.field-labels div
{
	height: 20px;
}

.txtbox
{
	margin: 0px;
	padding: 0px;
	width: 100px;
	border: solid 1px #ecbd17;
	font-size: 10px;
	width: 164px;
	height: 12px;
}

.txtbox-captcha
{
	margin: 0px;
	padding: 0px;
	width: 100px;
	border: solid 1px #ecbd17;
	font-size: 10px;
	width: 95px;
	height: 12px;
}

.checkboxes
{
	position: absolute;
	top: 275px;
	left: 38px;
	width: 288px;
	height: 73px;
	color: White;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 12px;
}

.chkbox
{
	border: solid 1px #ecbd17;
	background-color: White;
	width: 13px;
	height: 13px;
	display: block;
	margin-right: 20px;
}

.chkbox input
{
	margin: 0;
	padding: 0;
	border: 0px;
}

.voteBtn
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 315px;
	left: 360px;
}

.txtstationLink
{
	position: absolute;
	top: 309px;
	left: 564px;
}

.txtstationLink div
{
	display: block;
	width: 100px;
	height: 40px;
}

.carmaxLink
{
	position: absolute;
	top: 96px;
	left: 38px;
}

.carmaxLink div
{
	display: block;
	width: 136px;
	height: 46px;
}
