.menu_options a:link
{
    color: white;
}

.menu_options a:visited
{
    color: white;
}

.menu_options a:hover
{
    color: #e2d7bb;
}


a:link, a:visited
{
    color: #6a0f0c;
}

a:hover
{
    color: #400907;
}


html,body {
   margin:0;
   padding:0;
}



.popup_wrapper
{
    margin-top: 15px;
    width: 500px;
}

.popup_line
{
    width: 100%;
    line-height: 24px;
    height: 24px;
    margin-top: 2px;
}

.popup_label
{
    width: 200px;
    text-align: right;
    margin-right: 10px;
    padding-right: 5px;
    font-weight: bold;
    background-color: #cccccc;
    float: left;
}

.popup_field
{
    width: 250px;
    float: left;
    text-align: left;
}

.popup_submit
{
    clear: both;
    text-align: right;
    margin-right: 80px;
}


.submit_button
{
    width: 80px;
}


.info_message
{
    position: absolute;
    top: 10px;
    left: 200px;
    width: 500px;
    height: 25px;
    line-height: 25px;
}

.error_message
{
    border: solid #660000 3px;
    background-color: #e44848;
}

.success_message
{
    border: solid #006600 3px;
    background-color: #c4f8b0;
}


.actions_area
{
    float: right;
}


h1
{
    color: #6a0f0c;
    font-style: italic;
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
}
