.hb_right input[type=password] {
    width: 122px;
    height: 27px;
    margin-top: 5px;
    margin-right: 4px;
    padding-left: 13px;
    background: 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #f3e08d;
    font-size: 11px;
    outline: 0;
    background: url(../img/sprite_home.png) no-repeat center;
    background-position: -15px -15px;
}

.hb_right input[type=password]::-webkit-input-placeholder {
    color: rgba(243, 224, 141, .7);
}
.hb_right input[type=password]:-moz-placeholder {
    color: rgba(243, 224, 141, .7);
}
.hb_right input[type=password]::-moz-placeholder {
    color: rgba(243, 224, 141, .7);
}
.hb_right input[type=password]:-ms-input-placeholder {
    color: rgba(243, 224, 141, .7);
}

.new-header a, .new-header span {
	font-size: 16px;
	color: #f3e08d;
}

.new-header .gamebalance{
	width: 200px;	
	background: transparent;
	color: #fff;
}

.new-header span select option {
	background: #000;	
}

.new-header .header-bonus {
	color: red;	
}

.new-header a:hover {
	color: #c3ac80;		
}



