/*buttons*/
.submit { background:#000000 url(/images/buttons/submit.gif) no-repeat top left;border:none;margin:3px;color:#ffffff;padding:0px;height:15px;width:51px;cursor:pointer; }
.submit:active { background:#000000 url(/images/buttons/submit_down.gif) no-repeat top left; outline:0; }
.submit span { visibility:hidden; }

.search { background:#000000 url(/images/buttons/search.gif) no-repeat top left;border:none;margin:3px;color:#ffffff;padding:0px;height:15px;width:54px;cursor:pointer; }
.search:active { background:#000000 url(/images/buttons/search_down.gif) no-repeat top left; outline:0; }
.search span { visibility:hidden; }

.go { background:#000000 url(/images/homepage/search_go_btn.png) no-repeat scroll left top;border:medium none;color:#FFFFFF;cursor:pointer;height:19px;margin:3px;padding:0;width:22px;left:-3px;position:relative;top:-3px; }
.go:active { background:#000000 url(/images/buttons/go_down.gif) no-repeat top left; outline:0; }
.go span { visibility:hidden; }

.send { background:#000000 url(/images/buttons/send.gif) no-repeat top left;border:none;margin:3px;color:#ffffff;padding:0px;height:15px;width:41px;cursor:pointer; }
.send:active { background:#000000 url(/images/buttons/send_down.gif) no-repeat top left; outline:0; }
.send span { visibility:hidden; }

.send-password { background:#000000 url(/images/buttons/send_password.gif) no-repeat top left;border:none;margin:3px;color:#ffffff;padding:0px;height:15px;width:100px;margin-top:20px;cursor:pointer; }
.send-password:active { background:#000000 url(/images/buttons/send_password_down.gif) no-repeat top left; outline:0; }
.send-password span { visibility:hidden; }

