<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body
{
	border:0;
	margin:0;
	padding:0;
}

body
{
	color:#666;
	font:62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	min-width:100%;
}

p,label,legend
{
	font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

h1
{
	color:#333;
	font-size:24px;
	margin:10px 0;
}

hr
{
	color:inherit;
	height:0;
	margin:6px 0;
	padding:0;
}

#contact
{
	background-color:#FFF;
	display:block;
	margin:10px auto;
	padding:0px;
	width:650px;
}

label
{
	display:inline-block;
	float:left;
	font-size:1.5em;
	height:26px;
	line-height:26px;
	width:155px;
}

input,textarea,select
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#f5f5f5;
	border:1px solid #ccc;
	color:#666;
	font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin:5px 0;
	padding:5px;
}

input:focus,textarea:focus,select:focus
{
	background-color:#fff;
	border:1px solid #999;
	color:#333;
}

input.submit
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#589d09;
	border:1px solid #060;
	color:#fff;  /*text color*/
	cursor:pointer;
}

input.submit:hover
{
	background:#9c3;
}

fieldset
{
	padding:5px;
}

legend
{
	
	color:#000;
	font-weight:700;
	padding:5px;
}

span.required
{
	color:red;
	font-size:13px;
}

.error_message
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#c2fbce url(assets/error.gif) no-repeat 10px center;
	border:1px solid #060;
	color:#8a1f11;  /*Error text color*/
	display:block;
	height:22px;
	line-height:22px;
	margin:10px 0;
	padding:3px 10px 3px 35px;
}

#succsess_page h1
{
	background:url(assets/success.gif) left no-repeat;
	padding-left:22px;

</pre></body></html>