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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 100%;
	font : inherit;
	vertical-align : baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display : block;
}
body {
	line-height : 1;
}
ol, ul {
	list-style : none;
}
blockquote, q {
	-webkit-quotes : none;
	quotes : none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content : '';
	content : none;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
@font-face {
	font-family : ServerHiveRegular;
	src: url(../fonts/core/regular.woff);
}
@font-face {
	font-family : ServerHiveExtraThin;
	src : url(../fonts/core/extrathin.woff);
}
@font-face {
	font-family : ServerHiveLight;
	src : url(../fonts/core/light.woff);
}
html {
	-ms-text-size-adjust: none;
	font-family : ServerHiveRegular;
}
@media screen and (width=device-width) {
	body{
		-webkit-text-size-adjust: none;
	}
}
/*body {*/
/*background : #FFF;*/
/*font-family : ServerHiveRegular;*/
/*font-size : 16px;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-min-width : 1100px;*/
/*-ms-min-width : 1100px;*/
/*-o-min-width : 1100px;*/
/*-webkit-min-width : 1100px;*/
/*min-width : 1100px;*/
/*color: #313131;*/
/*}*/

body {
	/*background: #FFF url(../images/background/slider.png) 0 -147px no-repeat;*/
	background-color: #FFF;;
	font-size : 16px;
	-webkit-font-smoothing: antialiased;
	color: #313131;
	margin: 0px auto;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #333;
    text-shadow: #666 1px 1px 2px;
}

strong {
	font-weight: bold;
}

#loginform {
	margin: 249px auto 19px auto;
	height: 283px;
	width: 440px;
	border: 1px solid #E1E1E1;
}

#title {
	padding-left: 16px;
	padding-top: 11px;
	padding-bottom: 13px;
	font-size: 24px;
	font-family: ServerHiveExtraThin;
	background-color: #e53131;
	margin-bottom: 40px;
	color: #fff;
}

.formRow {
	margin-bottom: 10px;
}

.formRow label {
	text-align: right;
	vertical-align: baseline;
	float: left;
	margin-left: 70px;
	padding-right: 15px;
	width: 90px;
	line-height: 34px;
	color: #555;
}

.formRow input,
#recovery_input input {
	width: 180px;
	height: 22px;
	line-height: 33px;
	padding: 0;
	margin: 0;
	border: 1px solid #E1E1E1;
	padding: 5px;
	font-size: 16px;
	color: #777;
	font-family: ServerHiveLight;
	margin-bottom: 7px;
	-webkit-appearance: none;
	border-radius: 0;
}

.formRow input:hover,
#recovery_input input:hover {
	background-color: #FFF
}

.recover {
	text-align: center;
	padding-bottom: 10px;
}

.button {
	text-align: center;
}

.button input {
	text-align: center;
	background: #e53131;
	width: 160px;
	color: #FFF;
	line-height: 24px;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: ServerHiveLight;
	font-size: 14px;
	border: none;
	position: relative;
	margin: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

.button input:hover {
	background: #ffb2b9;
	color: #000000;
	cursor: pointer;
} 

.button input[disabled] {
	margin: 2px;
	border: 1px solid #444;
	background: #222;
	color: #444;
}

#error {
	margin: 15px;
}

#password_recovery {
	position: absolute;
	margin-top: 85px;
	margin-left: -200px;
	left: 50%;
	width: 400px;
	height: 176px;
	background-color: #fff;
	text-align: center;
	padding-top: 22px;
	z-index: 1;
}

#password_recovery p {
	font-family: "Segoe UI";
	font-weight: bold;
	margin-top: -65px;
	float: right;
	width: 20px;
	font-weight: bold !important;
	cursor: pointer;
}

#password_recovery p:hover {
	color: #F00;
	cursor: pointer;
}

#password_recovery h1 {
	font-size: 24px;
	font-weight: bold;
}

#recovery_input {
	margin: 10px;
}

#recovery_input img {
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	width: 20px;
}

.msgbox_bad,
.msgbox_ok,
.msgbox_att {
	position: absolute;
	margin-left: -333px;
	text-align: left;
	top: 100px;
	left: 50%;
	min-height: 60px;
	width: 566px;
	font-weight: bold;
	font-size: 24px;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #FFF;
	margin-bottom: 30px;
}
.msgbox_bad a,
.msgbox_att a,
.msgbox_ok a {
	color: #FFF;
	text-decoration: underline;
}
.msgbox_ok {
	background: url(../images/notifications/box_success.png) 20px center no-repeat;
	background-color: #00CC66;
}
.msgbox_bad {
	background: url(../images/notifications/box_warning.png) 20px center no-repeat;
	background-color: #e53131;
}

.msgbox_att {
	background: url(../images/notifications/box_warning.png) 20px center no-repeat;
	background-color: #F8C56E;
}
.msg {
	margin-top: 5px;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 10px;
	padding-right: 15px;
}

#close_msgbox {
	float: right;
	margin-top: -15px;
	margin-right: 17px;
	cursor: pointer;
}

#close_msgbox:hover {
	opacity: 0.5;
}
#msgtype {
	/*animation-duration: 0.5s;*/
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.error_text {
	color: #FF0000;
}

.vert_spacer {
	min-height: 120px;
}

.copyright {
	height:20px;
	width:100%;
	color: #999;
	text-align: center;
}

.loading {
	margin-top: 10px;
	width: 160px;
}