﻿@import "jquery.yts.nv-menu.css";

.m
{
    font-size: 14px;
    margin: 0px 0px 16px 15px;
}
.m .s_font
{
    width: 45px;
    margin-right: 10px;
    text-align: right;
    float: left;
}
.m input
{
    width: 162px;
    border: 1px solid #d8d8d8;
    border-radius: 3px 3px 3px 3px;
    height: 19px;
    line-height: 19px !important;
    outline: 0 none;
    padding: 2px 4px;
    vertical-align: top;
    _margin-top: -8px;
    -moz-transition: -moz-box-shadow .2s ease-out 0s;
    -webkit-transition: -webkit-box-shadow .2s ease-out 0s;
    transition: box-shadow .2s ease-out 0s;
}

.m textarea
{
    resize: none;
    outline: 0 none;
    border: 1px solid #d8d8d8;
    border-radius: 3px 3px 3px 3px;
    -moz-transition: -moz-box-shadow .2s ease-out 0s;
    -webkit-transition: -webkit-box-shadow .2s ease-out 0s;
    transition: box-shadow .2s ease-out 0s;
}
.m .notblur
{
    color: #aaa !important;
}
.btn_reg
{
    width: 105px;
    text-align: center;
    cursor: pointer;
    font-size: 13pt;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    margin-top: -5px;
    background: url(../images/base/btn-reg.gif) 0 0 no-repeat;
    margin-top: 20px;
}

.btn_login
{
    width: 105px;
    text-align: center;
    cursor: pointer;
    font-size: 13pt;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    margin-top: -5px;
    background: url(../images/base/btn-reg.gif) 0px 0px no-repeat;
    margin-left: 70px;
    height: 29px;
    border: solid 0px gray;
}





.txt_code
{
    width: 60px !important;
}

.img_code
{
    width: 60px;
    height: 24px;
}



.m .input_box
{
    border: 1px solid #d8d8d8;
    border-radius: 3px 3px 3px 3px;
    height: 19px;
    line-height: 19px !important;
    outline: 0 none;
    padding: 2px 4px;
    vertical-align: top;
}


.m input:focus, .m textarea:focus
{
    border-color: #d0d0d0;
    -webkit-box-shadow: 0 0 5px #d8d8d8;
    -moz-box-shadow: 0 0 5px #d8d8d8;
    box-shadow: 0 0 5px #d8d8d8;
}


label.error
{
    margin-top: -3px;
}










.label_check, .label_radio
{
    padding-left: 34px;
    cursor: pointer;
}
.label_radio
{
    background: url(../images/plug/radio-off.png) no-repeat;
}
.label_check
{
    background: url(../images/plug/check-off.png) no-repeat;
}
label.c_on
{
    background: url(../images/plug/check-on.png) no-repeat;
}
label.r_on
{
    background: url(../images/plug/radio-on.png) no-repeat;
}
.label_check input, .label_radio input
{
    position: absolute;
    left: -9999px;
}
