body {
	margin: 0 auto;
	padding: 0;
	background: url(../img/login-background.png);
	font-family: Arial;
	font-size: 12px;
	color: #5c5c5c;
}

#wrapper {
	width: 400px;
	margin: 50% auto;
}

#login-wrapper {
    width: 308px;
    margin:  15% auto;
}
#login-wrapper .login-logo {
    background: url('../img/login-logo.png');
	margin: 0 auto;
	width: 252px;
	height: 37px;
    margin-bottom: 80px;
}
#login-wrapper .login-logo .small {
    font-size: 14px;
    font-family: 'CaviarDreamsBold';
    color: #ffffff;
    margin-left: 10px;
}
#login-field {
    width: 308px;
}
#login-field .header {
    width: 306px;
    line-height: 44px;
    background: url('../img/login-header.png');
    font-size: 16px;
    font-family: 'CaviarDreamsBold';
    color: #9c9c9c;
    text-align: center;
}
#login-field .content {
    width: 306px;
    height: 112px;
    background: url('../img/login-content.png');
}
#login-field .input-fields {
    height: 78px;
}
#login-field .input-fields input {
    border: none;
    padding: 0;
    padding-left: 10px;
    height: 32px;
    width: 142px;
    background: url('../img/login-input.png');
    font-family: 'PTSansRegular';
    font-size: 12px;
    color: #5c5c5c;
    margin: 0 auto;
    margin-top: 7px;
    margin-left: 78px;
}

#login-field .input-fields input::-webkit-input-placeholder {
    font-family: 'CaviarDreamsBold';
    font-size: 12px;
    color: #c7c7c7;
}
#login-field .input-fields input:-moz-placeholder {
    font-family: 'CaviarDreamsBold';
    font-size: 12px;
    color: #c7c7c7;
}
#login-field .buttons .password {
    width: 52px;
    height: 32px;
    float: left;
    margin-left: 4px;
    background: url('../img/login-password.png');
}
#login-field .buttons .login {
    border: none;
    padding: 0;
    width: 52px;
    height: 32px;
    float: right;
    margin-right: 3px;
    background: url('../img/login-unlock.png');
    cursor: pointer;
}
#login-field .buttons .login:hover {
    border: none;
    padding: 0;
    width: 52px;
    height: 32px;
    float: right;
    margin-right: 3px;
    background: url('../img/login-unlock-hover.png');
    cursor: pointer;
}
#login-field .buttons .login:active {
    border: none;
    padding: 0;
    width: 52px;
    height: 32px;
    float: right;
    margin-right: 3px;
    background: url('../img/login-unlock-focus.png');
    cursor: pointer;
}
#login-error {
    width: 348px;
    text-align:  center;
    margin-left: -20px;
    line-height: 48px;
    margin-top: -58px;
    background: url(../img/login-error.png);
    position: absolute;
    z-index: 999px;
    display: none;
    opacity: 1;
    font-family: 'PTSansRegular';
    font-size: 13px;
    color: #ffe7e7;
}