* {margin:0; padding:0;}

html {
/*	font: 90%/1.3 arial,sans-serif;*/
	padding:1em;
}
form {
	padding:1em;
	width:auto;
    margin:1em;
}
.login {
	background:url(../gfx/user.gif) no-repeat 95% 1em;
}
.contact {
	background:url(../gfx/email2.gif) no-repeat 95% 1em;
}
label {
	float:left;
	text-align:right;
	margin-right:1em;
    margin-bottom:1em;
}
legend span {
	text-align:right;
}

input[type=radio] {
    background:#fafafa;
}

input[type=text], input[type=password], input[type=file], textarea {
	padding:0.15em;
	border-width:1px;
	border-color: #B1B1B1;
	border-style: solid;
	background:#fafafa;
	/*font:bold 0.95em arial, sans-serif;*/
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color: #A4A4A4;
	background:#f6f6f6;
} 

select {
    padding:0.15em;
    border-width:1px;
    border-style:solid;
    border-color: #B1B1B1;
    background:#fafafa;
    font-family: Verdana,"Trebuchet MS",Arial,Helvetica,sans-serif;
    -moz-border-radius:0.4em;
    -khtml-border-radius:0.4em;
}
select:hover, select:focus {
    border-color:#c5c5c5;
    background:#f6f6f6;
}
fieldset {
	border:1px solid #ddd;
	text-align:left;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../gfx/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}