body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #000;
	text-align: center;
}

#header {
	margin: 20px auto 0 auto;
	padding: 0 0 0 0;
	width: 450px;
	height: 60px;
	text-align: left;
	background: #fff url(under-construction.jpg) top right no-repeat;
}

/*---------- CONTENT ----------*/

#content {
	border-top: 1px solid #f2edf5;
	border-bottom: 1px solid #f2edf5;
	margin: 0 auto 20px auto;
	padding: 0 0 15px 0;
	width: 450px;
	text-align: left;
	background: #fff url(bg.gif) top left no-repeat;
	clear: both;
}

#highlight {
	font-weight: bold;
	color: #542c6f;
}

#validation_text {
	color: #bbb;
	font-size: 10px;
}

table.th {
	font-weight: bold;
	text-align: left;
}

table.td test, input, textarea {
	border:1px solid #f2edf5;
	width:280px;
}

#submit_button {
	border:1px solid #c3acd3;
	background: #f2edf5;
	width:280px;
	font-size: 10px;
	font-weight: bold;
	color: #542c6f;

}

/*---------- FOOTER ----------*/

#footer {
	margin: 0 auto;
	text-align: center;
	color: #bbb;
	font-size: 10px;
	clear: both;
}

