.survey-section h3 {margin-bottom:20px;}
.survey-section p {
	margin-bottom:0.5em;
}
.survey-single-question input, .survey-single-question select, .survey-single-question textarea,  .survey-text-question input, .survey-text-question select, .survey-text-question textarea {
	border:1px solid #92a5b0;
	padding:2px;
	float:right;
	width:35%;
}

.CreativeLynx-Survey-MultiQuestion input, .CreativeLynx-Survey-MultiQuestion select, .CreativeLynx-Survey-MultiQuestion textarea 
{
	border:1px solid #92a5b0;
	padding:2px;}



.survey-single-question, .survey-text-question, .CreativeLynx-Survey-MultiQuestion {
	float:left;
	margin-bottom:10px;
	width:100%;
}
.survey-single-question label, .survey-text-question label {
	font-size:1.2em;
	margin:0 0 5px 0px;
	float:left;
	line-height:1.2em;
	font-weight:bold;
}
.CreativeLynx-Survey-MultiQuestion label {
	font-size:1.2em;
	margin-left:10px;
	line-height:1.2em;
	font-weight:bold;
	
}
.survey-single-question input, .survey-text-question textarea {
	float:right;
}
.survey-single-question select {
	float:right;
	width:36%;
}
.survey-text-question textarea {
	clear:both;
	width:100%;
	float:left;
	height:100px;
}
.CreativeLynx-Survey-MultiQuestion input {
	margin-bottom:5px;
	vertical-align:-2px;
	border:none;
}

.survey-section .CreativeLynx-Survey-MultiQuestion input:focus {border:none;}
.survey-section input:focus, .survey-section textarea:focus {border:1px solid #0d6d97;background-color:#f6f6f6;}

a#lnkFinish {font-size:1.2em;font-weight:bold;padding:5px;background-color:#0794d9;color:White;float:right;margin-top:20px;}
a#lnkFinish:hover {color:#163955;}

