body {
     padding:0px;
	 margin:0px;
	 background:#70c2d7 url(../images/bg.jpg) no-repeat center top;
	 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#6b6b6b;
}
#header {
    width:800px;
	margin:0 auto;
	height:100px;
	padding-top:70px;
}
#header h2 {
    background:url(../images/logo.png) no-repeat;
	width:213px;
	height:40px;
	text-indent:-900000px;
	margin:0 auto;
}
#container_top {
    background:url(../images/content_top.png);
	width:866px;
	height:9px;
	margin:0 auto;
}
#container {
    background:url(../images/container_bg.png);
	width:826px;
	margin:0 auto;
	padding:20px;
	text-align:center;
}
#container_bot {
    background:url(../images/content_bot.png);
	width:866px;
	height:9px;
	margin: 0 auto 20px auto;
}
#title {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#4d4d4d;
	margin:0px;
	background:url(../images/spacer1.png) bottom no-repeat;
	padding-bottom:30px;
	margin-bottom:20px;
}
form {
    padding:0px;
    margin:0px;
}
#label {
	margin:0px;
	display:inline;
	vertical-align:top;
	margin-top:20px;
}
.input {
    background:url(../images/input.png);
	width:228px;
	height:16px;
	padding:15px;
	border:0px;
	margin-right:10px;
	color:#aaa;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size:12px;
}
.submit {
    background:url(../images/submit.png);
	width:107px;
	height:46px;
	border:0px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
#spacer {
    background:#e5e5e5;
	height:1px;
}
