﻿.messageError, .messageSuccess
{
    display:block;
    text-align:right;
    font-size:1.2em;
    font-weight:bold;
    height:50px;
    line-height:50px;
    margin-bottom:1em;
    text-indent:50px;
}
.messageError
{
    background:#fff url('images/iconError.png') right no-repeat;
    border:2px dotted #ed1c24;
    color:#ed1c24;
}
.messageSuccess
{
    background:#fff url('images/iconSuccess.png') right no-repeat;
    border:2px dotted #333;
    color:#333;
}
.renewalRequired a:link, .renewalRequired a:visited, .renewalRequired a:active
{
    background-image:url(images/userLinkLink.gif) !important;
}
#chartdiv
{
    margin-top:160px;
}

#movieComments
{
    overflow:hidden;
    padding:1em 0;
    clear:both;
}
.movieComment h3
{
    float:right;
    width:300px;
    display:block;
    font-size:1.1em;
    font-weight:bold;
    color:#666;
    text-decoration:underline;
}
.movieComment span
{
    float:left;
    width:160px;
    display:block;
    font-size:0.9em;
    font-weight:bold;
    color:#666;
}
.movieComment p
{
    clear:both;
    overflow:hidden;
    border:#ccc solid;
    background-color:#f2f2f2;
    border-width:2px 0;
    padding:1em;
    font-weight:bold;
    margin-bottom:10px;
}
