body
{
	background:#eff2f5;
}

form {
	margin:0;
}

#document
{
	background:#fff;
	width:300px;
	margin:130px auto;
	padding:20px 20px 30px;
	border:1px solid #bec0c2;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);
	position:relative;
}

img
{
width:299px;
	margin-bottom:2px;
}

input[type=text],
input[type=email],
input[type=password]
{
	font-size:18px;
	color:#797b7d;
	line-height:18px;
	height:18px;
	border:1px solid #bec0c2;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-border-radius:3px;
	width:284px;
	padding:8px 7px 9px;
	margin-top:18px;
	background:#fafafa;
	font-weight:400;
	-webkit-text-stroke:1px transparent;
}

input[type=text]:focus,
input[type=email]:focus
{
	background:#fff;
	border-color:#768ea6;
	color:#444;
}

.x-btn
{
color:#64788C;
float:right;
font-weight:bold;
height:36px;
line-height:30px;
margin-top:18px;
width:120px;
}

.checkbox { color:#64788c;position:absolute;bottom:50px;left:20px; }
.checkbox input {display:inline;}

a {text-shadow:0 1px 0 #fff}
