/*
  CUSTOMERSURVEY.CSS
  (c) HAPPYneuron 2015
*/
#customerSurvey
{
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #98B2C1;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background: url('../img/layout/bgElement.jpg') center center;
}


#customerSurvey img.tab{ float: right; margin-top: -26px; width: 179px; }
#customerSurvey h2{ margin-bottom: 20px; }
#customerSurvey hr{ color: #1c4f6e; opacity: 0.3; filter : alpha(opacity=30) alpha(opacity=30); }
#customerSurvey form{ width: 700px;  }
#customerSurvey img.check{ float: left; margin-right: 15px; }
#customerSurvey #surveyQuestionsCurrent{ font-size: 11.5pt; margin: 15px 0px 0px 0px; padding: 0; }
#customerSurvey #customerSurveyIcon{ float: right; margin-top: 90px; display: none; }

#customerSurvey .sendButton{ text-align: center; }
#customerSurvey .sendButton button{ background: none; border: 0; }
#customerSurvey .sendButton .orangeBtnMiddle{ padding: 0px 20px; }


#customerSurvey .navigate{ text-align: right; margin: 10px 0px 5px 0px; width: 700px; }
#customerSurvey .navigate span{ line-height: 19px; }
#customerSurvey .navigate span:hover{ color: $btnColor; }
#customerSurvey #surveyQuestionPrev{
	float: left;
	background: url('../img/layout/icons/arrows.png') top left no-repeat;
	padding-left: 30px;
}
#customerSurvey #surveyQuestionPrev:hover{	background-position: 0px -19px; }
#customerSurvey #surveyQuestionNext{
	display: inline-block;
	*display: inline;
	*zoom: 1; *display: inline; zoom: 1;
	background: url('../img/layout/icons/arrows.png') right -38px no-repeat;
	padding-right: 30px;
}
#customerSurvey #surveyQuestionNext:hover{	background-position: right -57px; }
#customerSurvey #surveyQuestionPrev, #customerSurvey #surveyQuestionNext{ cursor: pointer; }


#customerSurvey #surveyQuestionsList{ margin-top: 8px; }
#customerSurvey ol li.questionBloc, #customerSurvey ul li.questionBloc{ margin-bottom: 15px; }
#customerSurvey ul li{ list-style-type: none; }
#customerSurvey ul{ margin-bottom: 10px; }
#customerSurvey ul li a{ color: #333333; text-decoration: none; }
#customerSurvey ul li a:hover{ text-decoration: underline; }
#customerSurvey ul li input{ margin-right: 9px; }
#customerSurvey ul li select{ margin-right: 4px; }
#customerSurvey textarea{ width: 585px; height: 80px; margin: 5px 0px 0px 5px; vertical-align: top; resize: none; }

#customerSurvey .additionalField{ margin: 5px 0px 0px 20px; }
#customerSurvey .additionalField textarea{ margin-top: 0px; width: 540px; }
#customerSurvey input[type=text]{ width: 50px; margin-left: 5px; }


/*# sourceMappingURL=_maps/customerSurvey.css.map */
