
#ctl05_bannerdiv img{
	max-width:100% !important;

}

.clear{
	clear:both;
}


.box_survey {
    float: left;
    width: 100%;
   
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    box-shadow: 0px 1px 5px #ccc;
    color: #FFF;
    margin-top: 10px;
	
}
.box_survey  .sur1{
	float:left;
	width:58%;
}
.box_survey  .sur2{
	float:right;
	width:40%;
}
.box_survey h3{
	margin: 0px;
    text-align: center;
    font-size: 16px;
    
    margin-bottom: 10px;
}
.box_survey  label{
    display: block;
    overflow: hidden;
    margin-bottom: 18px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}
.box_survey input{
	float:left;
	margin-right:8px;
}
.box_survey p{
	display:block;
	text-align:center;
	width:100%;
	margin-top:0px;
}
.box_survey button{
	background:#FFF;
	border:none;
	padding:4px 15px;
	border-radius:5px;
	cursor:pointer;
	transition:all 0.5s;
}
.box_survey button:hover{
	color:#fff
}
.box_survey a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

.box_survey p.pdg{
	
	padding-top:0px;
}
.box_survey  p a
{
	color: #fff;
}



#form-survey{
    float: Left;
    width: 100%;
    min-height: 120px;	
}
#form-survey .loading{
    float: Left;
    width: 100%;
    min-height: 120px;	
	text-align:center;
	padding-top:30px;
	display:none;
}

.box_survey .sur3 {
    float: left;
    width: 63%

}
.box_survey .sur4 {
    float: right;
    width: 36%;
	text-align:center;

}
.show_survey {
	padding:0px;
	list-style:none;
	margin:0px;
}
.show_survey li{
	float:left;
	width:100%;
}
.show_survey  .line-rate{
	height:5px;
	background:#ddd;
	float:left;
	margin-bottom:5px;
	margin-top:2px;
}

