@charset "utf-8";
/* CSS Document */

.rounded_box_message_inbox{
	}
.rounded_box_message_confirmations{
	background:url(../img/bg_message_confirmations.png) no-repeat top;
	height:45px;
	padding-top:20px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	}
.rounded_box_message_inbox h4{
	font-size:16px;
	padding-right:15px;
	}

.rounded_box_message_compose{
	background:url(../img/bg_message_compose.png) no-repeat top;
	height:510px;
	margin-top:15px;
	padding-left:25px;
	}
.rounded_box_message_compose h4{
	font-size:16px;
	padding-right:15px;
	}

 .btn_message_compose{
	background:url(../img/btn_message_compose.png) no-repeat;
	height:29px;
	padding-bottom:3px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	border:0px;
	width:150px;
	margin-left:8px;
	cursor:pointer;
	}

.message_pagination{
	font-size:14px;
}

.message_pagination img{
	vertical-align:top;
	}

.message_pagination a{
	color:#406fcf;
	padding:0 1px;
	font-size:11px;
	}

.message_pagination #active_page{
	color:#333;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	}
.rounded_box_message_inbox	span{
	color:#000000;
	padding:0 7px;
	}

.messages_container{
/*	margin-top:10px;*/
	width:665px;
	clear:both;
	display:block;
}
.messages_subject_box{
	width:645px;
	clear:both;
	display:block;
	margin-top:10px;
	padding:5px 10px;
	margin-bottom:5px;
}
.messages_subject_box em{
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	/*padding-right:150px;*/
	width:254px;
	float:left;
	}
.messages_subject_box .senders{
	float:right;
	width:382px;
	}
.dotted_line{
	border-bottom:1px dotted #ccc;
	overflow:auto;
	display:block;
	margin:8px;
	padding-bottom:5px;
	}

.highlighted_message{
	background:url(../img/bg_message_highlight.gif) repeat-x;
	border:2px solid #cc0000 ;
	border-top:0px;
	padding:5px 5px 0;
	overflow:auto;
	display:block;
	}
.brdr_top_red{
border-top:2px solid #cc0000;
}
.messages_container input{
	float:left;
	display:block;
	margin-right:15px;
	margin-left:5px;
	margin-top:18px;
}
.message_detail{
/*	overflow:auto;*/
	margin-left:10px;
	width:350px;
	float:left;
	}
.message_detail p.message{
	padding-bottom:15px;
	}
.message_content p{
	padding-left:10px;
	}
.highlighted_message p.post_name_date, .dotted_line p.post_name_date {
	width:180px;
	float:left;
	margin-left:10px;
	margin-bottom:5px;
}
.message_detail p.message_action{
	padding:15px 0 0px 0;
	}
.mrgn_left_10{
	margin-left:10px;
	}

.send_message{
	clear:both;
	display:block;
	overflow:auto;
	}
.send_message label{
	margin-left:50px;
	}
.send_message input, .send_message textarea{
	background-color:#FFFFFF;
	border:1px solid #ccc;
	padding:2px 3px;
	width:450px;
	}
.send_message textarea{
	height:55px;
	}
.no_brdr{
	border:0px !important;
	}

.message_compose{
	width:590px;
}

.message_compose label{
	width:125px;
	text-align:right;
	float:left;
	margin-right:5px;
}

.message_compose input, .message_compose textarea{
	border:1px solid #ccc;
	background-color:#FFFFFF;
	padding:3px;
	width:440px;
	}
.message_compose textarea{
	height:210px;
	}

.message_compose_icons{
	 width:460px;
	 margin-left:130px;
	 display:inline-block;
	 margin-top:10px;
 }
 .message_compose_icons a{
	background:url(../img/my_wall_post_icn_bg.png) no-repeat center;
	display:block;
	float:left;
	height:35px;
	margin-right:6px;
	margin-bottom:6px;
	width:32px;
	}
 .message_compose_icons p{
	background:url(../img/my_wall_post_icn_bg.png) no-repeat center;
	display:block;
	float:left;
	height:35px;
	margin-right:6px;
	margin-bottom:6px;
	width:32px;
	}
 .message_compose_icons a:hover{
 	/*background:url(../img/my_wall_post_icn_bg_hover.png) no-repeat center;*/
 	background:transparent url(../img/bumps/bumps_selected.png) no-repeat scroll;
	}
 .last{
 	margin-right:0px !important;
	}
 .mfi_input_error {
	background:#FFFFFF url(../img/icons/ico_stop.png) no-repeat scroll right center;
	border:1px solid #FF0000 !important;
	color:#666666;
	}
 .my_conversation_big_boo {
	background:transparent url(../img/bumps/bump_bg_response.png) no-repeat scroll 0 0;
	clear:both;
	display:inline-block;
	font-size:14px;
	height:58px;
	margin-bottom:5px;
	width:384px;
	}
