@charset "UTF-8";
/* CSS Document */

#pageSettings {
	background-color: #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	overflow: hidden;
}

#header {
	background-color: #333;
	width: 330px;
	height: 15px;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
	padding: 10px;
}

#header h1 {
	position: relative;
	top: -10px;
	width: 300px;
}

#subheader {
	background-color: #FC0;
	width: 330px;
	height: 10px;
	font-size: 12px;
	padding: 10px;
}

#bodyText {
	width: 330px;
	height: 160px;
	font-size: 10px;
	line-height: 12px;
	padding: 10px;
	text-shadow: 0px 1px 0px #DDD;
	-webkit-text-shadow: 0px 1px 0px #DDD;
	-moz-text-shadow: 0px 1px 0px #DDD;
}

#bodyText p {
	padding-bottom: 10px;
}

#form {
	width: 330px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-shadow: 0px 1px 0px #DDD;
	-webkit-text-shadow: 0px 1px 0px #DDD;
	-moz-text-shadow: 0px 1px 0px #DDD;
}

#form td {
	padding: 5px;
}

#form td input {
	float: right;
}

.nameEmail {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 230px;
	height: 20px;
	background: none;
	border: none;
	color: #000000;
}

.message {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 230px;
	height: 70px;
	background: none;
	border: none;
	color: #000000;
}

.inputTitle {
	width: 60px;
	vertical-align: top;
}

.inputBorder {
	background-image: url(../images/inputBorder.gif);
	background-repeat: no-repeat;
	width: 230px;
}

.textareaBorder {
	background-image: url(../images/textareaBorder.gif);
	background-repeat: no-repeat;
}

h3 {
	color: #900;
}

.boldRed {
	font-weight: bold;
	color: #900;
}

.red14 {
	color: #900;
	font-size: 14px;
}