body {
	margin: 0px;
}
#main-box {
	margin: 8px 0px;
	width:900px;
	height:440px;
	background: url(images/EnergyAssessment-bg01.jpg) no-repeat left top;
	position:relative;
	color: #0460ca;
	font-family:Arial, Helvetica, sans-serif;
}
#main-box.main-box-confirmation {
	background: url(images/EnergyAssessment-bg02.jpg) no-repeat left top;
}
#copy-box {
	margin: 0px;
	width:420px;
	height:130px;
	position:absolute;
	left: 25px;
	top: 212px;
}
#copy-box.copy-box-confirmation {
	width:235px;
	height:110px;
	left: 465px;
	top: 100px;
}
#copy-box h1{
	width: 100%;
	font-size:25px;
	font-weight: normal;
	text-align:center;
	margin: 0 0 8px 0;
	border-bottom: solid 1px #009dfb;
	padding: 0 0 4px 0;
}
#copy-box p{
	font-size:14px;
	line-height:22px;
	text-align:center;
	margin: 0;
}
#entryform {
	margin: 0px;
	width:420px;
	height:230px;
	position:absolute;
	left: 465px;
	top: 20px;
}
#entryform label {
	clear:both;
	float:left;
	font-size:13px;
	line-height:20px;
	margin:0 12px 5px 0;
	width:90px;
	text-align:right;
}
#entryform input.text-long {
	border:1px solid #D1D1D1;
	display:block;
	margin:0 0 7px 0;
	padding: 2px 0 0 3px;
	width:310px;
	height:17px;
}
#entryform input.text-short {
	border:1px solid #D1D1D1;
	display:block;
	margin:0 0 7px 0;
	padding: 2px 0 0 3px;
	width:180px;
	height:17px;
}
textarea {
	border:1px solid #D1D1D1;
	height:48px;
	width:310px;
	padding: 2px;
	margin:0 0 7px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#entryform p.compulsory {
	color:#f78c8c;
	font-size:12px;
	line-height:16px;
	font-style:italic;
	margin:5px 0 0 100px;
}
#entryform input.submit {
	background:transparent url(images/EnergyAssessment-send.gif) no-repeat scroll 0 0;
	border: none;
	cursor:pointer;
	display:block;
	height:85px;
	margin:-102px 0 0 290px;
	width:135px;
}
#statement{
	margin: 0px;
	width:450px;
	height:50px;
	position:absolute;
	left: 260px;
	top: 280px;
}
#statement p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:center;
	margin: 0;
	color: #969696;
}
#continue{
	margin: 0px;
	width:230px;
	height:50px;
	position:absolute;
	left: 343px;
	top: 390px;
}