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;
}
/* @group General Settings


*/


body {
	text-align: right;
	font: 12px/17px Helvetica, Arial, Geneva, sans-serif;
	background-color: #ededed;
	color: #888888;
	-webkit-text-size-adjust: none;
}

.wrapper {
	width: 510px;
	margin: 60px auto 0;
	padding: 0 60px;
}

.red {
	color: red;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-right-15 {
	margin-right: 15px;
}

a {
	color: #4076ef;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

li.email {
	background: url(/assets/admin/user_32x32.png) no-repeat left 5px;
}

li.password {
	background: url(/assets/admin/key_32x32.png) no-repeat left 2px;
}

.field_with_errors {
	display: inline;
}


.field_with_errors input, .field_with_errors textarea {
	color: #444444;
	border-color: rgba(253,101,105,0.8);
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(253, 101, 105, 0.6);
	outline: none;
}

input.text {
	font-size: 20px;
	height: 32px;
	width: 450px;
	padding-left: 5px;
	color: #d8d8d8;
	border: 1px solid #a7a9ac;
	transition: border 0.1s linear 0s, box-shadow 0.1s linear 0s;
	-moz-transition: border 0.1s linear 0s, box-shadow 0.1s linear 0s;
	-webkit-transition: border 0.1s linear 0s, box-shadow 0.1s linear 0s;
	padding-left: 5px;
	box-shadow: 1px 1px 3px #CCC inset;
	padding-top: 5px;
	padding-bottom: 5px;
}

input.text:focus {
	color: #888888;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: none;
}

input.text input:blur {
	color: #d8d8d8;
}

/* @end */

















