html {
	background-image: url('../img/bg2.gif');
	background-repeat: repeat-x;
	background-position: 515px 515px;
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	color: #333333;
}

#bg {
	height: 515px;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
}

#container {
	width: 975px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#logo {
	left: 30px;
	top: 21px;
	position: absolute;
}

#desc {
	position: absolute;
	top: 106px;
	left: 30px;
}

#steps {
	position: absolute;
	left: 0px;
	top: 190px;
}

.img1 {
	position: absolute;
	left: 345px;
	top: 64px;
}

.img2 {
	position: absolute;
	left: 400px;
	top: 0px;
}

#form {
	position: absolute;
	top: 23px;
	right: 0px;
	text-align: left;
	width: 374px;
	height: 488px;
	background-image: url('../img/form_bg.png');
	background-repeat: no-repeat;
}

#form .text {
	left: 29px;
	top: 37px;
	position: absolute;
}

.error {color: red !important;}

img {border: 0px;}

form {
	margin: 20px;
	margin-top: 120px;
}

label {
	float: left;
	padding-top: 12px;
	width: 110px;
	font-size: 14px;
	font-family: Tahoma;
}

#form .submit {
	position: absolute;
	top: 414px;
	left: 226px;
}

#form #status {
	position: absolute;
	top: 420px;
	left: 20px;
	font-size: 14px;
	width: 200px;
}
