body{
    font-family: Verdana;
    font-size: 10pt;
}

h1{font-size: 12pt; margin-top: 10px; margin-bottom: 7px;}
h2{font-size: 10pt; margin-top: 7px; margin-bottom: 6px;}
h3{font-size: 10pt; color: #555555; margin-top: 5px; margin-bottom: 5px;}

h1 span.blind{font-weight: normal;}

ol{margin-top: 5px; margin-bottom: 5px;}
ul{margin-top: 5px; margin-bottom: 5px;}

td{font-size: x-small;}

a{color: Navy;}
a:visited{color: Navy;}

input.create_poll_question{width: 270px;
background-color: WhiteSmoke;}

p{margin-bottom: 7px; margin-top: 7px;}
div#header{
    background-color: #EEEEFF;
    border: solid 1px gray;
    padding: 10px;
    width: 890px;
}
div#footer
{
    text-align: center;
    width: 912px;
}
div#menu_bottom{
    border: solid 1px gray;
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}
div#copyright
{
    margin-top: 10px;
}

div#body
{
    margin-top: 10px;
    border: solid 1px Silver;
    padding: 5px;
    width: 900px;
}
div#side_panel{
    float: right;
    width: 290px;
    /*
    border: dashed 1px Silver;
    */
}
div#content{
    float: left;
    width: 600px;
    /*
    border: dashed 1px Silver;
    */
}

form{padding: 0px; margin: 0px;}

div.poll_card
{
    border: solid 1px Silver;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 420px;
}
div.vs_photo_poll_question
{
    text-align: center;
}
div.vs_photo_poll_question a.question{font-weight: bold; font-size: medium;}
div.vs_photo_poll_photos
{
}
div.vs_photo_poll_subject{margin-bottom: 7px;}
div.vs_photo_poll_subject a {font-weight: bold;}
div.vs_photo_panel
{
    text-align: center;
}

div.vs_photo_panel_left
{
    float: left;
}
div.vs_photo_panel_separator
{
    float: left;
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
}
div.vs_photo_panel_separator a{font-weight: bold;}
div.vs_photo_panel_right
{
    float: left;
}
div.vs_photo_poll_rope{text-align: center;}
