<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*html {
	font: 90%/1.3 arial,sans-serif;
	padding:1em;
	background:#fafafa;
}*/
form {
	margin:0 auto;
	width:400px;
	padding:14px;
			border:solid 2px #635249;
		background: #e6e6e6;
}
.spacer{clear:both; height:1px;}

.login {
	background:url(../images/email2.gif) no-repeat 95% 1em;
}
.contact {
	background:url(../gfx/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:400px;
}
label {
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
		color:#58230e;
}

legend {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		color:#58230e;
}
legend span {
	width:10em;
	text-align:right;
}

.small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}


select{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #635249;
		width:200px;
		margin:2px 0 20px 10px;
		color:#291912;
	}

input {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #635249;
		width:200px;
		margin:2px 0 20px 10px;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

textarea {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #635249;
		width:350px;
		margin:2px 0 20px 10px;
}

fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.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:400px;
	height:26px;
	text-indent:-9999px;
	/*overflow:hidden;*/
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}

button{ 
		clear:both;
		margin-left:42px;
		width:125px;
		height:31px;
		background:#271a13 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
/*
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; }
*/</pre></body></html>