/* CSS Document */
<style type="text/css">
<!--
#black_overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 115%;
	height: 500%;
	background-color: black;
	z-index:100;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);    

}    
#cropbox{
	position: absolute;
	width: 35%;
	height: 20%;
	padding: 1%;
	border: 0px solid red;
	background-color: white;
	z-index:101;
	overflow: auto;
}
#newsletterResponsebox{
	position: absolute;
	width: 35%;
	height: 15%;
	padding: 1%;
	border: 0px solid red;
	background-color: white;
	z-index:101;
	overflow: auto;
}
#addfriend_box_t{
	position: absolute;
	top: 75%;
	left: 5%;
	right: 20%;
	width: 30%;
	height: 20%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#addfriend_box{
	position: absolute;
	width: 40%;
	height: 30%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}

#sendmessage_box{
	position: absolute;
	width: 40%;
	height: 40%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#sendmessage_res{
	position: absolute;
	width: 40%;
	height: 20%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#addbanlist_box{
	position: absolute;
	width: 30%;
	height: 20%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#removebanlist_box{
	position: absolute;
	width: 30%;
	height: 20%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#multiplayermsg_box{
	position: absolute;
	width: 35%;
	height: 35%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#multiplayermsg_res{
	position: absolute;
	width: 40%;
	height: 20%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}

#addcomment_box{
	position: absolute;
	width: 35%;
	height: 30%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#addcomment_res{
	position: absolute;
	width: 40%;
	height: 20%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#addfriendreq_box{
	position: absolute;
	width: 50%;
	height: 28%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#rejectfriendreq_box{
	position: absolute;
	width: 50%;
	height: 25%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#acceptmultiplay_box{
	position: absolute;
	width: 30%;
	height: 20%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#rejectmultiplay_box{
	position: absolute;
	width: 30%;
	height: 20%;
	padding: 1%;
	border: 1px solid #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#friendlist_box{
	position: absolute;
	width: 50%;
	height: 70%;
	padding: 1%;
	border: 8px outset #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#friendlist_error_box{
	position: absolute;
	width: 40%;
	height: 30%;
	padding: 1%;
	border: 8px outset #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#gamesuggestion_box{
	position: absolute;
	width: 40%;
	height: 30%;
	padding: 1%;
	border: 8px outset #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#god_invite_box{
	position: absolute;
	width: 40%;
	height: 45%;
	padding: 1%;
	border: 8px outset #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}
#res_god_invite_box{
	position: absolute;
	width: 35%;
	height: 20%;
	padding: 1%;
	border: 8px outset #8b8989;
	background-color: #eee9e9;
	z-index:101;
	overflow: auto;
}

-->
</style>