/*
 * Modified contact form originally created by Chris Coyier from css-tricks.com
 * View screencast: http://css-tricks.com/videos/css-tricks-video-21.php
 -------------------------------------------------------------------------*/

/*
 * General XHTML styles
 -----------------------*/
html {
	text-align:center;
	background-color:#FBFBFB;
}
body {
	font:1em/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:left;
	padding:0;
	overflow:hidden;
	background-color:#FBFBFB;
}
/*
 * Form elements
 -----------------------*/
fieldset {
	margin:0;
	padding:0;
	width:130px;
	border:none;
	background-color:#FBFBFB;
	margin-left:auto;
	margin-right:auto;
}
legend {
	color:#333;
	padding:0 10px;
	margin:0;
	font-size:1.5em;
	font-weight:400;
}
p {
	color:#484847;
	font-size:10px;
	font-weight:bold;
	margin:0 0 4px;
	padding:0;
}
input {
	width:130px;
	border:1px dotted #999999;
	color:#414141;
}
input, textarea {
	padding:2px;
	!padding:0px;
	margin:0;
}
input:hover, textarea:hover {
	background:#e4e4e4;
}
input:focus, textarea:focus {
	background:#e4e4e4;
}
textarea {
	font:.9em Verdana, Arial, Helvetica, sans-serif;
}
button {
background-image:url(http://www.streamlineic.com/images/submit-bg.jpg);
background-repeat:no-repeat;
border-style:none;
color:#333333;
cursor:pointer;
float:left;
font-size:12px;
font-weight:bold;
height:25px;
margin-left:25px;
margin-top:6px;
width:81px;
}

/*
 * User feedback
 -----------------------*/
.yay, .oops {
	font-size:.8em;
	text-align:center;
	padding:10px;
	color:#fff;
	font-weight:700;
}
.yay {
	background:#FBFBFB;
	color:#E9530F;
	margin-top:120px;
}
.oops {
	background:#f30;
	margin-top:120px;
}
div.error {
	color:#E9530F;
	font-size:9px;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 0 0;
	height:10px;
}
/*
 * Captcha
 -----------------------*/
img {
	border:1px solid #777;
	margin:0px;
	display:block;
}
h3 {
	font-size:1.2em;
	font-weight:400;
	margin:30px 0 10px 90px;
}
