﻿/* Survey Forms */

input {
	background-image: url(images/inputBG1.jpg);
	font-size: 24px;
	border: 1px solid #CCCCCC;
}
textarea {
	background-image: url(images/inputBG1.jpg);
	font-size: 24px;
	border: 1px solid #CCCCCC;
}

.SurveyForm {
	background: #EEEEEE;
	padding: 10px;
}
.Survey_Description {
	font-size: 12px;
	padding-bottom: 12px;
	color: #2c5398;
	font-weight: bolder;
}

.Survey_Questions {
	width: 400px;
	padding-bottom: 5px;
}

.Survey_Question {
	width: 400px;
	padding-bottom: 5px;
}

.Survey_Question_Title {
	font-size: 20px;
	display: block;
	padding-right: 15px;
	color: #666666;
	width: 200px;
	float: left;
}
.Survey_Question_Value {
	display: inline;
	width: 100px;
}
.Survey_Question_TextBox {
	background: url(images/inputBG1.jpg);
	width: 375px;
    color: #666666;
}
.Survey_Question_DropDown 
{
    font-size: 24px;
    color: #666666;
}
.Survey_Question_Choice {
	width: 300px;
}
.Survey_Question_Choice_Title {
	display: inline;
	font-size: 12px;
}
.Survey_Question_TextArea {
	width: 380px;
	height: 175px;
	font-size: 20px;
	color: #666666;
	font-family: Verdana, Arial;
}
.Survey_Button {
	cursor: hand;
	margin-left: 70px;
	height: 50px;
}
