@charset "UTF-8";


/* ********************************** */
/* ../css/login/login.css */


	

html, body {
	font-family: Lucida Grande, sans-serif;
	font-size: 11px;
	background: #F9F9F9;
	background-image: url('img/metalBG.png');
	padding: 0;
	margin: 0;
}

#header {
	margin: 70px auto 40px;
	padding: 0;
}

#content {
	margin: 0 auto;
	padding: 0;
}

#footer {
	margin: 30px auto 20px;
	padding: 0;
	text-align: center;
}


/* Class */
.clear {
	display: block;
	clear: both;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.hidden {
	display: block;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	height: 0;
	min-height: 0;
	width: 0;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.replace {
	display: block;
	text-align: left;
	text-indent: -999em;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: no-repeat 0 0 transparent;
	border: none;
}


/* Header - Logo */
#h_logoLink {
	background-position: center center;
	background-image: url('img/theme/backstage/logoHeader.png');
	width: 200px;
	height: 65px;
	margin: 10px auto;
}


/* Alert */
#mainAlert {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: no-repeat 1% center transparent;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 0;
	margin: 0;
}

#mainAlert.alertOk {
	background-color: #CFC;
	border-bottom-color: #9F9;
	color: #030;
	background-image: url('img/alertOk.gif');
}

#mainAlert.alertWarning {
	background-color: #FCC;
	border-bottom-color: #F99;
	color: #600;
	background-image: url('img/alertErr.gif');
}

#mainAlertContainer {
	font-size: 12px;
	font-weight: normal;
	padding-left: 25px;
}

#mainAlert strong {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-right: 3px;
}

.formLabel.warning {
	color: #F55;
}


/* Content - Form */
#mainBox {
	position: relative;
	display: block;
	width: 370px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #DDD;
	border-top: 5px solid #6CF;
	-moz-box-shadow: 0 3px 20px #EEE;
	-webkit-box-shadow: 0 3px 20px #EEE;
	box-shadow: 0 3px 20px #EEE;
}

#mainTitle {
	color: #777;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 10px;
}

#mainSubtitle {
	color: #999;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	width: 280px;
	margin: 0 auto;
}

.formParagraph {
	clear: left;
	width: 280px;
	margin: 10px auto;
	padding: 0;
}

.formParagraph.formInput {
	min-height: 37px;
}

.formParagraph.formSubmit {
	text-align: center;
	margin: 20px auto 15px;
}

.formLabel {
	display: block;
	padding: 2px 0px;
	color: #999;
}

.formLabel:after {
	content: ':'
}

input.formInput {
	border: 1px solid #CCC;
	border-radius: 2px;
	background: -webkit-linear-gradient(#EEE 0%, #FFF 10px);
	width: 94%;
	padding: 5px 3%;
	margin: 0;
}

.smartLink {
	color: #999;
	text-decoration: underline;
	font-size: 10px;
}

.smartLink:hover {
	color: #666;
}

/* Form - Buttons */
.button {
	padding: 3px 7px 4px;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.mainButton {
	border-color: #CCC;
	background: #FAFAFA;
	color: #333;
}

.button:hover {
	border-color: #777;
	background: #999;
	color: #FFF;
}


/* Footer */
#browsersAllowedTitle  {
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 8px;
	margin: 10px 0 5px;
}

#browsersAllowedList  {
	display: block;
	width: 105px;
	height: 29px;
	margin: 0 auto;
	padding: 0;
}

li.browserAllowed  {
	display: inline;
}

a.browserAllowed  {
	float: left;
	display: block;
	text-align: left;
	text-indent: -999em;
	line-height: 0;
	font-size: 0;
	width: 29px;
	height: 29px;
	margin: 0 3px;
	background: url(img/browsers.png) no-repeat transparent;
}

#browserAllowedSafari {
	background-position: -58px -29px;
}

#browserAllowedFirefox {
	background-position: -29px -29px;
}

#browserAllowedChrome {
	background-position: 0 -29px;
}

#browserAllowedSafari:hover {
	background-position: -58px 0;
}

#browserAllowedFirefox:hover {
	background-position: -29px 0;
}

#browserAllowedChrome:hover {
	background-position: 0 0;
}
