/* @override http://apilot.apilot.cz/css/login/login.css */

html, body {
	height: 100%;
}

.outer {
	width: 100%;
	height: 100%;
	min-width: 368px;
	min-height: 368px;
	position: relative;
	z-index: 10;
}

.size-holder {
	width: 368px;
	height: 368px;
	visibility: hidden;
}

.login-space {
	width: 368px;
	height: 368px;
	margin: -184px 0 0 -184px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
}

.login {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 12px;
	width: 368px;
	height: 368px;
	position: relative;
	background: url(img/login-form-new.png) transparent 0 0 no-repeat;
}

.login .login-content {
	width: 300px;
	height: 300px;
	position: relative;
	left: 34px;
	top: 34px;
	background: url(img/login-form-new.png) #ababab -34px -34px no-repeat;
}

.login h3, .login p {
	display: none;
}

.login form {
	padding: 170px 30px 0 30px;
}

.login .row {
	display: block;
	height: 26px;
	min-height: 26px;
	line-height: 26px;
	margin: 0 0 5px 0;
	color: #404040;
	text-shadow: #dadada 0 1px 0;
}

div[class] .login .row {
	height: auto;
}

.login .row span {
	margin: 0 0 0 40px;
	text-align: right;
}

.login .row span.left {
	width: auto;
	line-height: 26px;
	color: #323232;
	text-transform: capitalize;
}

.login .row span .input-text {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 13px;
	color: #404040;
	text-indent: 3px;
	height: 22px;
	min-height: 22px;
	line-height: 22px;
	margin: 0;
	width: 94%;
	border: solid 1px #8c8c8c;
	border-radius: 3px;
	background: url(img/input-text-shadow.png) #fff 0 0 repeat-x;
	-moz-border-radius: 3px;
	box-shadow: #d9d9d9 0 1px 0;
	-webkit-box-shadow: #d9d9d9 0 1px 0;
	-moz-box-shadow: #d9d9d9 0 1px 0;
}

div[class] .login .row span .input-text {
	height: auto;
}

.login .buttons .button {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 13px;
	text-shadow: #d7d7d7 0 1px 0;
	text-align: center;
	color: #404040;
	width: 90px;
	height: 31px;
	min-height: 31px;
	line-height: 30px;
	padding: 0;
	vertical-align: bottom;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-image: url(img/button-login.png);
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.login .buttons .button:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.login .buttons .button:active {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-position: 0 0;
	-ms-background-position-x: 1px;
	-ms-background-position-y: 1px;
}

/*.login form.general-form .button {
	width: 92px;
	height: 32px;
	line-height: normal;
	float: right;
	margin: 0 -6px 0 0;
	font-size: 11px;
	border: none;
	background-image: url(img/button-login.png);
	background-color: transparent;
}*/
