@charset "utf-8";
/* CSS Document */

BODY 
		{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		margin-top: 0px;
		margin-left: 0px;
		background: #CCC;
		background-repeat: repeat;
		background:url(images/bg_s.jpg);
		}

#mainContainer {
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		height: 900px;
		background: #FFF;
		border: solid #39C 2px;
}

#surveyHeader {
	width: 950px;
	height: 117px;
	float: left;
}

#surveyText {
	width: 700px;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
.radioButtonContainer {
	width: 280px;
	height: 80px;
	float: none;
}
.radioTop {
	width: 280px;
	height: 55px;
	float: left;
}
.radioTopLeft {
	width: 140px;
	height: 55px;
	float: left;
}
.radioTopRight {
	width: 140px;
	height: 55px;
	float: left;
}
#radioTopNA {
	width: 60px;
	height: 45px;
	float: left;
}
.radioBottom {
	width: 40px;
	height: 25px;
	float: left;
	text-align: center;
}
.buttonNumber {
	width: 40px;
	height: 45px;
	float: left;
	background: white;
	text-align: center;
	font-size: 10px;
	color: #39C;
	font-size: 10px;
}
.buttonNumber1 {
	width: 40px;
	height: 45px;
	float: right;
	background: white;
	text-align: center;
	font-size: 10px;
	color: #39C;
	font-size: 10px;
}

#toBeContacted {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #39C;
}
/* Image setup */
#surveyHeader {
	background: url(images/surveyHeader.png);
	background-repeat: no-repeat;
}

/* Contact Box Setup */

#contactBox {
	width: 700px;
	height: 150px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#nameText { 
	width: 250px;
	height: 40px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#nameBox {
	width: 250px;
	height: 40px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#emailText {
	width: 250px;
	height: 40px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#emailBox {
	width: 250px;
	height: 40px;
	position: relative;
	top: 0px;
	left:0px;
	float: left;
}
#phoneText {
	width: 250px;
	height: 40px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#phoneBox {
	width: 250px;
	height: 40px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#surveyThankYou {
	width: 950px;
	height: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 50px;
	position: relative;
	top: 50px;
	left: 0px;
}
