/* CSS Document */



/* Contact DIV */

#divContact {
	width: 541px;
	height: auto;
	float: right;
	display: block;
}



/* Contact Leftside Images */

#lsContactTop {
	width: 200px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

#lsContactMiddle {
	width: 200px;
	height: 34px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

#lsContactBottom {
	width: 200px;
	height: 8px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}



/* Email Form Fields */

.inputField {
	width: 99%;
	height: 20px;
	border-color: #79A1F2;
	border-width: 1px;
	border-style: solid;
	background-color: #E4ECFC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

.inputFieldBig {
	width: 99%;
	height: auto;
	border-color: #79A1F2;
	border-width: 1px;
	border-style: solid;
	background-color: #E4ECFC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}