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

form {
	padding:0em;
}

form {
	width:500px;
	height:400px;
}
label {
	color:#ee8da2;
	display:block;
	width:auto;
	text-align:left;
	margin-right:1em;
}
legend {
	color: #ee8da2;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:200px;
	border:2px solid #ee8da2;
	background:#fff;
	font:0.95em georgia, serif;
	color:#ee8da2;
	margin-top:3px;
	margin-bottom:10px;
}
input:hover, input:focus {
	border-color:#ffe9f1;
} 
textarea{
	padding:0.3em;
	width:200px;
	border:2px solid #ee8da2;
	background:#fff;
	font:0.95em georgia, serif;
	color:#ee8da2;
	margin-bottom:10px;
}
textarea:hover, textarea:focus {
	border-color:#ffe9f1;
}
fieldset {
	border: 0px;
}
input.default {
	color:#ee8da2;
}
.submitbox {
	border:0px;
}
#submit-go {
	position:absolute;
	top:1056px;
	left:270px;
	font-family: georgia, serif;
	border:1px;
	font-weight:800;
	overflow:hidden;
	font-size: 11px;
    display:block;
	cursor:pointer !important; cursor:hand;
	outline: none;
	background:none;
	width:110px;
	height:30px;
	background:url(../images/submitgo.jpg);
}
#submit-go:hover {
	color:#ffe9f1;
}
label.error { float: none; color:#ff0000; display:block; width:200px; vertical-align: top; margin-top:-10px; font-size:9px;}

.clear {
	clear: both ;
}

.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:0 0 0 0;
}
.radio legend {
	font-size:1em;
	color:#000;
}
.radio legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
.dropdown {
	margin-bottom:10px;
	font-family: georgia, serif;
	color:#ee8da2;
}
#subject {
	margin-bottom:15px;
	font-family: georgia, serif;
	color:#ee8da2;
}