.eme_container img{
	display:inline;
}

.eme_link{
	text-decoration:underline;
	color:#0176a2;
	font-size:11px;
}

.eme_link:hover{
	text-decoration:underline;
}

.eme_table{
	border-width:1px;
	border-style:solid;
	border-color:#4B4B4B;
	background-color:#ffffff;
	margin-top:10px;
}

.eme_td{
	border-bottom:1px solid #dfdfdf;
	padding:5px;
}

.eme_td_footer{
	border-bottom:1px solid #dfdfdf;
	padding:8px;
}

.eme_td_border{
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	padding:5px;
}

.eme_td_header {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	height:26px;
	border-bottom:1px solid #4B4B4B;
	text-decoration:none;
	background-color:#4B4B4B; 
}

button, input.eme_button {
	width:auto !important;  
	border:1px solid #bfbfbf; 
	border-right-color:#908d8d; 
	border-bottom-color:#908d8d; 
	padding:1px .5em; 
	background:url(../images/button.gif) left center repeat-x; 
	color:#000;
}
button:active, input.eme_button:active {
	border:1px solid #908d8d; 
	border-right-color:#afafaf; 
	border-bottom-color:#afafaf;
}
button:hover, input.eme_button:hover {
	cursor:pointer;
	background:url(../images/button_on.gif) left center repeat-x;
}

.eme_hidden{
	display: none;
}

.eme_message{
	font-size:11px;
	color:#666666;
}

.eme_error{
	font-size:11px;
	color:#CC0000;
}

.eme_success{
	font-size:11px;
	color:#33CC00;
}

.eme_infos {
	font-size:11px;
	color:#666666;
}

.eme_textMiddle{
	vertical-align:middle;
	margin-left:5px;
} 

.eme_td_popup{
	padding:5px;
}

.eme_td_popup_top{
	padding:5px;
	vertical-align:top;
}

.eme_td_footer_popup{
	padding:5px;
}

.eme_list_contacts{
	padding-top:7px;
}

.eme_list_groups{
	padding-top:7px;
}

.eme_list_langs{
	padding-top:7px;
	padding-bottom:7px;
}

.eme_list_recipients{
	padding-top:7px;
}

.eme_recipient{
	padding-bottom:3px;
}

.eme_recipients_container{
	margin-left:30px;
	margin-top:5px;
}

.eme_bannersGallery{ 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
.eme_bannerContainer{ 
	float: left; 
	text-align: center; 
	cursor:move; 
	margin: 6px; 
}
.eme_banner{
	border: 2px solid #4B4B4B;
}	
.eme_bannerPlaceHolder{
	height: 50px;
	width: 250px;
	margin: 6px; 
	float: left; 
	text-align: center;
	background-color: #eeeeee;
	border: 2px solid #4B4B4B;
}
