/* number of characters/messages in the send sms form */
#send_sms #nbcl, #send_sms #nbmsg {
    width: 25px;
}

/* Message box*/
#send_sms {
    margin: 4px;
    margin-top: 0px;
    width: 380px;
    background-color:#F57900;
    font-size: 12px;
}
#send_sms .maincontent {
    background-color:#F57900;
}
#maincontainer img.maincontent_img {
	margin-top: 2px;
	margin-bottom:-6px; /* correction pour les champs input qui suivent */	
}

/* recipipents */
#send_sms #recipients {
    width: 350px;
	display:block;
	background-color: #C85603;
	margin-left: 2px;
}
#send_sms #recipients .send_sms {
	display:block;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}
#send_sms #recipients .boxtitle {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}
#recipients .container {	padding-left: 4px;	padding-right: 4px;}
#send_sms .padder {
    padding: 4px;
}

/* Style for "contacts in recipients */
#send_sms .to_contact {
	display:inline; 
	margin-right: 1px;
	color: white;
}
#send_sms .to_contact a {
    color: white;
}
#send_sms .to_contact a:link {
    color: white;
}
#send_sms .to_contact a:hover {
    color: silver;
}

/* Style for "contacts in recipients */
#send_sms .to_group {
	display:inline; 
	margin-right: 1px;
	color: white;
}
#send_sms .to_group a {
    color: white;
}
#send_sms .to_group a:link {
    color: white;
}
#send_sms .to_group a:hover {
    color: silver;
}

#send_sms .addTo {
	display:block;
	margin-left: 2px;
	font-weight:normal;
	text-align:left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;} 

#send_sms .addTo a:link {
    text-decoration:none;
}
#send_sms .addPic {
	background-image:url(../images/add.gif);
	background-repeat:no-repeat;
	background-position: center;
	display: inline;
	width: 20px;
	padding-right: 15px;
	margin-left: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#send_sms input .addNumber {display: inline;width: 100px;}
#send_sms .addapic {
	display: inline;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
        padding-left: 4px;
}

/* SCHEDULER */
#scheduler{
    text-align: left;
    margin-top: 4px;
    padding-top: 4px;
    padding-left: 4px;
    color: white;
    vertical-align: bottom;
    font-size: 10px;
}
#scheduler a {
    color: white;
    text-decoration: underline;
}
#scheduler a:hover {
    color: silver;
}
#sDate {
    color: white;
    font-size: 11px;
}

/* FREE ACCOUNTS  */
.observation {
font-size: 10px;
margin-left: 8px;
margin-right: 8px;
padding-left: 4px;
padding-right: 4px;
color: gray;
}
