* {
	padding:0;
	margin:0;
	border:0;
}

body {
	background:url(/_resources/images/body.gif) top center repeat-y #DFDFDF;
	font-family:"Verdana";
	font-size:62.5%;
}
a {
	color:#761149;
}
a:hover {
	color:#B06D93;
}

#container {
	margin:0 auto;
	width:562px;
	text-align:center;
	padding-bottom:20px;
}
h1 {
	background:url(/_resources/images/h1.gif) top center no-repeat;
	height:93px;
	width:562px;
	margin:0 auto 10px auto;
}
h1 span {
	display:none;
}
#contents {
	width:406px;
	margin:0 auto;
	text-align:left;
}
#contents p {
	font-size:1.1em;
	line-height:1.4em;
	margin:0 8px 15px 8px;
}
#contents p.language {
	text-align:center;
	font-style:italic;
}


/* FORM */
h2 {
	background:url(/_resources/images/h2.gif) top center no-repeat;
	padding:15px 0 15px 10em;
}

.errors {
	display:block;
	width:406px;
	margin:0 auto;
	padding:15px 0;
	background:url(/_resources/images/errors_base.gif) bottom center no-repeat;
}
.errors li {
	font-size:1.1em;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 16px 5px 36px;
	
}
#errors_base {
	background:url(/_resources/images/errors_bg.gif) top center no-repeat;
	margin-bottom:10px;
}
#errors_base p {
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	padding:20px 16px 0px 16px;
	margin:0;	
}

form {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	width:406px;
	margin:0 auto;
	background:url(/_resources/images/form.gif) top center repeat-y;
}
#content form p {
	margin:0 16px;
}

label span {
	display:block;
	float:left;
	width:10em;
	text-align:right;
	padding-right:10px;
}
label.checkbox_holder {
	margin-left:10em;
	font-weight:normal;
	width:280px;
	display:block;
}
.checkbox {
	margin-right:5px;
}
.error {
	background:#B06D93;
	font-weight:bold;
}

#postal_button {
	display:block;
	width:154px;
	height:70px;
	float:left;
	background:url(/_resources/images/postal_a.gif) top left no-repeat;
	margin-right:5px;
}
#postal_button span {
	display:none;
}
#postal_question {
	background:url(/_resources/images/postal_p.gif) top left repeat-y;
	padding:15px 0;
}
#content #postal_question p{
	margin:0 12px;
}
#postal_info {
	display:none;
}
#submit, #submit_ga {
	width:154px;
	height:40px;
	margin:10px auto;
	background:url(/_resources/images/submit.gif) top left repeat-y;
	display:block;
}

#submit_details_ga {
	background:url(/_resources/images/submit_ga.gif) top left repeat-y;
}


#form_base {
	background:url(/_resources/images/form_base.gif) bottom left no-repeat;
	padding-bottom:10px;
}