.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;

}

.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

.maincell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	border: 0px solid #000;
}

.errmsg {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
}

#contactForm {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 0px solid #000;
	padding: 10px;
	width: 420px;
	height: 360px;

}

#contactFormIntro {
position: absolute;
left: 10px;
top: 0px;
border: 0px solid #000;
padding:;
width:;
height:;
}




#contactFormName {
position: absolute;
left: 10px;
top: 57px;
border:0px solid #000;
padding:;
width: 100px;
height:20px;
text-align: right;
padding-top:0px;
line-height: 20px;





}

#contactFormNameField {
position: absolute;
left: 120px;
top: 60px;
border:0px solid #000;
padding:;
width: 300px;
height:20px;
font-size: 10px;

}

#contactFormAddress {
position: absolute;
left: 10px;
top: 87px;
border:0px solid #000;
padding:;
width: 100px;
height:20px;
text-align: right;
line-height: 20px;
}

#contactFormAddressField {
position: absolute;
left: 120px;
top: 90px;
border:0px solid #000;
padding:;
width: 300px;
height:20px;

}

#contactFormSubject {
position: absolute;
left: 10px;
top: 117px;
border:0px solid #000;
padding:;
width: 100px;
height:20px;
text-align: right;
line-height: 20px;


}

#contactFormSubjectField {
position: absolute;
left: 120px;
top: 120px;
border:0px solid #000;
width: 300px;


}

#contactFormMessage {
position: absolute;
border:0px solid #000;

width: 100px;
top: 147px;
text-align: right;
height:20px;
line-height: 20px;
}

#contactFormMessageField {
position: absolute;
border:0px solid #000;
width: 300px;
top: 150px;
left: 120px;

}

#contactFormSendButton {
position: absolute;
border:0px solid #000;
top: 340px;
left: 100px;

}
