#auth_form {
    padding: 5px;
}

.warning {
    display: none;
}

#auth_form a{
    color: #EBBD50;
    display: inline-block;
    border-bottom: 1px solid #EBBD50;
}
#auth_form a:hover{
	text-decoration: none;
	border-bottom: 1px solid #2B5A6A;
	color: #C6A24D;
}

.btn_auth{
	cursor: pointer;
}
#auth_block{
	position: absolute;
	right: 0px;
}