/* start HEADER - TOP */
.logo {
position:relative;
}

.jackpot {
	width:232px;
	height:43px;
	background:url(../images/jackpot.png) no-repeat;
	font-size:34px;
	font-weight:bold;
	position:relative;
	margin-left:-50px;
	padding-top:55px;
	text-align:center;
	color:#e6a814;
	
	text-shadow:2px 2px 1px #00191f;
}

#frmlogin {
width:464px;
height:27px;
background:url(../images/bglogin.png) no-repeat;
position:relative;
margin-top:5px;
}

#username, #password, #code {
position:absolute;
background:none;
border:none;
height:26px;
padding:0 5px;
color:#ccc;
}

#username, #password {
width:102px;
font-size:smaller;
}

#username {
top:0px;
left:115px;
}

#password {
top:0px;
left:245px;
}

#code {
width:67px;
top:0px;
left:233px;
}

.img_code {
position:absolute;
top:0px;
left:309px;
}

#login {
background:none;
border:none;
position:absolute;
width:92px;
height:27px;
top:0px;
right:0px;
cursor:pointer;
}

.lupapass {
position:absolute;
display:block;
top:8px;
right:0px;
width:85px;
height:12px;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

:-ms-input-placeholder {  
   color: #fff;
}

.runningtext {
height:38px;
margin:5px 0 0 0;
background:url(../images/runningtext.png) no-repeat;
}

.runningtext_content {
height:39px;
line-height:38px;
padding:0 0px 0 40px;
color:#fff;
}

/* end HEADER - TOP */
