* {margin:0; padding:0;}

html {
}
form {
	padding: 5px;
}
.login {
	background:url(../gfx/user.gif) no-repeat 95% 1em;
}
.contact {
	background:url(../gfx/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin-bottom: 10px;
	clear:both;
}
form {
	margin:1em;
	width:730px;
}
label {
	float:left;
	width:10em;
	text-align:left;
	margin-right:1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #745A33;
	}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:145px;
	text-align:right;
}
input {
	width:278px;
	height: 18px;
	border:1px solid #745a33;
	background:#ffffff;
}
input:hover, input:focus {
	border-color:#fffff;
	background:#ffeed0;
} 


textarea {
	width: 550px;
	border:1px solid #745a33;
}

textarea:hover, textarea:focus {
	border-color:#fffff;
	background:#ffeed0;
}

select {
	width: 278px;
	height: 18px;
	border:1px solid #745a33;
}
	
	
select:hover, select:focus {
	border-color:#fffff;
	background:#ffeed0;
}

fieldset {
	padding:0 0.5em 0.5em;
	border: 0;
}
.date input {
	background-image:url(../gfx/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:58px;
	height:58px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(images/formbutton.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}

.short {
	width: 500px;
	float: left;
}

#button {
	padding-left: 160px;
}

#address {
	width: 750px;
	height: 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #745a33;
	padding-top: 10px;
}
	

/*
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(../gfx/check_radio.png) 0 0 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(../gfx/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; }
*/