/** Padroes **/
*{ font-family:"Trebuchet MS"; }
body{ background:#c5dac2;}
img{ border:0; }
/** Principal **/
#Principal{ width:700px; height:600px; margin:auto; }
#tudo .topo{ width:100%; height:70px; background:#FFFFFF; border-bottom:10px solid #71a36b; }

#tudo .msg{ width:96.6%; height:120px; background:#eaeaea; border-bottom:10px solid #71a36b; font-size:11px; padding:10px; text-align:center; }

#tudo .table{ width:100%; background:#FFFFFF; }
#tudo .table table{ font-size:12px; width:100% }
#tudo .table table tr th{ background:#c5dac2; }
#tudo .table table tr td, th{ text-align:center; padding:2px; }
#tudo .table table tr th.num, td.num{ width:150px; font-weight:bold; }
#tudo .table table tr th.date{ width:100px; }
#tudo .table table tr.rowa{ background:#eaeaea; }
#tudo .table table tr.rowb{ background:#fff; }

#Principal .opcoes{ width:100%; height:300px; }
#Principal .opcoes .op1{ display:block; width:300px; float:left; margin:10px 0 0 100px; }
#Principal .opcoes .op1 .pos{ display:block; width:300px; height:320px; background:url(Imagens/004.png) no-repeat 50% 50%; text-indent:-999px; overflow:hidden; }

#Principal .opcoes .op2{ display:block; width:300px; float:left; margin:10px 0 0 10px; }
#Principal .opcoes .op2 .hos{ display:block; width:300px; height:320px; background:url(Imagens/005.png) no-repeat 50% 50%; text-indent:-999px; overflow:hidden; }

#Principal .Rodape{ display:block; margin-top:40px; width:100%; height:30px; text-indent:-999px; overflow:hidden; background:url(Imagens/007.jpg) no-repeat 50% 50%; }

#login{ font-family:Verdana, Arial, Helvetica, sans-serif; width:380px; height:360px; display:block; margin:auto; padding-top:70px; }
#login form{ margin:40px 40px 0 40px; }
#login form input#pedido, input#atendimento{ padding:5px; width:285px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; border:1px solid #fff; border-collapse:collapse; }
#login form input#enviar{ padding:5px; border:1px solid; border-collapse:collapse; }
#login form h4{ color:#fff; font-weight:200; font-size:12px; margin-bottom:5px; }
#login form input#enviar{ color:#333; float:right; }
#login form h5{ margin:0; font-weight:normal; color:#fff; font-size:70%; font-family:"Trebuchet MS";  }


/** Página POS **/
#tudo{ width:600px; min-height:400px; margin:0 auto; padding:10px; }

#tudo h3{ margin:0; padding:0; }
#tudo input{ padding:5px; margin-bottom:5px; border-collapse:collapse; border:1px solid #ccc; }
#tudo label{ }
#tudo label.prestador{ display:block; float:left; }
#tudo label.telefone{ display:block; float:left; margin-left:10px; }
#tudo label.telefone h4{ margin-left:10px; }
#tudo label.contato{ display:block; clear:both; }
#tudo label.endereco{ display:block; float:left; }
#tudo label.numero{ display:block; float:left; margin-left:10px; }
#tudo label.numero h4{ margin-left:10px; }
#tudo label.bairro{ display:block; float:left; }

#tudo label.cidade{ display:block; float:left; margin-left:10px; }
#tudo label.cidade h4{ margin-left:10px; }

#tudo label.descricao{ display:block; clear:both; }

#tudo small{ color:#ba0001; font-size:10px; }

