body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:76%;
	text-align:center;
	margin:0 auto;
	background:#369 url(background.gif) repeat-x;
}
a:link {
	color:#246;
}
a:visited {
	color:#369;
}
a:hover,a:focus {
	color:black;
}
li, ul {
	list-style-type:square;
	padding-left:0;
	margin-left:1em;
}
ul {
	margin-bottom:2em;
}
#container, .container {
	position:relative;
	margin:50px auto;
	text-align:left;
	background:white;
	width:700px;
	padding:50px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	clear:both;
}
form {
	margin:52px 0;
	float:right;
	width:55%
}
form label {
	float:left;
	width:30%;
	margin-right:5%;
	text-align:right;
	color:#257;
}
form input, textarea {
	font-size:.9em;
	border-width:1px;
	padding:3px;
	font-family:Arial,Helvetica,sans-serif;
}
form input#submit {
	margin-left:35%;
	font-size:9px;
}
h1 {
	font-size:3em;
	margin:10px 0 0 -10px;
	padding:0;
	color:#68a;
}
h2 {
	border-top:1px solid #def;
	width:15em;
	font-size:1.8em;
	margin:1em 0 2em -10px;
	padding:1em 0 0 10px;
	color:#36c;
	letter-spacing:1px;
	text-transform:lowercase;
}
p {
	padding-left:.1em;
	color:#257;
}
p strong {
	letter-spacing:1px;
}
#error {
	position:absolute;
	top:25px;
	right:5%;
	width:40%;
	display:none;
	border:1px solid #def;
	background:#efc;
	padding:5px 10px;
	font-size:90%;
}