.new_sms_form {
width: 100%; min-height: 297px; 
background: url(../images/back-sms.jpg);
background-size: cover;
position: relative;
}
.new_sms_form h4 {font-size: 24px; color: white; font-weight: bold; text-align: center;
padding-top: 24px; padding-bottom: 12px; text-shadow: 2px 2px 4px black;}

.new_sms_form .all_inputs {width: 76%; margin: 0 auto; }

.new_sms_form input, .new_sms_form select, .new_sms_form .dop_pole_no_spam, .new_sms_form input[type=submit] {
border: none; margin-top:6px; margin-left: 8px;}

.new_sms_form input[type=text], .new_sms_form select {
width: 290px; height: 50px; background: white; border-radius: 4px; text-align: left; padding-left: 10px;}

.dop_pole_no_spam {width: 290px; height: 50px; font-size: 12px; color: white; text-align: center; line-height: 12px;
	margin-left: 10px !important; float: left; 
}
.dop_pole_no_spam span {display: block; padding-top: 12px; font-weight: bold; text-shadow: 2px 2px 4px black;}


.new_sms_form input[type=submit] {
text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
width: 290px; height: 50px; border-radius: 4px;
font-size: 16px; font-weight: bold; text-align: center; color: white;
background: transparent; border: none;
background: rgb(226,168,90);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyYTg1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDcwNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgb(226,168,90) 0%, rgb(148,112,64) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(226,168,90)), color-stop(100%,rgb(148,112,64)));
background: -webkit-linear-gradient(top, rgb(226,168,90) 0%,rgb(148,112,64) 100%);
background: -o-linear-gradient(top, rgb(226,168,90) 0%,rgb(148,112,64) 100%);
background: -ms-linear-gradient(top, rgb(226,168,90) 0%,rgb(148,112,64) 100%);
background: linear-gradient(to bottom, rgb(255, 45, 75) 0%,rgb(179, 62, 79) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2a85a', endColorstr='#947040',GradientType=0 );
}

.new_sms_form input[type=submit]:hover {
	opacity: 0.9; cursor: pointer;
}



/* new sms form with 2 sales */
.middle_table tr {width: 100%; }
							
.middle_table tr td {
width: 50%;}
							
.first_td_table_middle, .first_td_table_middle2 {
font-size: 16px;
color: white;
font-weight: bold;
text-align: left;
padding-top: 16px;
padding-bottom: 12px;
text-shadow: 2px 2px 4px black;
}

.first_td_table_middle i, .first_td_table_middle2 i {
	background: red; font-style: normal; padding: 0px 4px 4px 4px;
}


/* close new */

@media (max-width: 1200px) {
	.new_sms_form .all_inputs {width: 310px; padding-bottom: 50px;}
}

@media (max-width: 321px) {
	.new_sms_form .all_inputs {width: 280px; padding-bottom: 50px;}
	.new_sms_form input[type=text], .new_sms_form select, .new_sms_form input[type=submit] {width: 260px;}
	.dop_pole_no_spam {display: none;}
	
}
	.first_td_table_middle2 {display: none;}

@media (max-width: 961px) {
	.first_td_table_middle {display: none;}
	.first_td_table_middle2 {display: block; text-align: center;}
	
}



