@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E1B35A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 0 15px 0;
}
#wrapper {
	/*background-color: #E1B35A;*/
	background-color: #FFFFFF;
	background-image: url(../images/popup-bg.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat:no-repeat;
	width: 500px;
	margin: 0 auto 0 auto;
}
.popup-header {
	width: 490px;
	background-color: #990000;
	display: block;
	height: 32px;
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px 0 0 10px;
	margin: 0 auto 0 auto;
}
.popup-footer {
	display: block;
	background-color: #990000;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	width: 500px;
	margin: 0 auto 0 auto;
}
table {
	margin: 10px auto 10px auto;
}
.table-right {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
.desc-text {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 0 15px 0 15px;
}
.desc-text a:link {
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
.desc-text a:active {
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
.desc-text a:visited {
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
.desc-text a:hover {
	color: #990000;
	text-decoration: underline;
	text-transform: uppercase;
}
.privacy {
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
}
.privacy a:link {
	color: #990000;
	text-decoration: none;
}
.privacy a:visited {
	color: #990000;
	text-decoration: none;
}
.privacy a:hover {
	color: #990000;
	text-decoration: underline;
}
.privacy a:active {
	color: #990000;
	text-decoration: none;
}