body{
	background: #e3e6e7 url(colours/background.png) repeat;
	color: #61686d;
	font: 14px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	padding-bottom: 60px;
}

#box {
	background: #ffffff ;
	background: url(colours/box.png);
	width: 406px;
	height: 229px;
	margin: 0 auto;
	display: block;
	border: none;
	position: relative;
	z-index: 0;
}

p {
	color: #9cadad;
	text-shadow: 0px 1px 1px #fff;
	font-size: 12px;
}

a.forgot {
	display: block;font-family:Tahoma,Arial,Verdana;
	color: #9cadad;
	text-shadow: 0px 1px 1px #fff;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	text-decoration: none;
	width: 150px;
	background: url(colours/icon-question.png) no-repeat left;
}

a.forgot:hover {
	color: #7a8f8f;
}

input{font-weight: lighter;}


h1 {
	color: #5e7171;
	font-weight: 200;
	width: 400px;
	text-align: center;

	font-size: 17px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 2%;font-family:Tahoma,Arial,Verdana;

	text-shadow: 0px 1px 1px #fff;
}

#box form {
	position: relative;
}

#box form input[type=text], #box form input[type=password] {
	position: absolute;
	border: none;
	background: none;
	display: block;
	height: 30px;
	width: 330px;
	color: #999999;
	padding: 10px 0;
	font-size: 20px;
	font-weight: lighter;
	text-shadow: 0px 1px 1px #e7e7e7;
}

#box form input[type=text]:focus, #box form input[type=password]:focus {
	outline: none;
	color: #666666;
}

#box form input[type=text]{
	left: 37px;
	top: 30px;
}

#box form input[type=password]{
	left: 37px;
	top: 82px;
}

#box form input[type=checkbox] {
	position: absolute;
	left: 37px;
	top: 168px;
}

#box form label {
	position: absolute;
	left: 60px;
	top: 168px;
	color: #8d8b8b;
	font-weight: 200;
}

#box form input[type=button], #box form input[type=submit] {
	background: url(colours/button.png) no-repeat;
	border: none;
	display: block;
	position: absolute;
	top: 155px;
	left: 210px;
	width: 162px;
	height: 44px;
	color: #5e7171;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0px 1px 0px #fff;
	cursor: pointer;
}

#box form input[type=button]:hover, #box form input[type=submit]:hover{
	background-position: 0 -44px;
}

#box form input[type=button]:active, #box form input[type=submit]:active{
	background-position: 0 -88px;
}

