.survey-section h3 {
	margin-bottom:20px;
}
.survey-section p {
	margin-bottom:0.5em;
	font-weight:bold;
}
.survey-single-question input, .survey-single-question select, .survey-single-question textarea, .survey-text-question input, .survey-text-question select, .survey-text-question textarea, .survey-single-question select {
	border:1px solid #92a5b0;
	padding:1px;
	/*clear:left; Sets the labels to clear*/
	float:left;
	width:35%;
}
.single-survey-button
{   
    /*float:right !important; 
    margin-right:38px;*/
    margin-left:304px;
}
.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:12px;
	width:100%;
}
.survey-single-question label, .survey-text-question label {
	font-size:1.2em;
	margin:0;
	float:left;
	line-height:1.2em;
	font-weight:bold;
	width:35%;
}
.CreativeLynx-Survey-MultiQuestion label {
	font-size:1.2em;
	margin-left:10px;
	line-height:1.2em;
}
.survey-single-question input, .survey-text-question textarea {
	float:left;
}

.survey-text-question textarea {
	/*clear:both;
	width:70%;*/
	width:300px;
	float:left;
	height:50px;
}
.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;
}

