/* Contact Us stylesheet */

div#content1{
	width: 95%;
	border: 1px solid black;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
}

div#content2{
	display: none;
}
div#content3{
	display: none;
}

div#content1 {
	padding: 5px 10px;
	overflow: auto;
	float: none;
	position: relative;
}

form {
	width: 95%;
	margin-top: 2em;
}

table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
/*	background-color: #fff;  */
	font-size: 80%;
}

table td {
/*	background-color: #efefef; */
	vertical-align: top;
	padding: 2px;
}

table td h3 {
	font-weight: 700;
	font-size: 100%;
}

table td.tdLabel {
	width: 35%;
	text-align: right;
	font-weight: bold;
}

table .textInput {
	width: 100%;
}

table .shortText {
	width: 100px;
}

table .selInput {
	width: 90%;
}

table table input {
	margin-right: .25em;
}

table td.buttons {
	text-align: center;
}

table td.buttons input {
	width: 75px;
	margin-left: 10px;
	margin-right: 10px;
}

address {
	margin: 1em 2em;
}

span#lblResult {
	margin-bottom: 2em;
	font-weight: 700;
}

span.errorText {
	color: #f00;
	font-weight: 700;
}