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

@import 'survey.css';

#FormSurvey div.fieldset {
	border-bottom:2px solid #999999;
	padding:12px;
	line-height:18px;
}

#FormSurvey div.fieldset.last {
	border:none;
}

#FormSurvey label
{
	padding-top:0px;
}

#FormSurvey label.lineup {
	padding-top:3px;
}

#FormSurvey input {
	border:none;
	border-bottom:1px solid #ccc;
}
#FormSurvey div.Left input{
	border:none;
	border-bottom:1px solid #ccc;
	overflow:visible;
	width:100%;
}
#FormSurvey #radiobutton,
#FormSurvey #radio,
#FormSurvey #radio2 {
	width:auto !important;
}
#FormSurvey div.Right input{
	border:none;
	border-bottom:1px solid #ccc;
	overflow:visible;
	width:100%;
}

#FormSurvey .button-container {
	display:none;
}

#FormSurvey textarea {
	border:none;
	width:auto;
	height:230px;
}

#FormSurvey .print-link {
	display:none;
}

#FormSurvey .print-word {
	display:none;
}