BODY
{
	background: #E4D1E7;
	/*[disabled]width:98%;*/
	font-family: Times;
	font-size: medium;
}
DIV#home
{
	background: #E4D1E7 url(background.jpg) no-repeat center top;
	width: 1024px;
	min-height: 957px;
	margin: 0 auto;
}
DIV.message
{
	width: 1024px;
	height: 688px;
	background: #E4D1E7 url(background-confirmation.jpg);
	margin: 158px auto 0;
	padding-top: 76px;
	text-align: center;
}
.message P
{
	width: 66%;
	margin: 0 auto;
	text-align: left;
	color: #000000;
}
.message H1
{
	color: #A43092;
}
/*contact form*/
DIV.box
{
	color: #7B2F40;
	margin-bottom: 20px;
	text-align: left;
	/*[disabled]width:1024px;*/
	margin: 0 auto;
	height: 869px;
}
DIV#step1
{
	position: absolute;
	top: 395px;
	margin-left: 165px;
	width: 284px;
	/*[disabled]border:thin solid red;*/
}
DIV#step2
{
	position: absolute;
	top: 385px;
	margin-left: 536px;
	/*[disabled]border:thin solid red;*/
	width: 406px;
}
DIV.box H1
{
	color: #000000;
	padding-bottom: 4px;
}
DIV.box P
{
	padding-bottom: 14px;
}
DIV.box INPUT .input-text
{
	border: 1px solid #3B6E22;
	color: #7B2F40;
	width: 180px;
	text-align: left;
}
DIV.box LABEL
{
	display: block;
	margin-bottom: 10px;
	color: #7B2F40;
	font-size: 0.9em;
}
DIV.box LABEL SPAN
{
	display: block;
	float: left;
	padding-right: 6px;
	width: 109px;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
}
#submit
{
}

