.logo
{
	padding: 40px 0px 0px 20px;
	width: 288px;
	height: 70px;
}
div#mw-header
{
	background: url("../../images/core/header.gif") repeat-x scroll left bottom #FFFFFF;
    height: 142px;
    width: 100%;
}
div#mw-menu
{
	 background: url("../../images/core/menu.gif") repeat-x scroll 0 0 #414141;
    height: 31px;
    width: 100%;
}
div#mw-footer
{
/*background-image: url('../../images/core/footer_bruzda.png');
	background-repeat: no-repeat;
	height: 62px;
	background-position:center;
	margin:40px auto auto;
	
	position: relative;*/
	height: 5%;
width: 100%;
background-color: #00a2ec;
	
	
}
div#mw-loginAt
{
	background-image: url('/images/atsoftware.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
	padding-top: 20px;
}
div#mws-login
{
	
	width:288px;
	height:250px;
	margin:auto;
	position:relative;
	padding:12px 16px;
	
	position:relative;
	
	margin-top:30px;

	/* CSS 3 */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}



div#mws-login .mws-login-lock
{
	background:url(../../images/core/mws-login-circle.png) no-repeat center center;
	position:absolute;
	padding:8px;
	right:-10px;
	top:-10px;
}



div#mws-login .mws-form-row
{
	padding-left:0;
	padding-right:0;
}

div#mws-login input.mws-login-username
{
	background-image:url(../icons/16/user.png);
	background-repeat:no-repeat;
	background-position:8px center;
}

div#mws-login input.mws-login-password
{
	background-image:url(../icons/16/key.png);
	background-repeat:no-repeat;
	background-position:8px center;
}

div#mws-login input.mws-login-username, 
div#mws-login input.mws-login-password
{
	padding:8px 8px 8px 32px;
	border:1px solid #323232;
}

div#mws-login input.mws-login-button
{
	width:100%;
}

