/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* bring it back to sensible defaults */
html {font-size:100.01%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2em;line-height:1;margin-bottom: .5em;}
h2 {font-size:1.5em;}
h3 {font-size:1.25em;line-height:1;}
h4 {font-size:1.2em;line-height:1.25;}
h5 {font-size:1em;font-weight:bold;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
a:focus, a:hover { text-decoration: none;}
a {color:#226db6;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
li ul, li ol {margin:0;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}

/* Convenience classes */
.vat { vertical-align: top;}

* {margin:0;padding:0;}
.tac { text-align: center;}
.right { float: right;}
.clear {clear:both;font-size:5px;}
.left {float:left;}
.right {float:right;}
.text-right {text-align:right;}
.center {text-align:center;}
.small {font-size:11px !important;}
.xsmall {font-size:10px;}
.xxsmall {font-size:9px;}
.normal {font-size:12px !important;}
.big {font-size:14px !important;}
.bigger {font-size:16px !important;}
.black {color:#000;}
.green1,.green1:hover {color:#7ba709;}
.green2,.green2:hover {color:#6f9904;}
.blue {color:#418dcb;}
.green {color:#349c5b;}
.yellow {color:#ee9406;}
.comment {color:#418dcb;}
.other {color:#418dcb;}
.suggestion {color:#349c5b;}
.question {color:#ee9406;}
.darkgray {color:#333;}
.mediumgray {color:#646464;}
.strong {font-weight:bold;}
.em {font-style:italic;}
.absolute-right {position:absolute;top:0;right:0;}
.white {color:#fff;}
.red {color:#f00;}
.left {float:left;}
.right {float:right;}
.text-right {text-align:right;}
.uppercase {text-transform:uppercase;}
.spacer {padding:0 5px;}
.vertical-middle * {vertical-align:middle;}
.no-bull li {list-style:none;}
.no-ul,.reverse {text-decoration:none}
.no-ul:hover,.reverse:hover {text-decoration:underline !important}
.no-underline,.no-underline:hover {text-decoration:none;}

.container {
	margin:115px auto 0;
	padding-left:10px;
	width:450px;
}

	.logo {
		height:130px;
		text-align:center;
		padding-top:10px;
	}

.login_box {
	width: 450px;
	margin: auto;
}

.container p.alert {
	font-size:14px;
	padding:10px 0;
	text-align:center;
}

/* Flash */
#flash_notice, #flash_error {
	font-size:14px;
	line-height:16px;
	padding:10px 0;
	text-align:center;
}

#flash_notice {

}

#flash_error {
	color:#f00;
}

.login_box input {
	font-size: 16px;
}

.login_box h2 {
	color: #fff;
}

.login-box {
	height:250px;
}

.form-login {
}

	.form-login li {
		list-style:none;
		padding-bottom:10px;
	}

.form-label,.no-label {
	color:#afd91e;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:0px 15px 0 0;
	text-align:right;
	width:95px;
}

.login_box input[type="text"] {
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:20px;
	padding:5px;
	width:300px;
}

.login_box input[type="password"] {
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:20px;
	padding:5px;
	width:150px;
}

.image-submit {
	margin: 0;
}

.footer {
	font-size:12px;
	margin:0 auto;
	padding-left:10px;
	width:460px;
	text-align: center;
	color: #595959;
}