/* CSS - Message Write */

#comp_message_write {

}

#comp_message_write .submit {

	width: 47px;
	height: 18px;
	padding: 18px 0 0;
	background: transparent url(../../img/button/send_btn.gif) no-repeat center top;

}

#comp_message_write .submit:hover {

	background: transparent url(../../img/button/send_btn.gif) no-repeat 0 -18px;

}

.message_write {
	height:16px;
	padding-left: 20px;
	background-image: url(../../img/icons/email.gif);
	background-repeat:no-repeat;
	font-size:10px;
}

.message_write_input_text {

	width:240px;

}

.message_write_text_title_white {

	float:left;
	font-weight:bold;

}

.write_message_cont {

	display:none;
	position:absolute;
	right:60px;
	width:270px;
	opacity:0;
	z-index:10;
	background-color:#FFFFFF;
	padding:10px;
	border:1px; border-style:solid; border-color:#CCCCCC;
}

.close_write_message_cont {
	
	float:right; 
	cursor: pointer;

	width:18px;
	height:18px;

	background-image:url(../../img/button/close.gif);
	background-repeat:no-repeat;

}

.message_write_textarea {

	width:240px;
	height:190px;

}