* {
	margin:           0;
	padding:          0;
}
a img {
	border-style:     none;
}
body {
	background-color: #FEFDE8;
	font-family:      Verdana,
	                  "Trebuchet MS",
	                  Arial,
	                  Helvetica,
	                  sans-serif;
	width:            780px;
	font-size:        12px;
}
#header {
	border-bottom:    24px solid #060;
	text-align:       center;
}
#header a {
	display:          block;
}
p {
	margin:           1em;
}
form {
	width:            20em;
	position:         relative;
	margin:           1em;
}
#policy {
	width:            40em;
}
#policy label {
	width:            12em;
}
label {
	float:            left;
	text-align:       right;
	width:            8em;
	height:           4em;
	line-height:      2em;
}
label input {
	float:            right;
	font-size:        100%;
}
#submit {
	width:            4em;
	line-height:      4em;
}
#submit input {
	float:            none;
	height:           75%;
	width:            75%;
}
#closeButton {
	background-image: url('/images/btn_closewindow.gif');
	display:          block;
	margin-left:      auto;
	margin-right:     auto;
	width:            200px;
	height:           63px;
	cursor:           pointer;
}
table {
	margin:           2em auto;
	border:           1px solid #060;
	border-collapse:  collapse;
	background-color: #FFC;
}
td {
	border:           1px solid #060;
	font-weight:      bold;
	text-align:       right;
	color:            #060;
	padding:          0.25em;
}
td+td {
	font-weight:      normal;
	text-align:       left;
	color:            black;
}
tr.even {
	background-color: #CFC;
}
.clearhack {
	clear:            both        !important;
	height:           1px         !important;
	background-color: transparent !important;
	overflow:         hidden      !important;
	border-style:     none        !important;
}
