* {
	margin : 0;
	padding : 0;	
}

body {
	margin : 0;
	padding : 0;	
}

form{
	margin : 0;
	padding : 0;	
}

input,select{
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

.button{
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;	
}

a.menu:link,a.menu:visited,a.menu:hover{
	color : #000000;
	font-family :Tahoma, Verdana;
	font-size : 11px;
	text-decoration : none;
}

div#example{
	margin: 35px;
	width:635px;
}

div#example h1{ 
	font-family:Georgia,serif;
	color:#4E443C; letter-spacing: 0; 
	font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;
}
	
div#example p, label, input, textarea{font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; font-size: 14px; margin-top: .5em; color: #666; }

 input, textarea{
	color:#000;
}
	
div#example h2{ 
	margin-top:10px;
	font-family:Georgia,serif;
	font-size: .8em; font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px;
 }
 
 a.feedback:link, a.feedback:visited, a.feedback:hover{
	border-bottom:1px dashed #0000EE; 
	text-decoration:none;
	color:#0066CC;
}

span.star{
	color:red;
}

input.form_field
{
	font-size:1em; 
	padding:0.2em;

}

input.form_button
{
	font-size:1em; 
	padding:0.2em;
}

form.contact{
	margin-top:10px;
	background: #FFFAF0;
	padding:5px 10px 10px 10px;
	width:470px;
	
}

form.contact label{
	font-style : italic;
}

form.contact div{
	margin-top:10px;
}

div#example p.error{
	margin-bottom:3px; color:red; font-style : italic;
}

div#example p.ok{
	margin-bottom:3px;color:green; font-style : italic;
}

#panel {
	display: none;
}
