@charset "UTF-8";
/* CSS Document */

/*
-----------------------------------------------------
Main Content 
-----------------------------------------------------*/

body {
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/background.png);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	
}
#page {
	position: relative;
	margin: 0px auto;
	background-image: url(../images/backgrounds/background-content.png);
	background-repeat: no-repeat;
	height: 521px;
	width: 801px;
	text-align: left;
	padding:9px;
}
#content {
	position: relative;
	margin-left: 435px;
	padding: 10px;
}
#footer {
	position:relative;
	text-align:left;
	margin: 0px auto;
	margin-top: 4px;
	background-image: url(../images/backgrounds/footer.png);
	background-repeat: no-repeat;
	height: 94px;
	width: 782px;
	color: #777;
	font-size: 9px;
	padding: 5px;
	
}
#form {
	position: absolute;
}
.form {
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.form div {
	padding-bottom: 4px;
}
h1 {
	text-align: left;
	color: #333333;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#buttons img {
	margin-right: 2px;
}
.label {
	text-align: right;
	font-size: 11px;
}
.input {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #666;
	padding: 2px;
	margin: 1px 0px;
}
.amend {
	background-color: #66CC00;
	border: 1px solid #006633;
	padding: 3px;
	font-size: 10px;
	text-align: center;
}