/* suporte@agw.com.br */
/* out 2009 */

@import "../alert/alert.css";

* { outline: none; }
strong { font-weight: bold; }
html, body {
	width: 100%;
	height: 100%;
}
body {
	display: table;
	background: white url(img/body_bg.png) repeat-x left top;
	color: black;
	font: normal 0.75em/140% Arial, Helvetica, sans-serif;
}
div#geral {
	width: 390px;
	height: 530px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -265px 0 0 -195px;
}
h1 {
	display: block;
	width: 243px;
	height: 129px;
	margin: 20px auto;
	background: transparent url(img/mc_sis.png) no-repeat left top;
	text-indent: -9999px;
}
form {
	display: block;
	width: 390px;
	background: transparent url(img/form_bg.png) no-repeat left bottom;
}
form fieldset { padding: 0 25px 25px; }
form legend { display: none; }
form strong {
	display: block;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #e6e6e6;
	color: #666;
	font-weight: normal;
}
form label {
	display:block;
	margin:15px 0 5px;
	font-weight: bold;
}
form .modules { margin-bottom:20px; padding-top:10px; border-top: 1px solid #e6e6e6; }
form .modules label { display:inline; margin:0 15px 0 0; cursor:pointer; font-weight:normal; }
form label.x { background-position: 0 -40px; }
form label input {
	display: inline;
	width: auto;
	margin: 10px 5px 0 0;
	padding: 0;
	border: none;
	background: none;
}
form input {
	display: block;
	width: 315px;
	color: black;
	font-size: 1.4em;
	margin-bottom:3px;
	padding: 8px;
	border: 1px solid #e6e6e6;
	background: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
}
form input:focus {
	background: white;
	border-color: #ccc;
}
form input[type=hidden] { display: none; }
form input.error, form input.error:focus { border-color: #c00; }
form label.error {
	display: none;
	padding-left: 17px;
	clear: both;
	background: transparent url(img/ic_alerta.gif) no-repeat left center;
	color: #c00;
	font-size: 0.9em;
}
form button {
	display: block;
	width: 101px;
	height: 40px;
	margin: 25px 5px 0 0;
	float: right;
	border: none;
	cursor: pointer;
	background: transparent url(img/bt.png) no-repeat left top;
	color: white;
	font-size: 1.4em;
}
a.cli {
	display: block;
	width: 85px;
	height: 120px;
	margin: 50px auto;
	background: transparent url(img/mc_cli.png) no-repeat left top;
	text-indent: -9999px;
}