/* --------------------------------------------
   global settings
----------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body
{
	font: 11px verdana;
}

/* --------------------------------------------
   
----------------------------------------------- */
form,
h2
{
	margin: 10px;
}

h2
{
	font-size: 11px;
	font-weight: bold;
}

label.text
{
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	line-height: 11px;
}

input.text
{
	display: block;
	margin-bottom: 3px;
}

div
{
	margin-bottom: 6px;
}
