/**/

body {
	/* background: transparent url(../images/bg.jpg) no-repeat top center;
	background-size: cover; */
}

img.bg {
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1000;
}

.loginBox {
	background: transparent url(../images/loginbox.png) no-repeat center center;
	height: 415px;
    margin: 0 auto;
    position: relative;
    top: 240px;
    width: 450px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

input#username {
	background: transparent url(../images/bg_input.png) no-repeat top left;
	border: medium none;
    color: #4e4e4e;
    font-family: arial;
    font-size: 14px;
    height: 22px;
    left: 87px;
    letter-spacing: -1px;
    padding: 10px;
    position: absolute;
    top: 137px;
    width: 262px;
}

input#password {
	background: transparent url(../images/bg_input.png) no-repeat top left;
	border: medium none;
    height: 22px;
    left: 87px;
    padding: 10px;
    position: absolute;
    top: 209px;
    width: 262px;
	color: #4e4e4e;
    font-family: arial;
    font-size: 14px;
	letter-spacing: -1px;
}

::-webkit-input-placeholder {
    color:    #4e4e4e;
}
:-moz-placeholder {
    color:    #4e4e4e;
}
::-moz-placeholder {
    color:    #4e4e4e;
}
:-ms-input-placeholder {
    color:    #4e4e4e;
}

input.button {
	background: transparent url(../images/loginbutton.png) no-repeat top left;
	border: medium none;
    bottom: 89px;
    cursor: pointer;
    height: 37px;
    overflow: hidden;
    position: absolute;
    right: 81px;
    text-indent: 1000px;
    width: 118px;
}