@import url('http://www.kamer-muziek.nl/style/style.css');

#informatie
{
    width: 369px;
    margin-top: 5px;
    border: 1px solid #B3C6DA;
    padding: 2px 4px 2px 5px;
    display:none;
    text-align:center;
}
#informatie span
{
    display:none;
}
#informatie img
{
    display:none;
}
#informatie .datum
{
    display: block;
    font-weight: bold
}

#informatie .locatie
{
    display: block;
}

#informatie .titel
{
    display: block;
    font-size:14px;
    font-weight:bold;
    color: #92157d;
    line-height: 20px;
    margin-top: 15px;
    padding-left: 2px;
}

#informatie .extra_info
{
    display: none;
    margin-left: 10px;
    color: #333333;
}

#informatie .info
{
    display: block;
    margin-top: 10px;
    padding-left: 2px;
}
    #informatie .info .componist
    {
        color: #92157d;
    }
    #informatie .info .num
    {
        color: #333333;
    }
    
input.error
{
    border: 1px solid red;
}
label.error
{
    margin-left: 10px;
    color: red;
    display:block;
    clear:both;
}

#reserveren input
{
    width: 300px;
}



