
#info-container 
{
    width: 510px;
    height: 255px;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    font-size: 16px;
    text-align: left;
    display: none;
    border: 2px solid #333333;
    background-color: #636262;
    color: #CCCCCC;
    overflow: hidden;
    padding: 10px;
}
#album-info-container
{
    width: 300px;
    height: 280px;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    font-size: 16px;
    text-align: left;
    display: none;
    border: 2px solid #333333;
    background-color: #636262;
    color: #CCCCCC;
    overflow: hidden;
    padding: 10px;
}
.content-header
{
    width: 100%;
    margin: 0 auto 10px auto;
    border: solid 1px Black;
    background-color: #242424;
    color: #c0c0c0;
    text-align: center;
}
#content-image img
{
    width: 200px;
    height: 220px;
    float: left;
    border: solid 1px #333;
}
#content-form
{
    margin: 5px 10px;
    width: 285px;
    height: 230px;
    float: left;
    position: relative;
}
.simple-close
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.errorLine
{
    color: Red; 
    display: none;
}
