@charset "UTF-8";
/* CSS Document */



body{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	background-color:#000;
	background-image:url(bg_blog.jpg);
	margin:0;
}

h1{
	font-size: 15px;
	width: 100%;
	margin-bottom: 15px;
	font-weight:normal;
	}
p{
	font-size:12px;
	
	}
	
	


#page{
	width:900px;
	margin: 0 auto;
}

#topo{
	width:900px;
	height: 100px;
	text-align:center;
	padding-top: 20px;
	
}


#dvd{
	width:900px;
	background-image:url(bg_miolo.png);
	background-repeat:no-repeat;
	height: 300px;
	clear:both;

	}



#papel{
	background-image:url(bg_papel.jpg);
	width:100%;
	height: 250px;
	
	}
	
#container{
	width:900px;
	margin: 0 auto;
	text-align:center;
	color:#000;

}

#pontos_de_venda{
	width: 400px;
	float: left;
	margin-right: 55px;
	margin-left: 20px;
	height: 150px;

}


#formulario{
	width: 400px;
	float: left;

		height: 300px;
		margin-left: 0px;

}


#rodape{
	width:960px;
	height:20px;
	clear:both;
}

.clear{
	clear:both;}


#texto{
	padding:30px;
	width:320px;
	height:248px;
	float:left;
	color:#333;
	margin-left:245px;
	margin-right:20px;
	}
	
#form{
	
	padding-top:45px;
	color:#333;
	font-size:10px;
	padding-left:10px;
	}
	
.preco{
		float:right;
		margin-right:15px;
}


.campo{
	border: solid 1 px #333;
	width:160px;
}

.campo_ddd{
	width:20px;
}

.campo_telefone{
	width:80px;
	}
	
.campo_cep1
	{
		width:65px}
		
.campo_cep2{
			width:35px;}
			
.campo_quantidade{
				width:40px;}
