#form {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#form label {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #504d44;
	position:absolute;
}
.colour {
	color:#666666;
}
.text1, .text2 {
	padding:4px;
	color:#666;
	border:1px solid #C2BB9F;
	font-family: Arial;
	font-size: 11px;
}
.text1 {
	width:205px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 135px;
}
.text2 {
	width:80px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 20px;
	position: absolute;
}

.text1:hover, .text2:hover{
	border:1px solid #666666;
}
.submitbutton, .resetbutton {
	width:100px;
	height:37px;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	margin-right: 3px;
}

.fine {
	font:10px verdana;
	color:#666666;
}

.submitbutton {
	background:url(../img/btn-send.jpg);
}
.submitbutton:hover {
	background:url(../img/btn-send-over.jpg);
}
.resetbutton {
	background:url(../img/btn-reset.jpg);
}
.resetbutton:hover {
	background:url(../img/btn-reset-over.jpg);
}
