
.sms_contact_name{
	text-weight:bold;
	font-size:big;
}

#sms_message_text{
	width:400px;
	height:50px;
	margin-top:5px;
	float:left;
}


a.sms_send_button{
	background: #A3A3A3;/* border : 898989 */
	border: 2px solid #898989;
	display: block;
	float: left;
	font: normal 11px verdana; /* Change 13px as desired */
	line-height: 26px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 54px; /* Height of button background height */
	margin-left:2px;
	margin-top:4px;
	padding-left: 7px; /* Width of left menu image */
	/*padding-top:10px;
	vertical-align:middle;*/
	text-decoration: none;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a:link.sms_send_button, a:visited.sms_send_button, a:active.sms_send_button{
	color: #FFFFFF; /*button text color*/
}

a.sms_send_button span{
	background: #A3A3A3; /* border 3C7AAD */
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight:bold;
	display: block;
	padding: 13px 11px 7px 3px; /*Set 11px below to match value of 'padding-left' value above*/
}

a.sms_send_button:hover{ /* Hover state CSS */
	background: #689DC7;
	border: 2px solid #3C7AAD;
}

a.sms_send_button:hover span{ /* Hover state CSS */
	background: #689DC7;
	color: #FFFFFF;
}

#sms_text_counter_output{
	
}

.sms_text_counter{
	font-size:x-small;
	text-align:right;
	margin-right:90px;
}

.sms_contact_container{
	border-bottom:solid #D4E1EC 2px;
	padding-bottom:2px;
	margin-bottom:5px;
}

.sms_container{
	height:455px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.sms_text{
	color:white;
	font-size:medium;
}

.unread_popup_name{
	font-size:medium;
}

.sms_date{
	margin-top:2px;
	color:white;
	font-size:x-small;
}


#sms_err_container{
	font-size:xx-small;
	color:red;
}

.sent_sms{
	max-width: 75%;
	padding: 5px;
	margin-right:5px;
	margin-bottom:5px;
	background:#5BB1EC;
	-moz-border-radius: 8px;
	border-radius: 8px;
	word-wrap: break-word;
	float:right;
	clear:both;
}

.received_sms{
	max-width: 75%;
	margin-left:5px;
	padding: 5px;
	margin-bottom:5px;
	background:grey;
	-moz-border-radius: 8px;
	border-radius: 8px;
	word-wrap: break-word;
	float:left;
	clear:both;
}

.unread_sms_count span{
	font-weight:bold;
	text-decoration:none;
	color:white;
}

.unread_sms_count{
	margin-top:2px;
	float:right;
	text-align:center;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
	background-color:firebrick;
	vertical-align:middle;
	line-height:22px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

a:link.unread_sms_count, a:visited.unread_sms_count, a:active.unread_sms_count
{
	font-weight:bold;
	text-decoration:none;
	color:white;
}

.unread_sms_count:hover{
	background-color:firebrick;
}

.unread_sms_count_total{
	margin-top:2px;
	float:left;
	text-align:center;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
	background-color:firebrick;
	vertical-align:middle;
	line-height:22px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.unread_sms_count_total:hover{
	background-color:firebrick;
}

a:link.unread_sms_count_total, a:visited.unread_sms_count_total, a:active.unread_sms_count_total
{
	font-weight:bold;
	text-decoration:none;
	color:white;
}

.unread_sms_count_total span{
	font-weight:bold;
	text-decoration:none;
	color:white;
}