body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 35px;
	background-color: rgb(222,222,222);
}
a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1
{
	font-family: 'Times New Roman', Serif;
	font-size: 25px;
	font-weight: normal;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 25px;
}
label {
	width:  105px;
	padding-top: 3px;
	float: left;
}

form {
	background-color: #ececec;
	padding: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



#container {
	width: 650px;
	padding: 30px;
	margin: auto;
	text-align: left;
	border: 1px solid rgb(200,200,200);
	background-color: #fff;
	
}

#menu {
	float: right;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	margin-left: 7px;
}




.form-error {
	border: 2px solid rgb(200,0,0);
	background-color: rgb(255,200,200);
}

.error-message {
	padding-left: 77px;
	color: rgb(200,0,0);
}

.input text {
	margin-bottom: 15px;
}
