﻿label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
	color:#cccccc;
}
legend {
	color:#cccccc;
	font-size:1.2em;
}
legend span {
	width:15em;
	text-align:right;
}
input {
	padding:0.15em;
	width:12em;
	border:1px solid #666;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

textarea {
	padding:0.15em;
	width:15em;
	border:1px solid #666;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 



fieldset {
	border:1px solid #ccc;
	padding:0 0.5em 0.5em;
}
.email {
	width:12em;
}

input.default {
	color:#bbb;
}

input.submit-go {
	margin-top:1em;
	width:114px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
	}

input.submit-go:hover {
	background-position:0 -25px;
}
