body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0px;
	color : black;
	font-size : 9px;
	text-align: center;
	background-color: white;

}
#login_container {
	position : relative;
	height : 443px;
	width : 600px;
	z-index: 1;
	margin-top: 0px;
	padding-top: 82px;
	background-image: url('http://pureadmin.co.uk/images/login.jpg');
	margin-left: auto;
	margin-right: auto;
}
.title {
	color : black;
	font-size : 20px;
	font-weight: bold;
	height : 37px;
	text-decoration : underline;
}
.textnormal {
	font-size: 9pt;
	text-align: left;
	color : Black;
}
.textnormalbold {
	font-size: 9pt;
	text-align: left;
	font-weight : bold;
	color : Black;
}
.form_area {
	color: black;
	background: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 12pt;
	height: 24px;
	font-weight: bold;
}
.form_button {
	color: white;
	background: gray;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 13pt;
	height: 25px;
	font-weight: bold;
}
img {
	border : 0px;
}
.link {
	color : black;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : none;
}
.link:hover {
	text-decoration : underline;
}
a {
	text-decoration : none;	
}
a:hover {
	text-decoration : underline;
	
}
