#newform {
    padding: 28px 0 30px;
    background-size: cover;
    position: relative;
    margin-bottom: 75px;
	background:none;
}
#newform h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    border-bottom: 0 none;
}
#newform p {
    width: 42%;
    padding-left: 2%;
    margin-bottom: 10px;
    float: left;
}
#newform p select {
    width: 62%;
    height: 30px;
    line-height: 30px;
}
#newform p .slmm,#newform p .sldd{
	width:20%;
}
#newform p .slyy{
	width:22%;
}
#newform p span {
    line-height: 30px;
}
#newform p input,#newform p select {
    outline: none;
    border: 1px solid #ccc;
	padding:0px !important;
}
#newform p span,#newform p input,#newform p select {
    float: right;
    font-size: 14px;
    color: #474747;
}
#newform p input {
    width: 62%;
    height: 26px;
    line-height: 26px;
}
#newform textarea {
    width: 62%;
    float: right;
    height: 66px;
    resize: none;
    outline: none;
    padding:0;
    border:1px solid #ccc;
}

#submit {
    width: 16%;
    margin: 2% 42% 0;
    height: 38px;
    font-size: 18px;
    color: #fff;
    line-height: 38px;
    background-color: #F57400;
    border-radius: 3px;
    border: 0 none;
}
#newform .form_img {
    position: absolute;
    bottom: 3%;
    left: 6%;
}

#submit2{
	width: 36%;
	margin:2% 15% 0 32%;
	line-height: 34px;
	color:#fff;
	font-size: 16px;
	text-align: center;
	border-radius:3px;
	background-color: #dc031b;
	border:0 none;
	outline: none;
}

.jiathis_style_32x32{display:block;margin-bottom:3%;height:30px;}


@media only screen and (max-width: 1024px) {
	#newform form {
	    margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
	#newform p {
	    width: 45%;
	    padding-left: 0;
	}
	.form_img{display:none;}
}
@media only screen and (max-width: 550px) {
	#newform p {
		width: 100%;
	    padding-right: 15%;
		margin-left:-30px;
	}
	.jiathis_style_32x32{margin-bottom:7%;}
}


@media only screen and (max-width: 400px) {
	#newform h2 {
	    padding:0 15px;
	}
}