/* TOOLTIP */

#tooltip 
{
    
    padding:        1.0em;
    position:       absolute;
    color:          #27404f;
    font-size:      1.4em;
    border-bottom:  1px solid #284150;
    background:     #284150;
    color:          #fffada;
    border:         1px dotted #fffada;    
	z-index:        2001;	
	
}

#tooltip h3, #tooltip div { margin: 0; width: 640px; }


/* VALIDATION */

/*input.error, select.error
{
    background-color: #ffeeee;
    color: #a00;    
    border: 1px dotted #f00;
    border-bottom: 1px solid #f00;
}*/


