.conteudo {
	width:900px;
	background:#1f130d;
	border: 1px solid #150c07;
	min-height:450px;
	display:table;
	/*padding:10px;*/
	color:#a29f97;
	text-shadow:1px 1px 1px #030201;
	margin:1px 0 15px 0 !important;
}
.all {
	margin:10px
}
.all li {
	list-style:none;
	padding:5px 0;
}
.title {
	background:url(images/barra_title.gif) left top no-repeat !important;
	width:900px;
	height:25px;
	text-transform:uppercase;
	color:#f4f4f4;
	text-shadow:1px 1px 1px #626364;
	font-size:12px;
	text-align:left;
	position:relative;
	left:0px;
	margin:0 !important;
}
.title p {
	position:relative;
	left:10px;
	top:2px;
	color:#c6b59b !important;
	font-weight:bold;
	text-shadow:1px 1px 1px #1e1205;
}
input, textarea {
	padding:3px 6px;
	/* border radius */
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 6px #100a07;  
	-moz-box-shadow: 0px 0px 6px #100a07;  
	box-shadow: 0px 0px 6px #100a07;
	
	background-color:#1a1309;

	border-bottom:2px solid #433528;
	border-left:2px solid #171616;
	border-right:2px solid #433528;
	border-top:2px solid #171616;
	font-family:Verdana, Geneva, sans-serif;
	color:#bfac90;
}
textarea {
	height:300px;
	width:230px;
}
.button {
	color:#a29f97;
	background:#1a1309;
	border:1px solid #3b2f24;
	padding:6px 12px;
	width:auto;
	/* border radius */
	-moz-border-radius: 2px;  
	-webkit-border-radius: 2px;  
	border-radius: 2px;
	/* box shadow */
	-webkit-box-shadow: 0px 0px 6px #100a07;  
	-moz-box-shadow: 0px 0px 6px #100a07;  
	box-shadow: 0px 0px 6px #100a07;
	
	cursor:pointer;
	font-size:12px;
	text-shadow:1px 1px 1px #060402;
	font-weight:bold;
	margin:20px 0 0 0;
}
.button:hover {
	background:#130e07;
	color:#afaca3;
}
.barra_pagseguro {
	float:left;
	clear:both;
	margin:20px 0 0 0;
}
.erro {
	margin:15px 0;
	font-weight:bold;
	color:#884606;
}
#scrollBox {
	margin:0 0 20px 0;
	color:#a29f97;
	text-shadow:1px 1px 1px #030201;
	border: 1px solid #150c07;
	padding: 10px;
	overflow: auto;
	width: 879px;
	text-align:left;
	height: 600px;
	z-index: 1;
	background-color:#1f130d;
}
.confirm {
	width:900px;
	text-align:center;
	margin:0 0 20px 0;
}
.input {
	padding:6px 3px;
	/* border radius */
	-moz-border-radius: 6px;  
	-webkit-border-radius: 6px;  
	border-radius: 6px;
	/* box shadow */
	-webkit-box-shadow: 0px 0px 6px #100a07;  
	-moz-box-shadow: 0px 0px 6px #100a07;  
	box-shadow: 0px 0px 6px #100a07;
	width:200px;
	margin:0 0 20px 0;
	
	background-color:#1a1309;

	border-bottom:2px solid #433528;
	border-left:2px solid #171616;
	border-right:2px solid #433528;
	border-top:2px solid #171616;
	font-family:Verdana, Geneva, sans-serif;
	color:#bfac90;
}
.input2 {
	/*padding:6px 3px;
	-moz-border-radius: 6px;  
	-webkit-border-radius: 6px;  
	border-radius: 6px;
	margin:0 0 20px 0;*/
}
.line {
	width:100%;
	float:left;
	clear:both;
	margin:30px 0 -25px 0;
}
.line textarea {
	width:90% !important;
	height:100px !important;
}
.form input, .form textarea {
	margin-top:5px !important;
	margin-bottom:20px !important;
}