body
{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma";
	font-size: 13px;
	width: 100%;
	height: 100%;
	background: white;
	color: #333333;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 48px;
	background-image: url("../img/07_05_2010/bl_01_bgmap.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
/*height: 256px;*/
	
}

#logo
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	width: 320px;
}

#flags
{
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	text-align: center;
	margin-top: 10px;
}

#login
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	margin-top: 120px;	
	color: #10ABEE;
	width: 500px;
	position: relative;
}

#login_box
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	color: white;
	width: 320px;
	height: 132px;
	background-image: url("../img/07_05_2010/login_bg.jpg");
	background-repeat: repeat-x;
	
	text-align: left;
	font-size: 14px;
	position: relative;
}

div.row1
{
	padding-top: 10px;
	margin: 14px;
	height: 24px;
	margin-bottom: 0px;
	line-height: 24px;
	position: relative;
}

div.row2
{
	margin: 14px;
	height: 24px;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 24px;
	position: relative;
}

div.row3
{
	margin: 14px;
	height: 32px;
	
	line-height: 32px;
	text-align: left;
	position: relative;
}

div.left
{
	position: absolute;
	left: 0px;
}

div.right
{
	position: absolute;
	left: 120px;
	/*
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 120px;
	*/
}

input.zero
{
	margin: 0px;
	padding: 0px;
}

#submit
{
	margin-top: 12px;
}

img.no_border
{
	border: 0px;
}

div.red
{
	margin-top: 10px;
	color: red;
}
