
form {
	background: #fff;
	padding: 5px 0px;
	border: 0px solid #eee;
	margin: 5px 0px;
	width: 325px;
}
.login {
	background:url(/Resources/user.gif) no-repeat 95% 1em;
}
.contact {
	background:url(/Resources/email2.gif) no-repeat 95% 1em;
}
.acer {
	background:url(/Resources/acer.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}

label {
	float:left;
	width:95px;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
	text-shadow: -2px 2px 2px #aaa;
}

legend span {
	width:20em;
	text-align:right;
}
input {
	padding:0.15em;
	width:15em;
	border:1px solid #ddd;
	background:#fafafa;
	font: 0.95em arial, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

textarea {
	FONT-SIZE: 11px; COLOR:#555555;
	padding:0.15em;
	width:15em;
	border:1px solid #ddd;
	background:#fafafa;
	font: 0.95em arial, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:hover, input:focus {
	border-color: #2f6555;
	background: #e1e9e7;
}

textarea:hover, textarea:focus {
	border-color: #2f6555;
	background: #e1e9e7;
}

fieldset {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 3px 6px 4px #818181;
	-moz-box-shadow: 3px 6px 4px #818181;
	-khtml-box-shadow: 3px 6px 4px #818181;
}

.date input {
	background-image:url(/Resources/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date 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;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width: 12em;
	height:20px;
	border:0;
	cursor:pointer !important; cursor:hand;
	background: #CCCCFF;
}
#submit-go:hover {
	border-color: #8EA9A4;
	background: #B1C4C0;
}


