body {
	margin: 0px;
	padding: 0px;
}

h1
{
	display: none;
}

#logo {
	position: absolute;
	margin-left: 872px;
	_margin-left: 711px;
	@margin-left: 711px;
	top: 150px;
}

#logo_lloyds {
	position: absolute;
	margin-left: 878px;
	_margin-left: 717px;
	@margin-left: 717px;
	top: 255px;
}

#website {
	width: 962px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #aca7a4;
	background-image: url(../img/bg_all.jpg);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	_padding-top: 140px;
	@padding-top: 140px;
	border: solid 1px #ffffff;
}

#content {
	width: 672px;
	min-height: 300px;
	_height: 300px;
	margin-left: 161px;
	margin-top: 140px;
	background-color: #ffffff;
	border: solid 1px #9dc12a;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 11px;
	color: #353230;
}

#content a {
	text-decoration: none;
	color: #95bd11;
}

#content a:hover {
	text-decoration: underline;
}


input, select {
	border: solid 1px #c3d97d;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 11px;
}

.button {
	width: 166px;
	height: 26px;
	background-image: url(../img/button.jpg);
	text-align: center;
	color: #000000;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
}

.errorbox {
	border: 1px solid #ff0000;
}

.errortext {
	color: #ff0000;
}

.borderblock_error
{
	border: 2px solid #ff0000;
	color: #ff0000;
	padding: 10px;
}
