fieldset,
form{
	border:none;
	margin:0;
	padding:0;
}
.form{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19bdff+0,06a8e9+100 */
	background: rgb(25,189,255); /* Old browsers */
	background: -moz-linear-gradient(top, #4dc8b1 0%, #4dc8b1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4dc8b1 0%, #4dc8b1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #13aac2 0%, #4dc8b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19bdff', endColorstr='#06a8e9',GradientType=0 ); /* IE6-9 */
	padding: 15px 30px 0;
	color:#fff;
}
.form select{
    -webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 	
	border: none;
	background-image:url(/images/34/selectbutton.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
}
.form input,
.form select{
    width: 94%;
    box-shadow: 0 2px 5px #c2c2c2 inset;
    height: 31px;
    line-height: 31px;
    border-radius: 10px;
    padding: 0 3%;
	outline:none;
	background-color: #fff;
}
.form input::-webkit-input-placeholder { 
	color:#717070; 
}
.form input::-moz-placeholder { 
	color:#717070; 
}
.form input:-ms-input-placeholder { 
	color:#717070; 
} 
input:-moz-placeholder { 
	color:#717070; 
}
.form input::-webkit-input-placeholder { 
	color:#717070; 
}
.form input::-moz-placeholder { 
	color:#717070; 
}
.form input[type=radio]{
	width:auto;
    box-shadow: none;
	height:auto;
	line-height:auto;
}
.form select{
    width: 100%;
}
.form p{
	margin:7px 0;
	overflow:hidden;
}
.form p.ra{
	margin:0;
}
.btn p{
	margin:0 0 7px;
}
.btn p #Checknum{
	float: left;
    width: 55%;
    margin-right: 5%;
}
.btn p img{
	width: 27%;
}
.btn .send input{
	color:#fff;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a4a4a+0,141414+100 */
	background: rgb(74,74,74); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(74,74,74,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(74,74,74,1) 0%,rgba(20,20,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
    box-shadow: none;
	border-radius:0;
	width: 100%;
	font-size:16px;
}
.btn .send:hover input{
	background: #000;
	cursor: pointer;	
}
#ad-list a{
	outline:none;
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#ad-list .slick-slider{
    margin-bottom: 0;	
}
#ad-list img{
	width:100%;
}
@media screen and (max-width: 1180px) {
	.btn p img{
	    width: 50px;	
	}
	.form{
		width:94%;
		padding:15px 3%;
		float:left;
		margin-top:20px;
	}
	#ad-list{
		width: 60%;
		float: right;
		text-align: right;
		margin-top:20px;
	}
	#ad-list li{
		width:50%;
		float:left;
	}
	#ad-list li:last-child{
		display:block;
	}
}
@media screen and (max-width: 640px) {
	.form{
		width: 84%;
		padding: 15px 8%;
	}
	.form img{
		width: 150px;
	}
	#ad-list{
		width: 100%;
	}
}