/* CSS Login */

#login {
	width: 200px;
	/*background-color: #7C1A1B;*/
}

#login #header {
	height: 40px;
	background:url(../images/login_bg_top.jpg) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #E5D1D1;
}

#login #name {
	padding: 10 0 0 20;
}	

#login #form {
	background:url(../images/login_bg_bottom.jpg) bottom left no-repeat;
	height: 228px;
	min-height: 228px;
}

#login #form #text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
}

#registreergratis {
	background:url(../images/btn_registreer_gratis.png) bottom left no-repeat;
	width: 157px;
	height: 35px;
	cursor: pointer;
}

#registreergratis #name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #E5D1D1;
	padding: 10 0 0 0;
}

#field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 5 0 0 10;
}

#field #value {
	padding: 5 0 0 0;
}

#field .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid white;
	background-color: #D8D8D8;
}

#field .button {
	width: 100px;
	height: 17px;
	background-color: #9C5354;
	border-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	cursor: pointer;
}

