div.voting_error, div.voting_success, div.voting_note
{
 border-width: 1px;
 border-style: dashed;
 border-color: gray;
 padding: 5px;
 margin: 10px auto;
 font-size: 12pt;
 background-color: silver;
 color: gray;
}

div.voting_error
{
 border-color: red !important;
 color: red !important;
 background-color: #ffcccc !important;
}

div.voting_success
{
 border-color: green !important;
 color: green !important;
 background-color: #ccffcc !important;
}

div.voting_note
{
 border-color: blue !important;
 color: blue !important;
 background-color: #ccccff !important;
}

.clearfix
{
 height:0;
 line-height: 0;
 font-size: 0;
 clear: both;
}

.menu li a.active 
{
 font-weight: bold;
}

.vote_answers table
{
 border-collapse: collapse;
}

.vote_answers table td
{
 vertical-align: top;
 border-bottom: 1px solid #555;
 padding: 5px 0;
 text-align: center;
}

.vote_answers table td .spec_ans
{
 text-align: left;
}

.auth_form
{
 border: 1px solid silver;
 width: 300px;
 padding: 30px;
 margin-top: 50px;
 margin-left: 50px;
 background-color: #eee;
 color: #555;
}

.auth_form input.text
{
 margin-bottom: 10px;
 width: 200px;
}

.auth_form h1
{ 
 font-size: 14pt;
 margin: 0;
 margin-bottom: 10px;
}

input.text
{
 border: 1px solid silver;
 color: #888;
 padding: 2px 0;
}

.header, .left, .main, .footer
{
 border: 1px solid silver;
}

.left
{
 width: 160px;
 float: left;
}

.main
{
 margin-left: 210px;
}

.header, .left, .main, .footer
{
 padding: 20px;
}

ul, ol
{
 padding:0;
 list-style-position: inside;
}

ul ul
{
 margin-left: 20px;
}

.header
{
 margin-bottom: 10px;
}

.footer
{
 margin-top: 10px;
}

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

body
{
 padding: 10px;
}

img.icon
{
 border:0;
 vertical-align: middle;
}

.item
{
 padding-bottom: 20px;
 margin-top: 20px;
 border-bottom: 1px solid #666;
}
