/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6868;
	border: 0px;
	background: #cccc33 url(../images/bg.jpg) no-repeat fixed center top;
}
#centerbox {
	position: absolute;
	top: 50%;
	left: 50%;
	/*width: 100%;*/
}
#wrapper {
	position: absolute;
	top: -200px;
	left: -350px;
}
#container {
	width: 701px;
	height: 400px;
}
#top {
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
	width: 701px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
#middle {
	background-image:url(../images/containerBG.png);
	width: 701px;
	height: 351px;
	background-repeat: repeat-y;
	margin: 0;
	padding-bottom: 40px;
	padding: 0px;
}
#bottom {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 701px;
	height: 39px;
	clear: both;
	margin:0;
	padding: 0;
}
#content{
 padding: 0 15px 0 21px;
 margin: 0;
}
#left {
 float: left;
 width: 342px;
 padding-left: 5px;
 text-align: center;
 padding-top: 40px;
}
#right {
	width: 340px;
	padding-right: 10px;
	margin-left: 347px;
	padding-top: 20px;
}
#right p {
	width: 315px;
	text-align: left;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #F0F0C4;
	font-weight: bold;
	line-height: normal;
	font-variant: small-caps;
	
}
input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
	border: 1px solid #999999;
	background-color:#F0F0C4;
	line-height: normal;
}
.leftInput {
	float: left;
	width: 75px;
	text-align: right;
	padding-right: 1em;
	margin-top: 0.5em;
	padding-bottom: 1.5em;
}
.rightInput {
	width: 200px;
	float:left;
	padding-bottom: 1.5em;
}
.submitDiv {
	clear: both;
	text-align: right;
	width: 75px;
}
#error {
	padding: 25px 25px;
	font-weight: bold;
	color: #FF0000;
	clear: both;
}
#error img{
	margin:0px 25px 0px 55px;
}