@charset "UTF-8";

body {
	width: auto;
	min-width: none;
	background-image: none;
}

#root {
	text-align: left;			
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -150px;
	text-align: center;
	min-width: 350px; 
}

#content 
{
	background: #eaeaec;
	margin: 0;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 350px;
	min-height: 240px;
}

label 
{
	width: 110px;
}
