html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf {
	display: inline-block;
}
 
html[xmlns] .cf {
	display: block;
}
 
* html .cf {
	height: 1%;
}

html, body {
	padding: 0;
	margin: 0;
	background-color: #30302F;
	font: 100% Helvetica, Arial, sans-serif;
	color: #454444;
	background: #30302F url(/images/rise-and-shine.jpg) no-repeat 50% 44%;
	height: 100%;
}

a {
	color: #000;
}

#wrapper {
	margin: 16px auto;
	width: 600px;
	height: 498px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -249px 0 0 -300px;
}

h1 {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #dad9d9;
	padding: 0 0 4px 0;
	margin: 0 0 16px 0;
}

#content {
	width: 568px;
	height: 418px;
	padding: 16px;
	margin: 0;
	background: #EBEAEA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.block {
	width: 536px;
	height: 386px;
	margin: 0;
	background: #FFF;
	padding: 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.smallblock {
	width: 536px;
	height: 338px;
	margin: 0;
	background: #FFF;
	padding: 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.smallblock p {
	font-size: 14px;
	margin: 0;
	padding: 0 0 1.3em 0;
}

img.error {
	display: block;
	margin: 0 auto 16px auto;
	
}

#vault {
	margin-top: 16px;
	padding-left: 16px;
	height: 32px;
	color: #FFF;
	font-size: 12px;
}

#vault p {
	line-height: 16px;
}

a { color: #FFF; }