/* CONVERSÃO DE MEDIDA */
form {
	padding: 0px;
	margin: 0px;
}

.hide { display: none; }
.show { display: inherit;}

#converte {
	background:#fff;
	border:1px solid #e2e2cd;
	padding: 1px;
	width: 100%;
	padding: 1px;
	float: left;
}

#converte #header{
	width:100%;
	height: 130px;
	background-color: #A8DFF7;
}

#converte #header span{
	height: 50px;
	padding-top: 10px;
	color:#FFFFFF;
	font-weight: bold;
	width: 350px;
	padding-left: 10px;
	display:block;
}

#converte #header .titulo{
	padding-top: 5px;
	font-size: 20px;
	color:#FF6600;
	font-weight: bold;
	padding-left: 10px;
	display:block;
}

#converte #header .bg_jumpmenu{
	width:100%;
	height: 40px;
	background-color: #62ADE6;
}

#converte #header .jumpmenu{
	border:1px solid #ff6600;
	color:#486900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	background-image:  url(../../../imagens/receitas_bg_input.jpg);
	background-position: left top;
	margin-left: 9px;
	margin-top: 9px;
	padding: 2px 2px 2px 4px;
}
#converte #main{
	padding: 15px;
}
#converte #main .box {
	width:362px;
	margin:0px;
	background-image:  url(../../../imagens/receitas_box-mid.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}
#converte #main .box h1 {
	color:#fff;
	font-size:14px;
	line-height:24px;
	margin:0;
	text-indent:15px;
	font-weight:bold;
	background-image:  url(../../../imagens/receitas_box-top.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}
#converte #main .box .fim {
	margin:0;
	padding:0;
	background-image:  url(../../../imagens/receitas_box-bot.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 362px;
	background-position: bottom;
}
#converte #main .box .conteudo{
	padding: 0px;
	color: #666633;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	width: 354px;
}
#converte #main .box .conteudo td.left{
	color: #666633;
	background-color: #eff2df;
	margin: 0px;
	clear: both;
	height: 12px;
	width: 175px;
	font-weight: bold;
	padding: 10px;
}
#converte #main .box .conteudo td.right{
	color: #ec5900;
	background-color: #f4f6e9;
	margin: 0px;
	clear: both;
	height: 12px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
.separa{
	height:15px;
	clear: both;
}

