.buttonLink {
   text-decoration: none;
}

.Error {
   color: red;
}

.Info {
   color: green;
	}

.small {
	font-size: small;	
}

h6 {
   font-size:100%;padding:0px;margin:0px;margin-bottom:10px;height:15px;background-color:#ffd266;background-image: url(../images/tableHeader.gif);color:#666666; padding-top: 5px;text-indent: 10px;border-bottom: 1px solid #e0e0df;
}

h3 {
   font-size: 21px;
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     padding-bottom: 10px;
}

#choose h3 {
	visibility: hidden;
	border: 0px;
	color: white;
	height: 5px;
	}

h4 {
 
}

h5 {
   padding: 0px;
   padding-top: 5px;
   margin: 0px;
   font-size: 120%;	
}


   
   .important {
   font-weight: bold;
   }	
   
.requiredField {
	font-weight: bold;
	color: #ffb300;
}

.numberError {
	color: red;
	}

.numberWaiting {
	color: orange;
	}
	
.numberOK {
	color: green;
	}


/*Tooltip [START]*/
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
   position: relative;
   text-decoration: none;
   font-style: normal;
}

a.tooltip:hover {
   background: transparent;
   z-index: 100;
}

a.tooltip span {
   display: none;
   text-decoration: none;
}

a.tooltip:hover span {
   display: block;
   position: absolute;
   top: 15px;
   left: 0;
   width: 200px;
   z-index: 100;
   color: #000000;
   border: 1px solid #ffb300;
   /*border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;*/
   /*border-left: 1px solid #ffb300;*/
   padding: 2px 10px 2px 10px;
   background: #EEEEEE;
   /*font-family: Verdana, Arial, Helvetica, Sans-serif;*/
   font-style: Normal;
   text-align: left;
}

/*Tooltip [END]*/    
	   