/* Blasteroids.com - css for popups */
/* Edited by tp @ 27 Feb 2006 */

body {
	background-color: #f2f5ff;
	background-image: url(../bl_popup_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 75px;
}

table {
	color: #3d486e;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 10px 5px 4px;
}

h1 {
	font-size: 90%;
	margin: 0;
	padding: 3px;
}

p {
	color: #656f92;
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	padding: 4px 3px 6px 3px;
}

table img {
	border: 6px solid #f7f7fa;
}

div.logo {
	position: absolute;
	top: 25px;
}

div.close {
	position: absolute;
	top: 4px;
	text-align: right;
	width: 100%;
}

div.close a {
	background-image: url(../bl_popup_close_1.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #f7f7fa;
	font-size: 60%;
	font-weight: bold;
	margin-right: 30px;
	padding-left: 13px;
	position: absolute;
	top: 1px;
	right: -10px;
	text-decoration: none;
	text-transform: uppercase;
}

div.close a:hover {
	background-image: url(../bl_popup_close_2.gif);
	color: white;
	text-decoration: underline;
}
