html {
	height: 100%;
}
body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	background-color: #0064B2;
	position: relative;
	color: #444444;
	height: 100%;
}

/***********************************
 * conteudo
 **********************************/
div#conteudo {
	width: 990px;
	height: 438px;
	background: url(../images/background.jpg) no-repeat right center #0064B2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -219px 0 0 -495px;
}

/***********************************
 * formulario 1
 **********************************/
form#nova_loja {
 	background: #ffffff;
 	width: 370px;
 	min-height: 250px;
 	border-radius: 10px;
 	padding: 10px;
 	/* sombra */
 	-moz-box-shadow: 0px 0px 4px #222222;
	-webkit-box-shadow: 0px 0px 4px #222222;
	box-shadow: 0px 0px 10px #222222;
	position: absolute;
	left: 0;
	top: 30px;
}
form#nova_loja h1 {
	font-size: 20px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	text-align: justify;
}
span.separa_titulo {
	height: 1px;
	display: block;
	border-bottom: 2px dotted #444444;
}
span.title {
	font-weight: bold;
	display: block;
	padding: 5px 0;
}

/***********************************
 * inputs
 **********************************/
input.form01,
select.form01 {
	background: #e9e9e9;
	border: none;
	width: 94.5%;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	font-weight: bold;
	outline: none;
}
input.botao_cadastrar {
	background: url(../images/bg_comece.png) repeat-x top center;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 99.5%;
	height: 44px;
	border: 1px solid #36910f;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #000000;
	cursor: pointer;
}
input.botao_cadastrar:hover {
	background-position: 0 -42px;
}



