/* CSS Document */
#contactbody {
	font-size: .8em;
	position: relative;
	top: 2em;
}

#contactdirectbody {
	position: relative;
	margin: 20% 6%;
}

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

fieldset {
	margin-left: 3%;
	margin-right: 3%;	/* works in FF but not IE */
	margin-bottom: 8px;
	width: 29.5em;
	padding: 8px;
}

label {
	float: left;		/* must be defined in order to set label w & h */
	width: 8em;
	height: 1.5em;
	text-align: right;
	margin-right: 0.5em;
	/* background-color: blue;  */			/* for testing */
}

.longLabel {
	width: 12.5em;
}

.textbox {
	width: 20em;
	border: 1px solid #666;
	margin-bottom: .2em;
}

.thinSelect {
	width: 15.8em;			/* correct width in FF */
	border: 1px solid #666;
	margin-bottom: .2em;
}
#personalFields, #serviceFields {
	margin-bottom: 2em;
}

.button {
	margin: 0;
	width: 8em;
	border: 1px solid #000;
	margin-bottom: 1.2em;
}

textarea {
	width: 20.5em;						/* text area is .5em too long in IE*/
	height: 5em;
	border: 1px solid #666;
}

#submitReset {
    float: right;
	width: 152px;
	margin-top: 4%;
	margin-right: 11%;
	text-align: center;
	/*background-color: green;
	 position: relative;
	left: 15em;
	width: 20em; */
}
#contactFormPic {
	float: right;
	width: 152px;
	height: 243px;
	margin-bottom: 2em;
	background-image: url(../assets/jpgFiles/misc/oldPhone.jpg);
	background-repeat: no-repeat
}

#contactDirectPic {
	position: relative;
	top: 1.96em;
	left: 2.6em;
	background-color: #fff;
	background-image: url(../assets/jpgFiles/misc/requestSent.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 320px;
}