@charset "utf-8";
/* CSS Document */

#form{
	float:left;
	margin:3px 0 0 10px;
	width:365px;
	height:213px;
	border:1px dotted #F78C1F;
	border-bottom:none;
}

#form form{
	margin:0 0 0 7px;
}
input{
	color:#DA2128;
	padding:2px;
}
.input{
	width:258px;
	background:#FFCF9E;
	border:1px solid #F7922B;
	height:16px;
	margin:5px 0 0 5px;	
	color:#DA2128;
}
#form .title-form{
	background:url(interface/bg-form-title.png) repeat-x;
	margin:0 0 10px 0;
	height:28px;
	padding:13px 0 0 0;
	text-align:center;
}
#form .title-form h1{
	margin:0;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	font-family:"DINEngschrift" , Arial ;
	text-transform:uppercase;
	letter-spacing:0;
}
label{
	text-align:right;
	width:80px;
	color:#F78B1F;
	font-weight:bold;
	font-size:12px;
}
#todos{	
	float:left;
	margin:15px 30px 0 0;
}

.enviar-form{
	background:#FF0000;
	background:url(interface/bt-enviar-form.jpg) no-repeat;
	width:58px;
	height:17px;
	float:left;
	margin:10px 0 0 0;
	cursor:pointer;
}
#img-form{
	float:left;
	margin:10px 0 0 0;
}
.mini{
	width:36px;
	background:#FFCF9E;
	border:1px solid #F7922B;
	height:16px;
	margin:5px 0 0 5px;	
	color:#DA2128;
}
.medium{
	width:206px;
	background:#FFCF9E;
	border:1px solid #F7922B;
	height:16px;
	margin:5px 0 0 5px;	
	color:#DA2128;
}
@charset "utf-8";
/* CSS Document */
h1{
	font-size:26px;
	margin:15px 0  8px 0;
}
h2{
	margin:5px 0  10px 0;
}
h3{
	color:#DA2128;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0 0 0 20px;
}
#left-container {
	background:url(interface/bg-left.png) no-repeat #FFFBE9;
	width:200px;
	float:left;
}

.base{
	background:url(interface/bg-foto-receitas.png) no-repeat;
	width:465px;
	height:211px;
	padding:4px 0 0 5px;
	float:right;
	margin:0px 0 0 5px;
}
.hight{
	width:300px;
	border-bottom:1px dotted #F78B1f;
}

#col1{
	width:776px;
	_width:776px;
	padding-left:10px;
	float:left;
}
.saber-mais-sobre{
	background:url(interface/bg-saber-mais-form.png) no-repeat;
	width:392px;
	margin:3px 0 0 0;
	padding:10px 0 0 0;
	float:left;
}
.saber-mais-sobre li{
	list-style:none;
	border-bottom:1px dotted #F78C1F;
	width:388px;
	padding:3px 0 3px 0;
}
.saber-mais-sobre li.li{
	list-style:none;
	border-bottom:none;
	width:388px;
	padding:3px 0 3px 0;
	
}
.saber-mais-sobre li a{
	position:relative;
	color:#87403A;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
	margin:0 0 0 5px;
}
.saber-mais-sobre li a strong{
	color:#87403A;
	font-size:12px;
	margin:0 0 0 5px;
}

.saber-mais-sobre h3{
	color:#DA2128;
	font-size:14px;
	padding:10px 0 5px 0;
	text-transform:uppercase;	
}

