/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-apr-2014, 13:32:16
    Author     : Buddy
*/
     
      
.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}
.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url('http://www.logomind.nl/wp-content/plugins/lm_reviews/assets/star.png') 0 -16px;
}

.lm_reviews input[type=text], .lm_reviews textarea {
    width:300px;
}

.lm_reviews {
    width:100%;
    text-align:center;
}

.lm_reviews .lm_button {
    width:318px;
    outline: medium none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #bbb;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    background-color: #fff;
    padding: 8px;
}

.lm_reviews .lm_button:hover {
    background:#eee !important;
    cursor:pointer;
}

.stars {
    margin-left:-5px;
}

.outputcenter {
    width:100%;
}

.lm_review {
    background:#eee;
    margin-top:10px;
    padding:20px;
    float:left;
    width:96%;
}

.lm_leftbox {
    width:25%;
    float:left;
}

.lm_message {
    width:60%;
    float:left;
    margin-top: -17px;
}