#sms_box{	
	max-width:330px;
	margin:auto;
}	
.to_number
{	
    border: 2px solid #d3d3d3;
    float: left;
    margin-right: 5px;
    width: 60%;
    font-size: 23px;
    font-style: italic;
    padding:3px;
    color:#008ed6;
    margin-bottom: 0;
}
input.to_number:focus {
	color:#008ed6;
}

#send
{
	font-size: 16px;
	text-transform: none;
	max-width: 60%;
	margin-bottom:0;
}
#send:hover
{
	background-color:#000000;
}
.fclear
{
	clear:both;
}