@charset "UTF-8";
/* CSS Document */

fieldset div {
	margin:0.3em 0;
	clear:both;
}

fieldset div.button {
	margin:0.3em 0;
	clear:both;
	text-align:right;
	width:400px;
}
.btn {
	width:8em;
}
.checkbox {
	width:1em;
	border:none;
	padding:2px;
	background:none;
	font:bold 1.1em arial, sans-serif;
}

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	font-size: 12px;
	color:#666666;
	font-weight:bold;
	padding:0.5em;
}
legend span {
	width:10em;
	text-align:right;
}
input, textarea {
	padding:0.15em;
	width:13em;
	border:1px solid #99cc99;
	background:#fff;
	font:bold 1em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
textarea {
	width:25em;
	margin-left:12em;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#009900;
	background:#ebffeb;
} 
fieldset {
	border:0px solid #fff;
	padding:0 0.5em 0.5em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .checkbox fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .checkbox legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .checkbox legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input, .checkbox label, .checkbox input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div, .checkbox div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

.submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
.submit-go:hover {
	xbackground-position:0 -26px;
	background:url(../images/submit-button.gif) no-repeat 0 0;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }

input[type=checkbox] + label{ background: url(check_radio.png) 0 0px no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
