html, body
{
	margin:0px 0px 0px 0px;
	width:100%;
	height:100%;
}

.bg
{
	width:100%;
	height:100%;
	background-image:url(img/bg.jpg);
	background-repeat: repeat;
	background-position: right center;
	text-align:left;
}

#rodape
{
	height:auto;
	width:100%;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	bottom:10px;
	text-align:left;
	margin-left:2px;
	border:none;
}

#rodape a
{

	color:#AFAFCF;
	text-decoration:none;
	border:none;
}

#rodape a:hover
{
	color:#FFFFFF;
	border:none;
}



#conteudo
{
	width:260px;
	height:99%;
	right:50px;
	position:absolute;
	text-align:left;

}

#logo
{
	background-image:url(img/logo.png) !important; 
	background-image: none; 
	filter: none !important; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/logo.png);
	width: 100%;
	height:35px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:8px;
	text-align:left;
}

#txtUmNovo
{
	background-image:url(img/txt1.png) !important; 
	background-image: none; 
	filter: none !important; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/txt1.png);
	width:100%;
	height:61px;
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:15px;
	text-align:left;
}

#txtAguarde
{
	width:100%;
	height:62px;
/*	background-image:url(img/txt2.png);
	background-repeat:no-repeat;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#AFAFCF;
	padding-bottom:25px;
	text-align:left;
}

#form
{
	width:100%;
	height:auto;
	padding-bottom:5px;
	text-align:left;
}

.inputEmail
{
	width:221px;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	height:26px;
	_width:215px;
	text-align:left;
	padding-left:3px;
}

#btCadastrar
{
	background-image:url(img/btCad.png) !important; 
	background-image: none; 
	filter: none !important; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/btCad.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:234px;
	height:36px;
	text-align:left;
	margin-left:-3px;
}

#btCadastrar:hover
{
	width:231px;;
	height:31px;
	margin-top:1px;
	padding-bottom:4px;
	text-align:left;
	margin-left:-3px;
}


#txt2
{
	width:224px;
	height:auto;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AFAFCF;
	text-align:left;
	margin-left:-1px;
}

#resposta
{
	width:100%;
	height:50px;
	margin-top:30px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

#spacer{
	height:300px;
}