/*-----------*/
/*  CONTACT  */
/*-----------*/
.contactContent h1 {
	color: #252525;
	font-family: Georgia;
	font-size: 22px;
/*	font-style: italic;*/
	color: #72A77E;
}
.contactContent h3 {
	font-family: Trebuchet;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding-right: 30px;
}
.contactContent {
	width: 600px;
	position: relative;
	padding: 20px 0px 10px 60px;
	background: #e3e3e3;
}
.contactContent input#text {
	width: 200px;
}
.contactContent span {
	color: red;
}
.contactContent p {
	text-align: left;
	font-family: Trebuchet;
	font-size: 16px;
	height: 20px;
	padding-bottom: 4px;
}
.label {
	float: left;
	display: inline;
	width: 100px;
	padding-right: 15px;
}
.contactContent ul {
	padding-left: 5px;
}
.formRow {
	height: 30px;
}
.contactContent .footer {
/*	height: 50px;*/
}
.contactContent #error {
	position: absolute;
	top: 130px;
	right: 45px;
	color: red;
}
#returnError {
	position: absolute;
	top: 130px;
	right: 45px;
	color: red;
}
.contactContent #errortext {
	font-size: 16px;
/*	float: left;*/
	display: inline;
	color: #333;
	padding-right: 10px;
	padding-bottom: 5px;
}
.contactContent ul#signup {
	list-style-type: none;
}
.contactContent ul {
	padding-left: 0px;
	list-style-type: disc;
}
.contactContent li {
	padding-bottom: 2px;
	margin-left: 15px;
}
.contactContent #success {
	width: 165px;
	color: green;
}
#contactButton, .contactButton {    
	cursor:hand;
	cursor:pointer;
}
.closeButton {
	position: absolute;
	right: 15px;
	bottom: 15px;
	border: 1px solid #888;
	background: white;
	padding: 2px 4px;
	cursor: hand;
	cursor: pointer;
}
input#contactSubmit {
	padding: 2px;
}