.easysms_dash
{
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.easysms_widget {
    width:90%;
    text-align:left;
	padding:5px 0; 
}

p.easysms_text {
   text-align:left;
}

p.easysms_error {
  color:red;
  font-weight:bold;
}

label.easysms {
   text-align:left;
display:block;
}

input.easysms {
   	border:1px solid #fff;
	border-top:1px solid #B8C4C5;
	border-left:1px solid #B8C4C5;
	padding:8px;
	margin-bottom:10px;
  	 -moz-border-radius:4px;
  	 -webkit-border-radius:4px;
   	width:200px;
   	margin-top:5px;
}

form.easysms_links {
 	 border:none;
	width:101px;
	-webkit-box-shadow: 0px 0px 0px #888;
	-moz-box-shadow: 0px 0px 0px #888;
	text-shadow:none;
	padding:0px 10px 0px 10px;
	margin-top:10px;
	margin-left:12px;
	background:#7cc576;
	background:-webkit-gradient(linear, left top, left bottom, from(#8ede6d), to(#81ce60));
	background: -moz-linear-gradient(top,  #8ede6d,  #81ce60);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ede6d', endColorstr='#81ce60'); /* for IE */
	color:#fff;

}

form.easysms_links :hover{
	color: #fff;	
}

form.easysms {
  text-align:left;
}

select.easysms {
   display:block;
   text-align:left;
   margin-bottom:5px;
}

input.easysms_button {
 	width:161px;
	color:#FFF;
	font-weight:bold;
	padding: 12px 5px 12px 5px;
	margin:10px 0 7px 7px;
	display:block;
	text-shadow:1px 1px #197b30;
	text-transform:uppercase;
	background:#7cc576;
	background:-webkit-gradient(linear, left top, left bottom, from(#8ede6d), to(#81ce60));
	background: -moz-linear-gradient(top,  #8ede6d,  #81ce60);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ede6d', endColorstr='#81ce60'); /* for IE */
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
	-webkit-box-shadow: 0px 3px 7px #888;
	-moz-box-shadow: 0px 3px 7px #888;
	border:1px solid #fff;
	border-top:1px solid #B8C4C5;
	border-left:1px solid #B8C4C5;
}

input.easysms_button:hover {
	background:#197b30;
	text-shadow:1px 1px #197b30;
	background:-webkit-gradient(linear, left top, left bottom, from(#0ba7be), to(#0079ac));
	background: -moz-linear-gradient(top,  #0ba7be,  #0079ac);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ba7be', endColorstr='#0079ac'); /* for IE */
	-moz-box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0px 0px 5px #aaa;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transition: all .1s ease-in-out;
  	-moz-transition: all .1s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;

}

input.easysms_links{
    padding:0px;
    border:0px;
    background-color:transparent;
    text-align:left;
    display:block;
}

li.easysms_dash
{
    list-style:square;
    margin-left:10px;
}

li.easysms_dash_links
{
    list-style:circle;
    margin-left:14px;
}
