@charset "UTF-8";
html,body {
	background-color: #DAEBE8;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	height:100%; /* needed for container min-height */
}
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}
#content {
	background-image: url(images/watermark.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	bottom:0; /* stick to bottom */
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#heading {
	background-image: url(images/header.gif);
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}
h1 {
	font-size: medium;
	font-style: italic;
}
.form_fields {
	border: 1px dashed #666666;
	padding: 4px;
	background: transparent
}
.submit_button {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	width: 100px;
}

