.sendsms {
}

.sms-container{
	margin:0 5px;
} 

.sendsms .SmsForm label {
	text-align:left;
	float:left;
	margin-right:5px;
	margin-top:-2px;
}

.sendsms .SmsForm input[type="text"]{
	margin:4px 0px 4px 0px; 
	width:50%
}

.sendsms .SmsForm textarea{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	height:200px;
	margin:4px 0;
	padding:6px 5px;
	width:96%;
}

.sendsms .SmsForm textarea.SmsFormDisable {

}

.sendsms .DeferredDate{
	float:left;
	margin-left:0;
	margin-bottom:5px;
}
.sendsms .DeferredDate input {
	display:inline;
	width:auto;
	margin-left: 5px;
}

.sendsms .DeferredDateCancel {
	margin-top:0px;
}

.sendsms .Sign {
	float:right;
	margin-right:0px;
}


.sendsms .SendSMSCel, .sendsms .SmsForm input.SendSMSCel{
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	padding:2px 4px;
	width:97%;
}

.sendsms .SendSMSCelDisable, .sendsms .SmsForm input.SendSMSCelDisable{
	
}

.sendsms .Cost {
	float:left;
	display:none;
}

.sendsms .Counter {
	float:left;
	clear:left;
	margin-left:5px;
}

.sendsms .SendButtom {
	clear:both;
	cursor:pointer;
	font-weight:bold;
	margin:5px;
	text-align:right;
}
.sendsms .SendButtom:hover {
	text-decoration:underline;
}

.sendsms .ToolBar{
	clear:both;
	margin:10px 0 2px;
}

.SMSError{
    color:orange;
    font-weight:bold;
}