.clear{
clear:both;
}

#ess_sms_form form{
margin-top:20px;
margin-left:20px;
}
#ess_sms_form form label{
display:block;
width:150px;
float:left;
cursor:auto;
padding:5px 8px;
margin-bottom:8px;
}


#ess_sms_form form span{
display:block;
margin-bottom:10px;
}

#ess_sms_form form span#charLeft{
display:inline;
}


#ess_sms_form .last{
margin-top:10px;
}

.ess_sms_form input[type="text"], .ess_sms_form textarea , .ess_sms_form select{
border: 1px solid #000000;
border-radius: 3px 3px 3px 3px;
font-family: inherit;
padding: 0.428571rem;
background:url("images/input-bg-rep.png") repeat-x scroll left top #161616;
color:#999999;
text-shadow:-1px -1px 0 #000000;

border-radius:4px 4px 4px 4px;
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px 4px 4px 4px;
-khtml-border-radius:4px 4px 4px 4px;

box-shadow:0 1px 3px -1px #000000;
-moz-box-shadow:0 1px 3px -1px #000000;
-webkit-box-shadow:0 1px 3px -1px #000000;
}

.ess_sms_form select{
width:280px;
}

.ess_sms_form input[type="submit"]{
padding:5px;
cursor:pointer;
font-weight:bold;
text-shadow:-1px 1px #fff;
background-image: linear-gradient(bottom, rgb(219,219,219) 30%, rgb(215,215,214) 65%, rgb(231,231,231) 83%);
background-image: -o-linear-gradient(bottom, rgb(219,219,219) 30%, rgb(215,215,214) 65%, rgb(231,231,231) 83%);
background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 30%, rgb(215,215,214) 65%, rgb(231,231,231) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 30%, rgb(215,215,214) 65%, rgb(231,231,231) 83%);
background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 30%, rgb(215,215,214) 65%, rgb(231,231,231) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, rgb(219,219,219)),
	color-stop(0.65, rgb(215,215,214)),
	color-stop(0.83, rgb(231,231,231))
);

border-radius:4px 4px 4px 4px;
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px 4px 4px 4px;
-khtml-border-radius:4px 4px 4px 4px;

box-shadow:0 1px 3px -1px #000000;
-moz-box-shadow:0 1px 3px -1px #000000;
-webkit-box-shadow:0 1px 3px -1px #000000;


}

#ess_sms_form #mobile_prefix{
width:50px;
}
#ess_sms_form #mobile {
width:200px;
}

#ess_sms_form #security_code{
width:100px;
margin-left:10px;
vertical-align:top;
}

#ess_sms_form textarea {
width:268px;
min-height:120px;
}

.ess_sms_form{
width:100%;
background:#242424;
color:#FFFFFF;
padding-bottom:15px;

-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px; 
-khtml-border-radius: 8px;
font-family:"Open Sans",Helvetica,Arial,sans-serif;
}

.ess_sms_form h2{
margin-top:auto;
font-size: 1.28571rem;
line-height: 1.6;
color:#FFFFFF;
padding:8px 28px 0px;
}

.sms_remaining{
font-size:12px;
}