@CHARSET "UTF-8";

a.button-back { float: left; }
a.button-next, .finish { float: right; }

input.finish { border-style: none; cursor: pointer; padding: 3px 9px; }

fieldset.step { clear: left;}
/***fieldset.step label { color: #444; display: block; font: bold 10px verdana; margin: 10px 0 3px 7px; }***/
fieldset.step legend { color: #4080BF; font: bold 14px verdana; padding: 0 2px 3px 2px; }

li.error-image { background: url('imagem/error.png') no-repeat right top; }

ul.stepy-titles { list-style: none outside none; margin: 0; padding: 0; width: 100%; }
ul.stepy-titles li { background: none repeat scroll 0 0 white; color: #DDD; cursor: pointer; font: bold 18px verdana; float: left; padding: 10px; }
ul.stepy-titles li.current-step { background: none repeat scroll 0 0 transparent; color: #369; cursor: auto; }
ul.stepy-titles li span { font: bold 10px verdana; display: block; }

/*** Optionaly (jQuery Validate) ***/

/*label.error { background: url('alert.png') no-repeat; color: #DE5130; display: block; float: left; font: 10px verdana; height: 25px; margin: 5px 3px 0 10px; padding-left: 21px; padding-top: 2px; }*/

label.error { background: url('/glb/libproScore/css/imagem/alert.png') no-repeat; color: #DE5130; display: block; float: left; font: 10px verdana; height: 15px; margin: -10px 0px 5px 0px; padding-left: 21px; padding-top: 2px; clear: both; }
input.error, select.error, textarea.error { background-color: #FAF4F4; border:1px solid #AAAAAA; }

.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	font-family: verdana,arial;
	font-weight: 500;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}