/* Contact PHP Form v. 1.0
text-shadow: just for Mac.... sorry folks!
http://www.be-studios.com
*/

#verticalForm {color: #999999; padding-top: 20px;}

#verticalForm h1 {
	text-align: center;
	padding-top: 6em;
	text-shadow: #000 1px 1px 5px;
}

#verticalForm fieldset {
	display: block;
	width: 17em;
	margin: 0;
	padding: 1em;
	border: 2px dotted #666;
}

#verticalForm input {
	display: block;
	width: 17em;
	border: 1px solid #999;
	padding: 2px;
}

#verticalForm input:hover {
	color: #990000;
}

#verticalForm input.btn {
	width: 17em;
	border: 1px solid #999;
	padding: 2px;
	background-color: #CCC;
	color: #333;
	font-weight: bolder;
}

#verticalForm input.btn:hover {
	background-color: #666;
	color: #fff;
}

#verticalForm select {
	display: block;
	width: 17em;
}

#verticalForm legend {
	margin-bottom: 1em;
	font-weight: bold;
	background-color: #fff;
	padding: 0 5px;
	text-shadow: #000 1px 1px 3px;
}

#verticalForm label {
	display: block;
	margin-bottom: 1em;
	font-weight: bolder;
	text-shadow: #000 1px 1px 2px;
	font-size: 12px;
}

#verticalForm select {
	display: block;
}

#verticalForm a:link, #verticalForm a:visited {
	color: #FFF;
	text-decoration: none;
	margin-top: 20px;
	text-shadow: #000 1px 1px 2px;
}

#verticalForm a:hover, #verticalForm a:active {
	color: #CCC;
	text-decoration: line-through;
}

#verticalForm textarea {width: 17em;}