/* Text Messaging 
   --------------
*/

/* Header */

#text_messaging .text_messaging .header {
	margin-top:15px;
}

#text_messaging .text_messaging .header ul li {
	float:left;
}

#text_messaging .text_messaging .header ul li a {
	font-weight:bold;
	margin-left:5px;
	padding-right:5px;
}

#text_messaging .text_messaging .header ul li a.first {
	margin:0;
}

/* Promos */

#text_messaging .promos {
	background:#fff;
	padding-top:20px;
	margin-left:20px;
}

#text_messaging .promos h3 {
	font-weight:normal;
	color:#000;
	padding-bottom:20px;
	font-size:1.4em;
}

#text_messaging .promos .promo {
	padding:0;
	margin-right:25px;
	width:260px;
}

#text_messaging .promos .promo img {
	float:left;
}

#text_messaging .promos .promo .content {
	width:154px;
	float:left;
}

#text_messaging .promos .promo.border .content {
	width:174px;
}

#text_messaging .promos .promo strong {
	color:#fb5900;
}

#text_messaging .promos .promo.border {
	border-right:1px solid #e8e8e8;
	width:280px;
}


/* Main Form */

#send_txt_message {
	padding:10px 0 0 0;
}

#send_txt_message .margin {
	margin-left:160px;
}

#send_txt_message p {
	font-size:1.1em;
	margin:0;
}

#send_txt_message fieldset.columnar {
	padding:25px 0 0 0;
}


#send_txt_message fieldset.columnar .left_col {
	width:150px;
}

#send_txt_message .left_col {
	font-weight:bold;
	line-height:2em;
}


#send_txt_message fieldset.columnar .add_time .left_col,
#send_txt_message fieldset.columnar .more_numbers .left_col {
	width:120px;
	font-weight:bold;
	line-height:2em;
}
#send_txt_message .add_time .right_col,
#send_txt_message .more_numbers .right_col {
	width:300px;
}

#send_txt_message .add_time .select {
	float:left;
}

#send_txt_message .add_time input {
	vertical-align:middle;
}

#send_txt_message .add_time select {
	margin-right:5px;
}

#send_txt_message .right_col.options .send_now {
	margin:5px 0 15px 0;
}

#send_txt_message .right_col.options label {
	line-height:1.4em;
	display:block;
}

#send_txt_message .right_col.options .select_time label.time {
	float:left;
	margin:3px 0 0 5px;
}

#send_txt_message .right_col.options input {
	float:left;
	margin:2px 5px 0 0;
	*margin:0 5px 0 0;
}

#send_txt_message .right_col.options p {
	margin:0 0 5px 0;
	font-size:1em;
}

#send_txt_message .add_time,
#send_txt_message .more_numbers {
	border:1px solid #e8e8e8;
	padding:15px 0 0 0;
	margin:10px 0 10px 30px;
	width:550px;
	font-size:85%;
}

#send_txt_message .add_time {
	margin-left:-120px;
}


#send_txt_message .row.to,
#send_txt_message .row.numbers {
	padding:0;
}

#send_txt_message .row.to {
	margin-bottom:10px;
}

#send_txt_message .more_numbers {
	border-top:none;
	margin:0 0 10px 30px;
	padding-top:0;
	font-size:95%;
}

#send_txt_message .five_more_numbers {
	font-size:100%;
	float:left;
}

#send_txt_message .show_field {
	margin:0 0 5px 155px;
	float:left;
	clear:left;
	width:275px;
}

#send_txt_message .show_field a {
	background:url(/TextMessaging/images/decorations/icons_20x20.png) no-repeat scroll 4px -1556px;
	display:block;
	padding:8px 4px 8px 25px;
	font-size:1em;
	float:left;
}

#send_txt_message .hide_field {
	padding:5px 0 0 127px;
	border:1px solid #e8e8e8;
	width:423px;
	margin:0 0 12px 30px;
	border-bottom:none;
	float:left;
}


#send_txt_message .hide_field a {
	padding:8px 0;
	font-size:1em;
	float:left;
	display:block;
	background:none;
}

#send_txt_message .hide_field span {
	float:left;
	background:url(/TextMessaging/images/decorations/icons_20x20.png) no-repeat scroll 0 -1596px;
	padding:8px 4px 8px 22px;
	font-size:1em;
	display:block;
}


#send_txt_message .show_more {
	margin:0 0 5px 128px;
	float:left;
}

#send_txt_message .show_more a {
	background:url(/TextMessaging/images/decorations/icons_20x20.png) no-repeat scroll 4px -1556px;
	display:block;
	padding:8px 4px 8px 28px;
	font-size:1.1em;
	float:left;
}

#send_txt_message .show_more span,
#send_txt_message .show_field span {
	padding:8px 0;
	font-size:1em;
	display:block;
	float:left;
}

#send_txt_message .show_more span {
	font-size:1.1em;
}


#send_txt_message a.captcha {
	margin:0 0 0 4px;
	font-size:0.9em;
}

#send_txt_message span.charcounter {
	clear:left;
	display:block;
	color:#666;
	font-size:0.916em;
}

#send_txt_message span.char_limit {
	font-size:0.916em;
	color:#666;
	margin:0 0 0 4px;
}

#send_txt_message #from,
#send_txt_message #captcha {
	width:158px;
}

#send_txt_message .right_col {
	color:#666;
}

#send_txt_message .right_col.options,
#send_txt_message .right_col.options label.time {
	color:#333;
}

#send_txt_message input.text,
textarea.text {
	color:#666666;
	margin:1px 0 0;
	padding:2px 1px 1px;
	font-size:0.916em;
}

textarea.text {
	float:left;
}

/* Main */


#text_messaging div.smart_deal,
#text_messaging div.message {
	float:left;
	font-size:1.0909em;
}

#text_messaging div.receipients ul li {
	line-height:1.2em;
	padding:0 0 2px 0;
}

#text_messaging div.message {
	width:425px;
	padding:50px 0 0 25px;
}

#text_messaging div.message label {
	font-weight:bold;
	display:block;
	margin:0 0 10px 0;
	
}

#text_messaging div.smart_deal p {
	line-height:1.5em;
}

#text_messaging div.message_text {
	padding:5px 15px 5px 15px;
	background:#e5e5e5;
	margin:0 0 15px 0;
	line-height:1.4em;
}

#text_messaging div.smart_deal {
	position:relative;
	width:450px;
	height:325px;
	padding-left:20px;
	margin:25px 0 20px 0;
}

#text_messaging div.smart_deal .title {
	width:303px;
	height:91px;
	text-indent:-9999px;
	overflow:hidden;
}

#text_messaging div.smart_deal title,
#text_messaging div.smart_deal .text {
	float:left;
}

#text_messaging div.smart_deal img {
	position:absolute;
	top:65px;
	right:15px;
}

#text_messaging div.smart_deal .text {
	width:225px;
	margin-top:40px;
}
/*	What's This? Tooltips */
	div.whats_this_tooltip_tm {
		position:absolute;
		top:620px;
		left:560px;
		z-index:100;
		width:285px;
		text-transform:none;
	}

	div.whats_this_tooltip_tm .content {
		width:265px;
		padding:10px;
		background:url(/TextMessaging/images/tip_285.gif) no-repeat 0 -17px;
	}

	div.whats_this_tooltip_tm .clearfix {
		position:relative;
		margin:0 0 5px 0;
	}

	div.whats_this_tooltip_tm h3 {
		color:#333;
		font-size:1.455em;
	}

	div.whats_this_tooltip_tm a {
		position:absolute;
		top:0;
		right:0;
		height:22px;
		padding:0 20px 0 0;
		background:url(/TextMessaging/images/decorations/icons_20x20.png) no-repeat right -2094px;
	}

	div.whats_this_tooltip_tm p {
		margin:0 0 5px 0;
		font-size:1em;
		font-weight:normal;
		line-height:1.182em;
	}

	div.whats_this_tooltip_tm .bottom {
		width:285px;
		height:16px;
		background:url(/TextMessaging/images/tip_285.gif) no-repeat 0 0;
		*font-size:0;
		*line-height:0;
	}
	
	div.whats_this_tooltip_tm .tooltip_details {
		padding-top: 5px;
		width: 200px;
	}
