.mySendSMSSpan{
	 /*border: 1px solid green; */
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	/*margin-left: 5px;*/
	font-style: normal;
	position: relative;
}
.mySendSMSSpan a{
	text-align: center;
	line-height: 35px;
	background: #C4000E;
	display: block;
	color: #fff;
	text-decoration: none;
}
.mySendSMSSpan a:hover{
	text-decoration: none;
}

#rest_time_span{
	/*color: #ED8017;*/
	/* display: none; */
	/* border: 1px solid red; */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 115px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #aaa;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	display: none;
}
		