/* CSS Document */

body {
	background-image:url(img/form_01.jpg);
	background-repeat: repeat-x;
	background-color: #89addf;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 {
	color:#FF3300;
}
label {
	width: 90px;
	float: left;
	padding-top: 3px;
}
#page {
	margin: 0 auto;
	text-align: left;
	width: 687px;	
}
#form {
	height: 292px;
	background-image: url(img/form_06.jpg);
	padding-left: 20px;
}
.field {
	padding: 2px;
}
.button {
	background-color: #000000;
	color: #FFFFFF;
}
