* {
	padding:0;
	margin:0;
}
body {
	background:black;
}
fieldset {
	border:none;	
}
div#wrapper {
	border:1px solid black;
	width:472px;
	height:148px;
	display:block;
	background:url(../img/underconstruction.jpg) center center no-repeat;
	position:relative;
}
form {
	width:178px;
	margin-top:88px;
	margin-left:300px;	
}
input {
	border:none;
	background:url(../img/input.jpg) center center no-repeat;
	width:126px;
	height:20px;
	padding:6px 2px 2px 6px;
	color:white;
	font-size:11px;
}
button {
	position:relative;
	top:-2px;
	width:27px;
	height:26px;
	background:url(../img/send.jpg) center center no-repeat;
	border:none;
}
input.invalid {
	border:1px solid red;	
}
#succes {
	text-align:center;
	padding:5px;
	background:#ffa812;
	border:1px solid white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:white;	
	font-weight:bold;
}
#succes.error {
	background:red;	
}
