body{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	text-align: center;
}

div{
	overflow: hidden;
}
h2{
	font-size:14px;
	margin-top:20px;
	border-bottom:1px dashed #CBC7B8;
	border-top:1px dashed #CBC7B8;
	padding:5px;
	
	}
a img{
	border: none;
}
div.logo {
		position: absolute;
		top:20px;
		left:200px;
	}
div#login {
	width: 400px;
	position: absolute;
	bottom: 200px;
	left: 200px;
}

div#login form {
	margin: 10px 0;
	background:url('../gfx/bg1.gif') repeat-x bottom left;
}

div#login {
	text-align: left;
	float: left;
}
div#login fieldset{
	text-align: left;
	padding:40px 50px;
	border:none;
}

.button
{
	background:url('../gfx/button-bg-29.gif') repeat-x left top;  
	color:#ffffff;
	height:29px;
	line-height:29px;
	padding:0 25px;
	font-size:12px;
	font-weight:bold;
	border:0px;
	cursor:pointer;
}
	.button:hover
	{
		background-position:bottom;
	}
.filed
{
	background:#ffffff url('../gfx/field-bg.gif') repeat-x left top;
	border:1px solid #D3D3D3;
	padding:3px;
	margin:2px 0;
	width:180px;
}

		
