@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
}
#form_send_msg{
	width:430px;
	height:229px;
}
#snd_msg{
	width:430px;
	height:189px;
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	
}
.elem{
	width:430px;
}
.button{
	margin-top:5px;
}
#info_sendmsg{
	height:40px;
	color:#F00;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}


