/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	text-align:center;
	background-image:url('../i/background2.jpg');
	background-repeat:no-repeat;
	background-position:top;
}
body, td {
	color: #000000;
	font-size: 12px;
}
.error {
	color: #CC0000;
}
table.emailform {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
hr {
	border-top-color: #ad9c7a;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-width: 0px;
}
.headline {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
h1 {
	color: #ad9c7a;
	font-weight: bold;
	font-size: 20px;
	margin:0px;
	padding:0px;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin:0px;
	padding:0px;
}
#confirm_form td {
	text-align: left;
	vertical-align: top;
}
.maintable {
	background-color: #FFFFFF;
	border-color: #ad9c7a;
	border-style: solid;
	border-width: 2px;
}
form {
	margin: 0px;
	padding: 0px;
}

#wrapper1 {
width:600px;text-align:left;margin-left:auto;margin-right:auto;
}
#wrapper2 {
text-align:center;margin-left:auto;margin-right:auto;
}
#wrapper3 {
width:550px;background-color:#FFFFFF;border:solid 1px #CCCCCC;margin-left:auto;margin-right:auto;
}
#privacy {
text-align:center;
}
#close {
text-align:center;
}
input.button {
	border: 1px solid #000;
	background-color:#CCC;
}

ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	padding-left: 0px;
	list-style: disc;
}
.bulletList li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;

}