body {
	width: 100%;
	height: 100%;
	background: url(../images/login_bg.jpg);
}

div.title {
	font-family: iceland;
	margin-top: 15%;
	border-radius: 8px;
	text-align: center;
	font-size: 25px;
}

div.loginbox {
	width: 100%;
	margin-top: 5%;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background: url(../images/login_box_bg.png) center repeat-y;
}

div.form {
	width: 300px;
	margin: 0px auto;
	color: #fff;
	padding: 30px;
}