.opacity50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#fast_post_popup_window
{
	top:50px;
	left:0px;
	position:absolute;
	width:100%;
	height: auto;	
	z-index:10;
	display:block;	
}
#pm_close_button
{
	position:absolute;
	width:150px;
	height:18px;
	border: 1px solid gray;
	background: silver;
	top:0;
	right:0;	
	cursor:pointer;cursor:hand;
	text-align: center;
}
#header_login_info
{
    padding:10px;
    border:1px solid #ccc;
    height: 50px;
    float:right;
    margin-top:6px;
}