﻿.login_wrap {position: absolute;height: auto;font-family: Arial, Helvetica, sans-serif;z-index: 999;text-shadow: -1px -1px 1px #000000;filter: dropshadow(color=#000000, offx=-1, offy=-1);}
.login_box {background-color: white;padding: 10px;z-index: 888;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #09F;border-bottom-color: #09F;border-left-color: #09F;width: 100%;background: #white; /* old browsers */display: block;}
.login_form {font-size: 18px;height: 280px;color: #CCC;text-align: right;text-transform: uppercase;z-index: 9999;}
.login_button {background-color: #131313;height: 45px;clear: both;float: right;margin-top: -1px;line-height: 45px;text-align: center;font-size: 24px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #09F;border-bottom-color: #09F;border-left-color: #09F;z-index: 777;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;-webkit-box-shadow: -2px 2px 3px #cccccc;-moz-box-shadow: -2px 2px 3px #cccccc;box-shadow: -2px 2px 3px #cccccc;padding-right: 20px;padding-left: 20px;right: 0px;color: #CCC;background: #131313; /* old browsers */background: -moz-linear-gradient(top, #131313 0%, #333333 50%, #0a0e0a 51%, #0a0809 100%); /* firefox */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131313), color-stop(50%, #333333), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809)); /* webkit */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#0a0809', GradientType=0 ); /* ie */cursor: select;}