
#centerpage {
						width: 900px; height: 500px;
						position: absolute;
						left: 50%;
						top: 50%;
						margin-left: -450px;
						margin-top: -250px;
						border: 0px solid #505050;
						background-color: #FFFFFF;
						background-image:url('graphics/contact-background.gif');
						z-index:100;
						}
						
#underpage {
						width: 800px; height: 400px;
						position: absolute;
						left: 50%;
						top: 50%;
						margin-left: -400px;
						margin-top: -200px;
						z-index:1;
						}

#milesInternet {		     
						margin-left: 300px;
						padding-top: 123px;
						}

#strapLine {
						margin-left: 300px;
						padding-top: 5px;
						}

#bodyCopy {
						margin-left: 20px;
						margin-top: 40px;
						width: 250px;
						font-family: Tahoma, Arial;
						font-size: 11px; color: #666666;
						}
						
#contactForm {
						margin-left: -150px;
						margin-top: 10px;
						width: 550px;
						font-family: Arial;
						font-size: 11px; color: #333333;
						height: 150px;
						position: absolute;
						left: 50%;
						top: 50%;
						border: 1px #c0c0c0 solid;
						z-index: 1000;
						padding: 12px;
						}
						
.inputBox {
						width: 540px;
						font-family: Arial;
						font-size: 11px;
						color: #666666;
						border: 1px #c0c0c0 solid;
						background-color: #eeeeee;
						margin-bottom: 6px;
						}
						
.inputBoxShort {
						width: 200px;
						font-family: Arial;
						font-size: 11px;
						color: #666666;
						border: 1px #c0c0c0 solid;
						background-color: #eeeeee;
						}
#contactFormTitle {
						margin-left: -140px;
						margin-top: 1px;
						nowidth: 250px;
						font-family: Arial;
						font-size: 11px; color: #333333;
						position: absolute;
						left: 50%;
						top: 50%;
						z-index: 1001;
						padding: 2px;
						background-color: #e6e6e6;
						font-weight: bold;
						}
						
#contactFormSubmit {
						position: absolute;
						left: 50%;
						top: 50%;
						z-index: 1002;
						padding: 2px;
						margin-top: 175px;
						
						}
						
.submitButton {
						background-color: #039cdb;
						font-family: Arial;
						font-size: 11px; color: white;
						border: 1px #000000 solid;
						font-weight: bold;
						padding-left: 20px; padding-right: 20px;
						margin-left: 304px;
						
						}
								
h1 {
						font-family: Tahoma, ITC Officina Sans Book, Arial, Helvetica;
						font-size: 44px;
						color: #333333;
						margin: 0px;
						padding: 0px;
						font-weight: normal
						}

h2 {
						font-family: Tahoma, ITC Officina Sans Book, Arial, Helvetica;
						font-size: 30px;
						color: #666666;
						margin: 0px;
						padding: 0px;
						font-weight: normal
						}

form {

	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	}