/* ========================================================

			CSS DO CAPTCHA DE SCADAWEB

		  ESCRITO POR PAOLO DODET - 22/09/2009

======================================================== */

/*===================================================

	1em		=	16px		Conversion EM/PX
	-----------------------------------
	.0625em	=	1px
	.125em	=	2px
	.1875em	=	3px
	.25em		=	4px
	.3125em	=	5px
	.625em	=	10px
	1em		=	16px
	1.25em	=	20px
	1.875em	=	30px
	3.75em	=	60px
	-----------------------------------

=====================================================*/

#center {text-align:center;width:50%;font-size:1em;}
#center * {margin:0;padding:0;}
#center div {clear:both;padding:10px 0 30px;}
#center #negative {margin-left:0;}
#center #number {margin:10px 0 15px 7px;}
#center label {width:26%;float:left;line-height:1.5;}
#center input {width:58%;float:right;margin-right:10px;}
#center div.form-button {text-align:center;margin-top:1em;padding:5px 0 5px;}
#center div.form-button button {text-align:center;font-size:1em;}
#sortable { list-style:none inside;width:90%;padding:0 0 0 .5em;margin:0; }
#sortable li {
	list-style:none inside;
	margin:1em auto;
	padding:.1em;
	float:left;
	width:13.5%;
	height:2em;
	font-size:1.2em;
	text-align:center;
	line-height:2em;
	cursor:pointer;
	border:1px solid #666;
	-moz-border-radius:.625em;
	-webkit-border-radius:.625em;
	border-radius:.625em;
	background:#7D8A98 url('../images/backgrounds/overlay.png') repeat-x scroll 50% 50%;
	color:#FFF;
	font-weight:600;
}
.captcha_wrap {
	margin:0;
	padding:0;
	list-style:none inside;
}
#number {
	font-size:1em;
	text-align:center;
}
#loading, #error {
	display:none;
	position:absolute;
	z-index:100;
	-moz-border-radius:.625em;
	-webkit-border-radius:.625em;
	border-radius:.625em;
}
#loading {
	top:50%;
	left:50%;
	background:#444 url('../images/icons/loading.gif') 0 0 no-repeat;
	width:6.25em;
	height:6.25em;
}
#error {
	top:50%;
	left:25%;
	background:#7D8A98;
	color:#000;
	width:18.75em;
	height:6.25em;
	padding:1.25em;
	font-size:1.5em;
	font-weight:600;
	text-align:center;
}
#error a {color:#000;}


