@charset "utf-8";
/* CSS Document */

	ul.questions {list-style:decimal; font-weight:bold;margin:0 0 0 110px;}
	ul.questions li {line-height:20px; padding:2px;}
	
	ul.answers {list-style:none; font-weight:normal;}
	ul.answers li {line-height:20px; padding:2px;}
	ul.answers  li input.field{background:#fff; border:1px solid #ccc; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
	
	ul.suggestion {list-style:none; font-weight:bold; margin:0 0 0 120px;}
	ul.suggestion li {line-height:20px; padding:2px 0;}
	ul.suggestion li .textarea {background:#fff; border:1px solid #ccc; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
	
	ul.section2 {list-style:none; font-weight:bold; margin:0 0 0 130px; display:block; width:550px;}
	ul.section2 li {line-height:20px; padding:2px; vertical-align:top; float:left; }
	ul.section2 li.title {width:120px;}
	ul.section2 li.input {width:400px;}
	ul.section2 li.input .field{background:#fff; border:1px solid #ccc; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
	ul.section2 li.input .textarea{background:#fff; border:1px solid #ccc; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
	
	div.profile{background:#f5f5f5;padding:10px 0 10px 130px; color:#000; font-weight:bold; border-top:1px #ccc dotted; border-bottom:1px #ccc dotted; width:860px;}
	div.profile2{ background-image:url(../images/survey/surve_footer.jpg); background-repeat:no-repeat;}
	
	div.profile2 .submit_btn{ background:url(../images/survey/send.png) no-repeat; width:106px; height:43px; border:none; cursor:pointer;}
div.profile2 .reset_btn{ background:url(../images/survey/reset.png) no-repeat; width:106px; height:43px; border:none; cursor:pointer;}

div.survey_btn{width:500px;height:50px; padding:10px 0 10px 290px;}

