	.frete-top{
		position:fixed;
		top:0;
        right:10px; 
		z-index:9999999999;
	}
	.botao-open{
		background:#000;
		width:300px;
		border-radius: 0px 0px 10px 10px;
		padding:5px;
		text-align:center;
		font-size:19px;
		color:#fff;
		line-height:40px;
		cursor:pointer;
		text-transform:uppercase;
	}
	.botao-open p{
		background:url('truck.png') no-repeat left center;
		margin: 0px 5px;
		text-align:right;
	}
	.frete{
		width:300px;
		background:#fff;
	}
	.form-frete{
		margin:0 auto;
		padding:5px 10px;
		display: none;	
	}
	.form-frete label{
		position:relative;
		top:0;
		line-height: 35px;
	}
	.form-frete input[type="email"], .form-frete input[type="text"]{
		position:absolute;
		left: 70px;
		margin-top: 2px;
		border-radius:5px;
		border:1px #777 solid;
		padding:5px;
	}
	.form-frete p{
		line-height:35px;
		width:100%;
		text-align:center;
		padding: 10px 0px;
	}
	.form-frete button{
		background:#0c0;
		border:none;
		border-radius:3px;
		color:#fff;
		padding:8px 10px;
		font-size: 20px;
	}
	.form-frete button:hover{
		background:#33c;		
	}
	.mostrar{
		text-transform:uppercase;
		cursor:pointer;
	}