.nice {
	font-family: 'zag_regularregular';
	font-size: 15px;
	color: #37312f;
    text-transform: uppercase;
    
	-webkit-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1); 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.nice .NFI-button {
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px;

	background-color: #cb242b;

	background-image: linear-gradient(bottom, #da202b 0%, #da202b 50%);
	background-image: -o-linear-gradient(bottom, #da202b 0%, #da202b 50%);
	background-image: -moz-linear-gradient(bottom, #da202b 0%, #da202b 50%);
	background-image: -webkit-linear-gradient(bottom, #da202b 0%, #da202b 50%);
	background-image: -ms-linear-gradient(bottom, #da202b 0%, #da202b 5650);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #da202b),
		color-stop(0.50, #da202b)
	);
	text-shadow: 0px -1px 0px #da202b;
	border: solid #da202b 1px;
	border-bottom: solid #da202b 1px;
	
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.2); 	
	
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
}

.nice .NFI-filename {
	-moz-border-radius-topright: 3px; 
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px; 
	border-bottom-right-radius: 3px;

	width: 200px;
	border: solid #da202b 1px;
	border-left: none;
	height: 30px;
	line-height: 30px;
	
	background: #fff;

	color: #777;
	text-shadow: 0px 1px 0px #fff;
}
article
{
	display: inline-block;
	width: 945px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
}

article #box-esquerda
{
	display: inline-block;
	width: 265px;
	height: 540px;
	background: url(../images/asset/produtos/box-bg-esquerda.png) no-repeat;
	vertical-align: top;
	padding: 63px 0px 0px 40px;
}
 
article #box-esquerda #titulo
{
	display: inline-block;
	width: 240px;
	height: auto;
	font-size: 31px;
}

article #box-esquerda #texto
{
	display: inline-block;
	width: 240px;
	height: auto;
	margin: 25px 0 0 5px;
}

article #box-esquerda #texto li
{
	width: 240px;
	height: auto;
	font-family: 'MyriadPro-Regular';
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #ddf1fd;
	padding: 4px 0px 10px 0px;
	margin: 8px 0 0 0;
	cursor: pointer;
}








article #box-direita
{
	display: inline-block;
	width: 621px;
	height: 602px;
	background: url(../images/asset/produtos/box-bg-direita.png) no-repeat;
	margin: 0 0 0 15px;
}

article #box-direita .infos
{
	position: absolute;
	width: 550px;
	height: auto;
	margin: 64px 0 0 40px;
}

article #box-direita .infos #titulo
{
	display: inline-block;
	width: 550px;
	height: auto;
	font-size: 31px;
}

article #box-direita .infos #form
{
	display: inline-block;
	width: 370px;
	height: auto;
	margin: 35px 0 57px 0;
	list-style: none;
}

article #box-direita .infos #form li
{
	display: inline-block;
	width: 370px;
	height: auto;
	margin: 0 0 3px 0;
}

article #box-direita .infos #form .formulario
{
	display: inline-block;
	float: right;
	width: 300px;
	height: 30px;
	background: #e7e7e7;
	border: none;
	padding: 0 0 0 10px;
}

article #box-direita .infos #form .formulario2
{
	display: inline-block;
	float: right;
	width: 280px;
	height: 30px;
	background: #e7e7e7;
	border: none;
	padding: 0 0 0 10px;
}

article #box-direita .infos #form .formulario3
{
	display: inline-block;
	width: 170px;
	height: 30px;
	background: #e7e7e7;
	border: none;
	padding: 0 0 0 10px;
}

article #box-direita .infos #form .textarea
{
	width: 360px;
	height: 120px;
	background: #e7e7e7;
	border: none;
	padding: 10px 0 0 10px;
}

article #box-direita .infos p
{
	display: inline-block;
	float: left;
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 7px 0 0 0;
}

article #box-direita input[type="submit"]
{
	width: 137px;
	height: 30px;
	margin: 0 0 0 233px;
	cursor: pointer;
	background: url(../images/asset/contato/botoes.png) no-repeat;
	border: none;
}

article #box-direita .infos #rodape
{
	display: inline-block;
	width: 550px;
	height: 20px;
	
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
	color: #666666;
	font-weight: 500;
}

article #box-direita .infos #mapa
{
	display: inline-block;
	width: 545px;
	height: 335px;
	background: #e7e7e7;
	margin: 35px 0 10px 0;
}