body {
	background: #000;
	font: normal 12px/18px "Trebuchet MS", Arial, sans-serif;
	color: #999;
}
#container {
	width: 400px;
	margin: 15% auto;
}
h1 {
	width: 395px;
	height: 114px;
	background: transparent url(../images/logo-dbelleza-launch.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 18px;
}
form {
	text-align: center;
	width: 305px;
	margin: 0 auto;
}
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}
#email {
	border: 0 none;
	width: 251px;
	height: 20px;
	background: transparent url(../images/bg-input-text.png) no-repeat scroll 0 0;
	float: left;
	padding: 5px 5px 0 15px;
	color: #666;
	font-size: 14px;
}
#submit {
	border: 0 none;
	width: 34px;
	height: 25px;
	background: transparent url(../images/bg-botton-ok.png) no-repeat scroll 0 0;
	display: block;
	font-size:0;
	color: #ccc;
	cursor: pointer;
}
#submit:hover {
	background: transparent url(../images/bg-botton-ok.png) no-repeat scroll 0 -25px;
}
#error {
	background: #f00;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}
#ok {
	background: #FFFFDD;
	color: #333;
	padding: 5px;
	margin-bottom: 10px;
}