/* кнопка */
.button{
position:absolute;
top:68px;
right:110px;
width:125px;
height:30px;
cursor:pointer;
background:url(/image/button.png) 0 0 no-repeat;
border:0;
/*outline:none;
padding-bottom:1px;
vertical-align:middle;*/
color:#fff;
font-family:Tahoma;
font-size:14px !Important;
font-weight:bold;
text-shadow: -1px 0px #629DC9, 0px 1px #629DC9, 1px 0px #629DC9, 0px -1px #629DC9
}
.button:hover{
color:#000;
}

/* войти */
.button_enter{
position:absolute;
top:68px;
right:110px;
width:125px;
height:30px;
cursor:pointer;
background:url(/image/buttons2.png) 0 0 no-repeat;
border:0;
}
.button_enter:hover{
background:url(/image/buttons2.png) 100% 0 no-repeat;
}
/* выйти */
.button_exit{
position:absolute;
top:68px;
right:110px;
width:125px;
height:30px;
cursor:pointer;
background:url(/image/buttons2.png) 0 50% no-repeat;
border:0;
}
.button_exit:hover{
background:url(/image/buttons2.png) 100% 50% no-repeat;
}
/* отправить */
.button_send{
float:right;
width:125px;
height:30px;
cursor:pointer;
background:url(/image/buttons2.png) 0 100% no-repeat;
border:0;
}
.button_send:hover{
background:url(/image/buttons2.png) 100% 100% no-repeat;
}
/* отправить анкету */
.button_send_anketa{
float:right;
display:none;
width:125px;
height:30px;
cursor:pointer;
background:url(/image/buttons2.png) 0 100% no-repeat
}
.button_send:hover{
background:url(/image/buttons2.png) 100% 100% no-repeat;
}
.button_send2{
float:right;
}