h3 {
	margin-bottom: 15px;
}
.intro {
	width: 325px;
	float: left;
	margin-right: 70px;
	line-height: 1.7em;
	margin-top: 15px;
	color: #D0D0D0;
}
.intro p {
	margin-bottom: 10px;
}
.forms {
	width: 500px;
	float: left;
}
.theform {
	width: 500px;
	float: left;
}
.theform input, .theform textarea {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 22px;
	width: 500px;
	background-color: #e8e8e8;
}
.theform input:focus, .theform textarea:focus {
	background-color: #FFF;
}
.theform .area {
	height: 160px;
}
.theform .send {
	width: 86px;
	height: 42px;
	float: left;
	margin-right: 10px;
}
.theform dt {
	margin-bottom: 4px;
}
.theform dd {
	margin-bottom: 30px;
}
.theform #blank {
	height: 1px;
	margin-bottom: 0px;
}
.theform #yourname, .theform #youremail, .theform #yourmessage {
	text-indent: -8008px;
	background-repeat: no-repeat;
}
.theform #yourname{ 
	background-image: url(../_img/form_yourname.gif);
}
.theform #youremail{ 
	background-image: url(../_img/form_youremail.gif);
}
.theform #yourmessage{ 
	background-image: url(../_img/form_yourmessage.gif);
}
.theform .error {
	line-height: 1.2em;
	color: #999;
}
.theform .error strong {
	color: #F00;
}

.sent {
	width: 500px;
	height: 354px;
	float: left;
	text-align: center;
	background-image: url(../_img/form_sent.gif);
	background-repeat: no-repeat;
	padding-top: 250px;
	display: none;
}
.sent p {
	margin-bottom: 10px;
}
.sent a, .sent a:visited {
	color: #eb3102;
}

div.elsewhere {
	font-weight: bold;
	font-size: 10px;
}
div.elsewhere ul  {
	margin-top: 8px;	
}
div.elsewhere ul li {
	float: left;	
	margin-right: 5px;
}

