
.msg_success { border: 1px solid green; padding: 10px; }
.msg_error { border: 1px solid red; padding: 10px; }

.vote_form { width: 97%; margin: 0 auto; }
.vote_form input.input_name{ width: 120px; }
.vote_form tr { width: 49%; }
.category { width: 25px; }
.vote_form td { padding: 5px; }
.vote_form input.form_submit{
    float: left;
    padding: 5px 10px;
    margin-left: 190px;
    border: 1px solid #333333;
    background-color:#ffffff;
    color:#000000;
}
.vote_form input.form_submit1{
    padding: 5px 10px;
    margin-left: 190px;
    border: 1px solid #333333;
    background-color:#ffffff;
    color:#000000;
}
.vote2017_cat_name { margin-top: 5px; text-transform: uppercase; width: 100%; clear: both; float: left; font-size: 18px; padding: 5px 0; font-family: 'Open Sans Condensed'; color: #C53; letter-spacing: -0.3px; }
.vote2017_name { float: left; margin-bottom: 3px; width: 265px; font-size: 14px; line-height: 18px; }
.vote2017_line { font-family: "Times New Roman"; font-size: 13px; display: inline-block; width: 290px; line-height: 1.7em; margin-right: 10px; margin-bottom: 15px; vertical-align: top;}
.vote2017_line:nth-child(3n){ margin-right: 0;}



.graph {
    width: 200px;
    height: 10px;
    margin-top: 0px;
    background: #EADACD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.graph .bar {
    background: #984806;
    text-align: right;
    padding-right: 3px;
    height: 10px; 
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.vote-button{
    width: 60px;
    float: left;
    margin-left: 5px;
    text-align: center;
    height: 10px;
    font-size: 8px;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.vote-button span{
    line-height: 8px;
}
.disabled{
    width: 60px;
    float: left;
    border: 1px solid #D4D4D4;
    margin-left: 5px;
    text-align: center;
    height: 10px;
    font-size: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.disabled span{
    line-height: 8px;
}
.vote-button span{
    cursor: pointer;
}

.ok{
    background: url('/application/maxsite/plugins/vote2017/ok.gif') center center no-repeat;
    float: left;
    margin-left: 5px;
    height: 10px;
    width: 60px;
    display: none;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.opacity{
    color: gray;
    background: #F0F0F0;
}

div.comment-ok {background: #40A040; color: white; padding: 10px; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-weight: bold;}

.in-name
{
    width: 163px;
    line-height: 20px;
    padding: 2px;
    font-size: 14px;
}
.add-ver input[type=submit]{
    padding: 1px;
    font-size: 14px;
    line-height: 20px;
}

.cpth
{
    position: fixed;
    width: 400px;
    height: 130px;
    padding: 20px;
    font-size: 16px;
    font-family: Verdana;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    z-index: 1000;
    top: 50%; left: 50%;
    margin: -100px 0 0 -400px;
    text-align: right;
}
.cpth input[type=text]
{
    padding: 2px 5px; font-size: 24px;
    border: 1px solid #AAA;
    width: 100px; 
    text-align: center;
    margin-left: 50px;
    color: red;
}
.cpth img
{
    margin: 10px 0 10px 280px;
}
.cpth input[type=submit]
{
    padding: 5px 10px;
    font-size: 16px;
    margin: 10px 0 10px 0;
}