@charset "utf-8";
/* CSS Document */

* {
	border:0;
	padding:0;
	margin:0;
}

html, body {
                height: 100%;         /* required */
}


body {
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	text-align: center;   /* horizontal centering hack for IE */
}

p {
	margin-bottom:10px;
}

div#distance {
                margin-bottom: -80px; /* half of content height */
                width: 1px;           /* required to "hide" distance div */
                height: 50%;          /* required */
                float: left;          /* required */

}

div#wrapper1 {
                position: relative;   /* positions content on top of distance */
                text-align: center;     /* horizontal centering hack for IE */
                height: 160px;         /* required - desired height */
                width: 450px;     /* cosmetic */
                margin: 0 auto;       /* required */
                clear: left;          /* required */
}


label {
	display:inline-block;
	width:100px;
}

input {
	background-color:#CCC;
	border:0px;
	border-color:#3C3;
}

input[type=text] {
	width:175px;
}

input[type=submit] {
	margin-right:32px;
	padding:3px;
}

input:active {
	background-color:#999;
}

input:focus {
	background-color:#999;
}

#formElements {
	padding:20px;
	text-align:left;
}

#submitDiv {
	padding-top:2px;
	text-align:right;
}

