/* @override http://sookassa.dev/Themes/Sookassa/CSS/login.css */

html * {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 101%;
	line-height: 1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
	background: #c3c6cb;
}
.clear {
	clear: both;
}
a:link,
a:visited,
a:hover,
a:active {
	color: rgb(45, 129, 197);
}
/* =wrapper */
#wrapper {
	position: relative;
	/*background: url(../Images/login_background.jpg) 0px -20px repeat-x*/
	background: -webkit-gradient( linear, left top, left bottom, from(#eaebec), to(#c3c6cb) );
	background: -moz-linear-gradient(top,  #eaebec,  #c3c6cb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaebec', endColorstr='#c3c6cb');
}
#innerbranding,
#innerpage,
#innerappfooter {
	margin: 0px auto 0px auto;
	width: 927px;
	padding: 0px 1em 0px 1em;
}
/* =branding */
#branding {
	font-size: 0.85em;
	height: 36px;
	color: #FFF;
	/* background: url(../Images/login_background.jpg) top left repeat-x #FFF; */
}
/* =page */
#page {
	font-size: 0.85em;
	line-height: 1.3em;
	padding-top: 4em;
	padding-bottom: 2em;
}
/* =content */
#content {
	margin: 0 auto 0 auto;
	border: 1px solid #acafb2;
	width: 380px;
	display: block;
	background-color: #eaebec;
}
#content .header {
	background: #f0f0f1;
	height: 60px;
	line-height: 60px;
	padding: 0 40px 0 40px;
	border-bottom: 1px solid #d1d1d3;
	display: none;
}
#content .header a {
	display: block;
	float: right;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 3px;
	border: 1px solid #a6a6a7;
	border-bottom-color: #737474;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	cursor: pointer;
	margin-top: 14px;
	text-decoration: none;
}
#content .header a span {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 20px 0 20px;
	font-weight: bold;
	color: rgb(82, 88, 93);
	font-size: 0.95em;
}
#content h2 {
	padding-top: 30px;
	padding-left: 40px;
	font-size: 18px;
	text-shadow: 0 1px 0 #FFF;
}
p.error, p.success {
	margin: 20px 40px 0px 40px;
	padding: 10px;
	font-size: 12px;
	color: white;
	font-weight: bold;
}
p.error {
	background: #CC0000;
}
p.success {
	background: #CC0000;
}
#login {
	padding: 20px 40px 25px 40px;
}
#login dt {
	font-size: 0.95em;
}
#login dd {
	height: 30px;
	line-height: 30px;
	padding: 0;
	font-size: 1em;
	font-family: Arial;
	color: #000;
}
#login dt label {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size: 0.95em;
	display: block;
	text-shadow: 0 1px 0 #FFF;
}
#login dd {
	padding-bottom: 10px;
}
#login dd input#reseller,
#login dd input#user,
#login dd input#pass {
	padding: 3px;
	height: 18px;
	background-color: #FFF;
	font-family: Arial;
	color: #000;
	font-size: 0.95em;
	width: 292px;
	border: 1px solid #a6a6a7;
	border-top-color: #737474;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	outline: none;
}
#login dd.form-buttons {
	padding-top: 20px;
	font-size: 0.9em;
	text-align: right;
}
button {
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 3px;
	border: 1px solid #a6a6a7;
	border-bottom-color: #737474;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	cursor: pointer;
	margin-right: 0px;
	display: inline-block;
	background: #FFF;
	background: -webkit-gradient( linear, left top, left bottom, from(#FFF), to(#eaebec) );
	background: -moz-linear-gradient(top,  #FFF,  #eaebec);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eaebec');
}
button:hover {
	background: #FFF;
	background: -webkit-gradient( linear, left top, left bottom, from(#eaebec), to(#FFF) );
	background: -moz-linear-gradient(top,  #eaebec,  #FFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaebec', endColorstr='#FFFFFF');
}
button span {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 20px 0 20px;
	font-weight: bold;
	color: rgb(82, 88, 93);
	font-size: 1.1em;
	text-shadow: 0 1px 0 #FFF;
}
button:hover span {
	text-shadow: 0 -1px 0 #FFF;
}
#login dd.form-buttons a {
	margin-right: 10px;
	text-shadow: 0 1px 0 #FFF;
}
#login dd.form-buttons a:hover {
	text-decoration: none;
}
#login dd.form-buttons a.amnesia {
	display: none;
}
/* =appfooter */
#appfooter {
	font-size: 0.7em;
	padding: 0 0 1.4em 0;
	text-align: right;
	display: none;
}
#appfooter span {
	padding-left: 1em;
}
