#printme{
	
	overflow: hidden;
	
}
.prodContent{
	
	background-color: #004400;
	border: solid 1px #000;
	
}
.descricaoCaracteristicas{
	float:none;
	margin-top:100px;
	padding-right:10px;
	/*border-width:1px;
	border-style:solid;
	border-color:#000; */
}
.descricaoCaracteristicasTitulo{
	margin-bottom:10px;
	font-weight:bold;
	/*border-width:1px;
	border-style:solid;
	border-color:#000; */
	
}

.giftForm{
	
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #C9D200;
	
}
.giftForm li{
	
	margin-bottom: 10px;
}

.giftForm .label{
	
	width: 100px;
	display: block;
	float: left;
	
}

.giftForm li input{
	
	width: 300px;
	font: normal 11px Arial, Helvetica, sans-serif;
	
}

.giftForm li textarea{

	width: 400px;
	height: 200px;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 3px;
	
}

.giftForm .btn input{
	
	width: 75px;
	
}

.tituloPopup{
	
	width: 384px;
	padding: 5px 12px;
	background-color: #C9D200;
	color: #FFF;
	margin-bottom: 20px;
	
	
}

.closeSpace{
	
	width: 100%;
	display: block;
	height: 20px;
	
}

#backgroundPopup{   
	display:none;   
	position:fixed;   
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;   
	width:100%;   
	top:0;   
	left:0;   
	background:#000000;   
	border:1px solid #cecece;   
	z-index:1999;   
}   
#popupContact{   
	display:none;   
	position:fixed;   
	_position:absolute; /* hack for internet explorer 6*/  
	/*height:384px;*/   
	width:408px;   
	background:#FFFFFF;   
	border:2px solid #cecece;   
	z-index:2000;   
	padding:12px;   
	font-size:13px;   
}   
#popupContact h1{   
	text-align:left;   
	color:#6FA5FD;   
	font-size:22px;   
	font-weight:700;   
	border-bottom:1px 
	dotted #D3D3D3;   
	padding-bottom:2px;  
	margin-bottom:20px;   
}   
#popupContactClose{   
	font-size:14px;   
	line-height:14px;   
	right:6px;   
	top:4px;   
	position:absolute;  
	color:#6fa5fd;   
	font-weight:700;  
	display:block;   
}   
#button{   
	text-align:center;   
  
}  
 