/*
 * LOGIN PAGE
 *
 * Made 2012 Fucking-Source LTD.
 * www.fucking-source.com
 */
body,
html {
	height: 100%;
}
	#aut-block {
		width: 434px;
		height: 400px;
		margin: 0 auto;
		position: relative;
		padding: 1px 0 0;
	}
		#aut-block #logo {
			
		}
			#aut-block #logo a {
				margin: 24px 0 0;
			}
			#aut-block #logo a:before {
				display: none;
			}
			#aut-block #logo .storm {
				position: absolute;
				margin: -24px 0 0 -84px;
			}
			*+html #aut-block #logo .storm {
				margin: 0 0 0 -84px;
			}
		#aut-form {
			margin: 10px 0 0;
			position: relative;
		}
			.aut-title {
				position: absolute;
				
				-webkit-backface-visibility: hidden; /* fixes chrome bug */
			    -webkit-transform: translateX(-100%) rotate(-90deg); 
			    -webkit-transform-origin: right top; 
			    -moz-transform: translateX(-100%) rotate(-90deg);
			    -moz-transform-origin: right top; 
			    -o-transform: translateX(-100%) rotate(-90deg); 
			    -o-transform-origin: right top; 
			    transform: translateX(-100%) rotate(-90deg); 
			    transform-origin: right top; 
			    
			    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
			    
			    font:19px "Din Display Cyrillic Light";
			    color: #fff;
			    width: 229px;
			    height: 44px;
			    line-height: 44px;
			    background: #ff0350;
			    padding: 0 0 0 15px;
			    top: 0;
			    left: 0;
			}
				.aut-title b {
					font-weight: 300;
				}
			.aut-form-wrap {
				background: url(/images/login-block-bg.png) no-repeat;
				width: 387px;
				height: 174px;
				padding: 70px 0 0;
				text-align: center;
				margin: 0 0 0 43px;
			}
				.aut-form-wrap .field input {
					width: 222px;
					margin: 0 0 12px 0;
				}
				.aut-form-wrap #aut-submit {
					margin: 18px 0 0;
				}
		#aut-block #copyright {
			margin: 50px 0 0;
			text-align: center;
			width: auto;
		}
