/* Elements */
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; }

/* Common Stuff */
#container { text-align: center; width: 650px; margin: 0 auto; }
#user_brand { text-align: center; margin: 5px 0 15px; }
#user_brand a:link,
#user_brand a:visited {
	color: #333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
}
#text_input { padding: 2px; border: 1px solid #333; width: 250px;}
#submit_button { }
.piece { margin: 5px; }

/* Display Page */
#survey_title {
	text-align: left;
	text-decoration: underline;
	font-size: 24px;
	margin-bottom: 15px;
}

#survey_details {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: left;
}

.question {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 30px;
	text-align: left;
}

.choices {
	padding: 5px 15px 30px;
	border: 0;
	text-align: left;
}

.q_num { font-weight: bold; font-size: 16px; }

.submit_survey { margin-top: 25px; text-align: center; }

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
}

#footer a:hover { text-decoration: none; }

.radio_button {}
.checkbox {}
.text_field { width: 460px; }
.textarea { width: 460px; height: 150px; }
.multi_select { padding: 3px; }
.select {}
.other { width: 400px; }
.email { width: 150px; }

/* Thanks Page */
#thanks { text-align: center; font-weight: bold; }

/* Error Page */
#error_msg { font-size: 14px; color: #CC0000; font-weight: bold; }
