* 
{ 
	margin: 0; padding: 0; 
	line-height: 140%;
	font-style: none;
	font-weight: normal;
}

strong
{
	font-weight: bold;
}

ul
{
	list-style: none;
}

em
{
	font-style: italic;
}

body
{
	font-size: 70%;
	background: #FFF;
	color: #000;
}

a img
{
	border: 0;
}

a
{
	color: #000;
}

p, h1, h2, h3, h4
{
	margin-bottom: 1em;
}

form label
{
	display: block;
	margin-bottom: 5px;
}

form label input, form label textarea, form label select
{
	width: 100%;
	margin-top: 2px;
	border: 1px solid #dadada;
	padding: 1px;
}

form label select
{
	width: 100.5%;
}

label#year select
{
	width: 60px;
}

input, textarea, select
{
	font-size: 1em;
}

form label input, form label textarea
{
	padding: 1px;
}

form label textarea
{
	height: 60px;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.3em;
}

h4
{
	font-size: 1.2em;
}

textarea
{
	height: 50px;
}

.button, .button_small, a.button_xsmall
{
	margin-top: 10px;
	color: #000;
	border: none; 
	width: 140px; 
	padding-bottom: 2px;
	height: 21px;
	cursor: pointer; 
	background: #FFF url( ../img/button.gif ) no-repeat;
	background-position: bottom center;
}

a.button, a.button_small, a.button_xsmall
{
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	padding: 0;
	padding-top: 3px;
	height: 18px;
	display: block;
	cursor: pointer;
}

.button_small
{
	background: #FFF url( ../img/button_small.gif ) no-repeat;
	width: 87px; 
}

.button_xsmall
{
	background: #FFF url( ../img/button_xsmall.gif ) no-repeat;
	width: 44px; 
}

.floatfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.floatfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .floatfix { height: 1%; }
.floatfix { display: block; }
/* End hide from IE-mac */

#feedback
{
	z-index: 999;
	position: absolute;
	padding: 10px;
	left: 35%;
	width: 30%;
	top: 200px;
	background: #FFF;
	border: 1px solid #666;
}