html,body{
    background-image: url('http://www.worstlobby.eu/2007//images/back.jpg');
    background-color:  #FBDB92;
    background-repeat:  repeat-x;
}
html,body,table{
    font-family: verdana;
    font-size: 10pt;
}
.welcome {
    text-align:center;
    font-size: 18pt;
}
.addednom td{
    vertical-align: top;
    width:50%;
}
.promo{
    text-align: center;
    font-size: 8pt;
}
.promo textarea{
    font-size:8pt;
    width:95%;
    background-color:#fafafa;
    border: 1px solid lightgrey;
    padding: 5px;
}
.redbox {
	 background-color: #ccbbbb;
	 border-color: #cc3333;
	 border-style: solid;
	 border-width: medium;
	 padding: 1% 3%;
}
hr{
    height: 1px;
    border: 1px solid #ccc;
    margin: 15px auto;
    width: 25%;
    line-height: 0%;
}
a{
    color:  #1919B3;
    text-decoration: none;
    font-weight: bold;
}
.smaller{
    font-size:8pt;
}
.smaller fieldset{
    background-color:#fefefe;
}
a:hover{
    text-decoration: underline;
}
.maintable{
    border-collapse: collapse;
    border: 1px solid black;
    background-color: #eee;
}

.language img{
    padding: 0px;
    margin:0px;
    border: 1px solid black;
}

.language{
    float:right;
    margin: 0px 1px;
}
.languagetable,.maintable{
    width: 750px;
}
.maintable td{
    margin:0px;
}
.maincell{
    padding: 5px 20px 15px 20px;
}
fieldset{
border: 1px solid #eee;
margin: 5px 0;

}
.darker{
border: 1px solid #ccc;
}
.radioitem{
display:inline;
line-height:13px;
font-size:8pt;
vertical-align: text-top;
}
.credentials{
    background-color:#333;
    color: white;
    font-size: 7pt;
    text-align: center;
    padding: 3px 0px;
}
.credentials a{
    color: #FFB200;
}
.credentials a:hover{
    color: white;
}
.formcell{
    padding: 20px;
    background-color: #ddd;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
}
h1{
    margin: 10px 0 20px 0;
    font-size: 15pt;
    color: #1919B3;
    text-align:center;
}
h2{
    margin: 20px 0 6px 0;
    padding-bottom: 3px;
    border-bottom: 2px solid #FBDB92;
    font-size: 13pt;
    color: #1919B3;
}
h3{
    text-align:center;
    margin:20px 0 0px 0;
    color: #1919B3;
}
.error{
    color: red;
    margin-left: 3px;
    font-size: 7pt;
    font-weight:bold;
}
.sources{
	 color: black;	 
	 text-align: left;
	 margin: 20px 0 6px 0;
	 padding-top: 3px;    
    padding-bottom: 3px;
	 border-top: 2px solid #FBDB92;    
    border-bottom: 2px solid #FBDB92;
}
label{
    display: block;
    text-align:right;
    margin-right: 3px;
    font-weight: bold;
    font-size: 8pt;
    color: #1919B3;
    
}
.textfield,label{
	 margin-bottom: 2px;
    float: left;
    width: 220px;
    
}
.filefield{
    width:75%;
}
br{
    clear: left;
}
.examples li{
    margin: 20px 0;
    line-height: 160%;
}
.center{
    text-align:center;
}
.bigboldcenter{
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
}
.button{
   float:right;
}
.inputfield{
    float: left;
    width:50%;
}
.info{
    font-size: 9pt;
    font-style: italic;
    color: #1919B3;
    display: table;
}
.home{
    padding-top: 5px;
    border-top: 2px solid #FBDB92;
    font-weight: bold;
    color: #333;
    padding-left: 5px;
    font-size: 8pt;
}
table.selectedcandidates{
    width: 100%;
}
table.selectedcandidates td{
    width: 33%;
    margin: 10px;
    background-color: #ffc;
    border: 1px solid grey;
    padding: 5px;
    font-size: 8pt;
    vertical-align: top;
}
td#sendin{
    text-align: center;
    vertical-align: middle;
}
div.sendin{
    padding: 35px;
}
a.vote{
    float:right; 
    display:block; 
    padding: 5px;
    border: 1px solid grey;
    background-color: #ffc;
}
a:hover.vote{
    float:right; 
    display:block; 
    padding: 5px;
    border: 1px solid grey;
}
img.bigimage
{
    float:right;
    margin-left:10px;
    border: 1px solid grey;
}
.error{
    width: 100%;
    text-align: center;
    font-color: red;
    padding: 0;
    font-size: 10pt;
}