/*cor das messagens do validate.js*/
.my-error-class {
	color:#FF0000;  /* vermelho */
}
.my-valid-class {
	color:#00CC00; /* verde */
}
	
	
.top-100 { margin-top:-100px; }
.top0 { margin-top:0px; }
.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top32 { margin-top:32px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top55 { margin-top:50px; }
.top60 { margin-top:60px; }
.top70 { margin-top:70px; }
.top80 { margin-top:80px; }
.top90 { margin-top:90px; }
.top100 { margin-top:100px; }
.top110 { margin-top:110px; }
.top120 { margin-top:120px; }
.top130 { margin-top:130px; }
.top140 { margin-top:140px; }
.top150 { margin-top:150px; }
.top160 { margin-top:160px; }
.top170 { margin-top:170px; }
.top180 { margin-top:180px; }
.top190 { margin-top:190px; }
.top200 { margin-top:200px; } 
.top500 { margin-top:500px; }

.cursor-default{cursor: default;}
.cursor-pointer{cursor: pointer;}
.cursor-croshair{cursor: crosshair;}
.cursor-eresize{cursor: e-resize;}
.cursor-move{cursor: move;}

.capitalize {
    text-transform: capitalize!important;
}






