/*
 *    Üldised stiilid
 */

body
{
	background: #d6f4fd url(/static/gfx/background.jpg) top center no-repeat;
	margin: 0;
	padding: 30px;
}

a
{
	cursor: pointer;
}

.logo
{
	overflow: hidden;
	zoom: 1;
	width: 280px;
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
}

.header
{
	overflow: hidden;
	zoom: 1;
	width: 270px;
	height: 21px;
	margin: 0px auto;
	padding: 9px 15px 0px 15px;
	background: url(/static/gfx/menu-bg.png) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

.content
{
	overflow: hidden;
	zoom: 1;
	width: 270px;
	margin: 0px auto;
	padding: 7px 15px;
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

.content .field
{
	overflow: hidden;
	margin: 8px 0px;
}

.content .submit
{
	text-align: center;
}

.content label
{
	float: left;
	width: 100px;
	padding: 5px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

.content input
{
	width: 160px;
	padding: 2px;
	border: 1px #909090 solid;
}

.content button
{
	background: url(/static/gfx/button-bg.png);
	border-top: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #a0a0a0 solid;
	border-bottom: 1px #a0a0a0 solid;
	padding: 5px 12px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.content button:hover
{
	background: url(/static/gfx/button-bg-hover.png);
}
.content button:active
{
	background: url(/static/gfx/button-bg-hover.png);
	border-top: 1px #a0a0a0 solid;
	border-left: 1px #a0a0a0 solid;
	border-right: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
}