h3.pedidos {
	margin-top:10px;
	font:bold 18px "tahoma", arial, sans-serif;
	text-align:center;
}

#infoPedidos {
	margin-top:20px;
	width:466px;
	height:57px;
	background:url(../imagens/infoPedidos.gif) no-repeat center center;
}
#infoPedidos p {padding:14px 0 0 30px;}

#infos {
	text-align:center;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #6e6e6e;	
}
#infos img{
	border:none;
	margin-top:20px;
	margin-right:30px;
}

/* Textbox e Textarea
----------------------------------------------------------------------------- */
/* Author:Patrick Ryan | URL:http://www.agavegroup.com/ */
#myForm {
	margin-top:20px;
	width:550px;
}
#myForm  fieldset {
	border:2px solid #f0f0f0;
	padding:10px;
}
#myForm  legend {
	font-size:14px;
	font-weight:bold;
	padding:0 5px 0 5px;
}
#myForm label {
	width:60px;
	float:left;
	margin:5px;
}
#myForm br {margin-bottom:2px;}
#myForm input,textarea {
	width:200px;
	border:0;
	margin:3px 0 3px 3px;
	padding:0px 3px;
	color:#6e6e6e;
	background-color:#f6f6f6;
}
#myForm a{
	color:#6e6e6e;
	text-decoration:none;
	padding-left:5px;
	position:relative;
	top:0.3em;
}
#myForm a:hover {
	color:#6e6e6e;
	text-decoration:underline;	
}
#myForm label.dois {
	margin-left:20px;
	width:40px;
}
#myForm input.dois {width:100px;}
#myForm input.tres {width:370px;}
.cinco {float:right;}
#myForm input.quatro {width:50px;}
#myForm textarea {
	width:515px;
	height:70px;
}

#programas {
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

/* imagens dos textbox e textarea */
.frmShdwTopLt {
	float:left;
	background:url(../imagens/shadowUpperLeft.gif) top left no-repeat;
}
.frmShdwBottomRt {
	float:left;
	background:url(../imagens/shadowLowerRight.gif) bottom right no-repeat;
}
.frmShdwBottomLt {
	float:left;
	background:transparent url(../imagens/shadowBottomLeft.gif) bottom left no-repeat;
}
.frmShdwTopRt {
	float:left;
	background:transparent url(../imagens/shadowTopRight.gif) top right no-repeat;
}

/* Botoes padroes
----------------------------------------------------------------------------- */
button {
	float:left;
	margin-right:20px;
	border:0; 
	cursor:pointer;
	padding:0 10px 0 0; 
	text-align:center; 
}
button span { 
	position:relative; 
	display:block; 
	white-space:nowrap;
	font-size:11px;	
	padding-left:10px; 
}
button.botao { 
	background:url(../imagens/btn_blue_right.gif) right no-repeat; 
	font-size:1.3em; 
}
button.botao span { 
	height:17px; 
	line-height:15px;
	background:url(../imagens/btn_blue_left.gif) left no-repeat;
	color:#fff; 
}
button.botao:hover {
	background:url(../imagens/btn_blue_right_hover.gif) right no-repeat; 
}
button.botao:hover span {
	background:url(../imagens/btn_blue_left_hover.gif) left no-repeat; 
}
.btnIncluir {float:right;}
.btnFinal {float:none;}

p.aviso {
	text-align:center;
	padding:0 0 10px 15px;
	height:17px;
	background:url(../imagens/aviso.gif) no-repeat 245px 0;
	margin-bottom:20px;
	border-bottom:1px solid #6e6e6e;		
}

p.textoLaranja {
	font-weight:bold;
	color:#ff6600;	
}

.bancos {
	padding:5px;
	margin-top:10px;	
	margin-bottom:10px;
	background-color:#f6f6f6;
}