label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700 !important;
}
.login_form, .reg_form {
    text-align: center;
}
.login_form table, .reg_form table {
    margin: 0 auto;
}
p {
    padding-left: 40px;
    color: #000;
    font: normal 12pt arial;
}
label {
    font: normal 12pt arial;
    color: #666;
}
input.button:hover {
    color: #FFF;
    border: 1px solid #5c6770;
    border-top-color: #9fb1c0;
    border-bottom-color: #31373d;
    background-color: #92a3b1;
    background-image: -moz-linear-gradient(top, #92a3b1, #30353a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #92a3b1), color-stop(1, #30353a));
    background-image: linear-gradient(top, #92a3b1, #30353a);
    -pie-background: linear-gradient(top, #92a3b1, #30353a);
    behavior: url("/media/css/PIE.htc");
}
input.button {
    color: #DDD;
    position: relative;
    padding: 4px 8px;
    margin: 15px 5px 15px;
    text-shadow: 0 -1px #333;
    text-decoration: none;
    border: 1px solid #5b636b;
    border-top-color: #bfd1e1;
    border-bottom-color: #31373d;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    behavior: url("/media/css/PIE.htc");
    -webkit-box-shadow: 0 2px 4px #333;
    -moz-box-shadow: 0 2px 4px #333;
    box-shadow: 0 2px 4px #333;
    behavior: url("/media/css/PIE.htc");
    background-color: #64727a;
    background-image: -moz-linear-gradient(top, #64727a, #30353a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #64727a), color-stop(1, #30353a));
    background-image: linear-gradient(top, #64727a, #30353a);
    -pie-background: linear-gradient(top, #64727a, #30353a);
    behavior: url("/media/css/PIE.htc");
}