/* Document */
* {
    font-size: 1em;
    margin: 0em;
    padding: 0em;
    position: relative;
}
img {
    border: none;
}
a {
    outline: none;
}
body {
	font-size: 62.5%;
}
/* form rating */
#frmRating {
    padding: 10px 0;
    width: 200px;
}
    #frmRating fieldset {
        border: 0;
        padding: 4px 0;
        text-align: center;
    }
    #frmRating legend {
        background-color: #cd6510;
        color: #fff;
        display: block;
        line-height: 2em;
        text-align: left;
        width: 100%;
    }
    #frmRating label {
        color: #cd6510;
    }
    #frmRating input {
        float: left;
        margin: 10px 0 0;
    }
    #frmRating .rating {
        cursor: pointer;
    }
    #frmRating .rating img {
        background: url('thumbs-rating.jpg') no-repeat 100% 0;
        margin: 0 20px 0 5px;
    }
    #frmRating .yes img {
        background-position: 100% 0;
    }
    #frmRating .no img {
        background-position: 100% -24px;
        margin-bottom: -10px;
    }
    #frmRating .rating input.replaced {
        position: absolute;
        left: -9999px;
    }
    #frmRating textarea {
        width: 100%;
    }
