@charset "utf-8";
/* Survey Form CSS Document */

#survey_page {
	margin-top:30px;
}

#survey_header{
	background:url(../images/survey-header.gif) top no-repeat ;
	height:128px;
}

#survey_footer{
	background:url(../images/survey-footer.gif) top no-repeat ;
	height:46px;
}

#survey_form {
	color: #000;
	background:#FFF url(../images/Survey-body-bg.gif) repeat-y ;
}


#survey_form form.mixform fieldset li {
  list-style: decimal;
  list-style-position:inside;
  padding: 5px;
	margin-bottom:4px;
	background:#f4c947;
}

#survey_form form.mixform label.first {
	margin-left:50px;
}

#survey_form input.survey_text {
	border:1px solid #006;
	background:#ffc;
}


#survey_form fieldset{
	margin:15px 40px 10px 30px;
	padding:20px 10px 20px 20px;
	border:#000 thin solid;
}

button#survey_btn {
	border: outset #f9cc7d;
	background:#f9cc7d;
	width:126px;
	height:50px;
	cursor:pointer;
}

button#reset_btn {
	border: outset #f9cc7d;
	background:#f9cc7d;
	width:126px;
	height:50px;
	cursor:pointer;
}

p#buttons {
	white-space:nowrap;
	float:right;
	margin-right:100px;
}