#div_bg_message {
	opacity:0;
	filter:alpha(opacity=0);
}
#message_content {
	margin-top:200px;
	background-color:#FFFFFF;
	width:512px;
	font-weight:normal;
	text-align:left;
}
.msg_button1 {
	padding:1px 10px;
	height:19px;
	border:#dadada solid 1px;
	background:url(images/btn_bg.gif) repeat-x;
	font:bold 9px Verdana;
	color:#5e5e5e;
	text-align:center;
	text-decoration:none;	
	cursor:pointer;
	outline:none;
}
.msg_button2 {
	width:50px;
	background-color:#FFCC00;
	font-weight:bold;
}

