select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    height: 30px;
    padding: 0;
}

/*#login-form input, #register-form input
{
    height: 32px;
}*/

.grid-view .pager
{
    text-align: center;
    float: none;
}

.pager .previous > a, .pager .previous > span
{
    float: none;
}

.pager .next > a, .pager .next > span
{
    float: none;
}

.pager li > a, .pager li > span
{
    border-radius: 0;
}

#login-form a, #register-form a, #restore-form a
{
    margin: 5px 0 0 0;
}

a:focus{
    outline: 0;
}

input.error
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

.sort_by a
{
    margin: 0 14px 0 0;
}

.bold
{
    font-weight: bold;
}

.profile .profile_block
{
    margin: 0 0 10px 0;
}

input.error
{
    border-color: rgba(237, 83, 83, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 89, 89, 0.6);
}

.grid-view .button-column
{
    width: 70px;
}

.button-column a
{
    margin: 0 3px 0 3px;
    text-indent: 9999px;
    overflow: hidden;
}

.table td.edit-buttons
{
    vertical-align: middle;
}
.table td.register-date
{
    /*font-size: 12px;*/
    width: 165px;
}

.block
{
    display: block;
    margin: 2px;
}

.italic
{
    font-style: italic;
}

.register
{
    margin: 0 0 0 35px;
}

.register-form
{
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    width: 270px;
    margin-top: 100px;
}

.mbtn
{
    border: 0;
    padding: 8px;
    /*background: #003bb3;*/
    background: #0095FF;
    color: #FFFFFF;
    font-size: 14px;
}

#restore-form .errorMessage
{
    text-align: left;
}

#flashcontent
{
    margin: 0 auto;
}

.game
{
    margin: 0 auto;
    width: 1000px;
}

.mbtn:hover
{
    color: #DDDDDD;
    text-decoration: none;
}

.errorMessage
{
    font-size: 11px;
    margin: 0 0 8px;
    text-align: center;
}