﻿
label {  
float: left;  
width: 14em;  
margin-right: 1em; 
}

.reference label {  
width: 8em;  
}
ul
{
list-style-type:none;
}
li {  
width: 100%;  
padding-bottom: 5px; 
}
fieldset {   
margin-bottom:10px;    
}
legend
{
    margin-left: 1em;
    padding: 0;
    color: #000;
    font-weight: bold;
    font-size: x-large;
}
.reference
{
    width: 95%; 
    margin:6px;
}
.charsLeft, .charsLeft_red, .charsLeft_redBig, .charsLeft_redBigger {
    font-size:x-small;
    font-weight:bold;
    color:black;
    text-align:right;
    margin-right:50px;
}
.charsLeft_red, .charsLeft_redBig, .charsLeft_redBigger {
    color:red;
}
.charsLeft_redBig {
    font-size:x-small;
}
.charsLeft_redBigger {
    font-size:small;
}
.subbutton
{
    font-size: x-large;
    text-align: center;
    margin-bottom: 15px;
}