#icobtn_msg_invia {
	
	background-image: url(immagini/Status-mail-sent-icon32.png);
	
}

#icobtn_msg_reply {
	
	background-image: url(icone/email-reply-icon.png);
	width:84px;
	
}
#icobtn_msg_replyall {
	
	background-image: url(icone/email-reply-all-icon.png);
	width:120px;
	
}
#icobtn_msg_forward {
	
	background-image: url(icone/email-forward-icon.png);
	width:80px;
	
}
#icobtn_msg_archive {
	
	background-image: url(icone/basket-back-icon.png);
	width:80px;
	
}
#icobtn_msg_trash {
	
	background-image: url(icone/trash-icon.png);
	width:80px;
	
}
#icobtn_msg_layout1 {
	
	background-image: url(icone/web-layout1-icon.png);
	width:34px;
	
}
#icobtn_msg_in {
	
	background-image: url(icone/mail-inb-icon.png);
	width:92px;
	
}
#icobtn_msg_out {
	
	background-image: url(icone/mail-out-icon.png);
	width:86px;
	
}
#icobtn_msg_delete {
	
	background-image: url(icone/cancel-icon.png);
	width:86px;
	
}
#icobtn_msg_restore {
	
	background-image: url(icone/untrash-icon.png);
	width:86px;
	
}

#icobtn_msg_next {
	
	background-image: url(icone/right-icon.png);
	width:32px;
	border: none;
	float:right;
	
}
#icobtn_msg_prev {
	
	background-image: url(icone/left-icon.png);
	width:32px;
	border: none;
	float:right;
	
}
#icobtn_msg_open {
	
	background-image: url(icone/window-app-blank-icon.png);
	width:36px;
	 
	
}

#icobtn_msg_print {
	
	background-image: url(icone/print-icon.png);
	width:36px;
	 
	
}

#icobtn_msg_save {
	
	background-image: url(icone/save2-icon.png);
	width:100px;
	 
	
}
#icobtn_msg_edit {
	
	background-image: url(icone/Mail-compose-icon.png);
	width:84px;
	 
	
}
#icobtn_msg_assegna {
	
	background-image: url(icone/users_business_32.png);
	width:84px;
	 
	
}
#icobtn_msg_attach {
	
	background-image: url(icone/attach-icon.png);
	width:64px;
	 
	
}

#loadingMsg {
	position: relative;
	top:40px;
	margin-left:-50px;
	left: 50%;
}
#contenutoMsg {
	
	height:300px;
	background-color:#ffffff;
	padding: 12px;
	overflow: auto;
}

#cartelle
{
	float: left;
	width: 15%;
	height: auto;
	border: solid 1px gray;
	background-color: White;
}
#elenco
{
	float: left;
	width: 85%;
	height: auto;
}

