
#newformsy p{
	height:26px;
    line-height: 26px;
    margin-bottom: 8px;
	padding-right:5px;
}

#newformsy p span,#newformsy p input,#newformsy p select,#newformsy p textarea{
	float:right !important;
	outline: none;
}
#newformsy p input{
	width: 70%;
	height: 24px;
	line-height: 24px;
	border:1px solid #cccccc;
	padding-left:0 !important;
}
#newformsy p select{
	width: 70%;
	height: 24px;
	line-height: 24px;
	border:1px solid #cccccc;
	
}
#newformsy p select.sldd,#newformsy p select.slmm{width:23%;}
#newformsy p select.slyy{width:24%;}
#newformsy p textarea{
	width:64.5%;
	height: 30px;
	padding:5px 7px;
	border: 1px solid #ccc;
	resize: none;
}
#submit1{
	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;
}

@media only screen and (max-width: 767px) {
	.form_img{display:none;}
}
@media only screen and (max-width: 650px) {
	#newformsy{
		padding-right:14%;
	}
	#newformsy p input {
	    width: 69%;
	}
	#newformsy p textarea {
	    width: 67.5%;
	}
	#newformsy p span{
		padding-right: 7px;
	}
}
@media only screen and (max-width: 550px) {
	#newformsy p select {
	    width: 71.5%;
	}
	#newformsy {
	    padding-right: 10%;
	}
}

@media only screen and (max-width: 640px) {
	#newformsy p textarea {
	    width: 67%;
	}
}

@media only screen and (max-width: 400px) {
	#newformsy {
	    padding-right: 6%;
	}
}
@media only screen and (max-width: 375px) {
	#newformsy p input {
	    width: 68%;
	}
	#newformsy p textarea {
	    width: 65%;
	}
}