p, span {
    /* color: #FFFFFF; */
    font-size: 12px;
    margin: 5px 0px;
    clear: both;
}

p small {
    font-size: 8pt;   
}

input, textarea {
    border:1px solid #FFFFFF;
    padding: 1px;
    background:#bcbcbc;
    font-size:0.8em;
}

input:focus, textarea:focus {
    background:#ededed;
}

div#pageImg_wraper {
    background: #000000 url('/img/loading.gif') no-repeat scroll center center;
}

p#imgDescription {
    /* color: #FFFFFF; */
    font-size: 10pt;
}

div#commentList div div div div {
    width:220px;
    float:left;
    margin-bottom: 7px;
}

div#commentList span {
    /* color: #FFFFFF; */
    font-size: 8pt;
    font-style: italic;
}

div#commentList span a {
    /* color: #FFFFFF; */
    font-size: 10pt;
    font-style: normal;
}

div#commentList span a:hover {
    text-decoration: none;
}

div#commentList span span {
     font-size: 10pt;
     font-style: normal;
}

#pageImg {
    visibility: hidden;
}

.rate {
    cursor: pointer;
    vertical-align: bottom
}