/* CSS Document */

/*mark a field in form field required. normally used with span tag*/
.required-field{
	color: red;
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}

.what-is-this {
    color: #44B1D9;
    font-size: 10px;
	font-weight:800;
	
}

.what-is-this:hover{
	color:black;
}

#waitingDiv{
	z-index: 1000; 
	top: 381px; 
	left: 574px; 
	position: fixed;
}
.tooltip {text-shadow:none!important;}
.margin-left-20 {margin-left:20px;}
.margin-sides-25 {margin-left:25px; margin-right:25px;}
