html {
    padding: 0;
    margin: 0;
    }

body {
    padding: 0;
    margin: 16px;
    color: #222222;
    font-family: Arial, "Trebuchet MS", Trebuchet, Helvetica, verdana, arial, sans-serif;
    font-size: 11px;
    background: #ffffff;
    }
    
a {text-decoration: none; font-weight: normal;}
a:link {text-decoration: none; color: #9e9e9e; font-weight: normal;}
a:visited {text-decoration: none; color: #9e9e9e; font-weight: normal;}
a:active {text-decoration: none; color: #9e9e9e; font-weight: normal;}
a:hover {text-decoration: none; color: #494949; font-weight: normal;}

a.hidden:link {color: #222222 }
a.hidden:active {color: #222222 }	
a.hidden:visited {color: #222222 } 	
a.hidden:hover {color: #222222}

.head { font-size: 14px; }
    
.polaroid{
    border: 1px solid #d1d1d1;
    width: 435px;
}

.tooltip {
position:absolute;
top:0px;
left:0px;
z-index:100;
visibility:hidden;
width:215px;
padding:3px;
background-color:#ffffff;
font-size: 11px;
}


.border{
    border: 1px solid #d1d1d1;
}


.text { font-size: 12px; }
    
.select { width: 165px; font-size: 10px;}
.input1 { width: 165px; font-size: 10px;}
.input2 { font-size: 11px;}	
