/*
CSS escrito por
rickshira (rickshira@gmail.com)
23/08/09
*/

/* POPUP CSS PROJECT
----------------------------------------------------------------------------- */

/* Padrões de Tags (deste projeto)
------------------------------------------ */


/* Padrões de Seção (deste projeto)
------------------------------------------ */
.popup{ position:relative; width:438px; height:200px;background:#C8C8C8; text-align:center; padding:0; margin:0}
.popup h3{font-size:18px; font-weight:normal; line-height:1.2em;}
.popup p{}
.popup label{ display:block; margin:10px 0 0;}
.popup input.text{font-size:16px; width:100%;}
.popup .boxButton{ padding:20px 0; text-align:center;}
.popup .boxButton a{ margin:0 10px;}
.popup .boxTop{ padding:20px 30px; text-align:left;}
.popup .boxMiddle{ padding:60px 30px;}
.btClose{ position:absolute; top:0px; right:0px;}

.popup2{ position:relative; width:588px; background:#C8C8C8;}
.popup2 .boxIn{ margin:0 auto; padding:0 0 25px; width:486px;}
.popup2 .boxIn .buscaBox{ padding:15px 0 3px; height:30px; overflow:hidden;}
.popup2 .boxIn .buscaBox label{ float:left; margin:0 5px 0 0;}
.popup2 .boxIn .buscaBox .text{ float:left; margin:0 5px 0 0; padding:3px; width:205px; font-size:14px;}
.popup2 .boxIn .buscaBox .button{ float:left;}
.popup2 .boxIn .boxInterface{ width:486px; height:272px;}
.popup2 .boxIn .boxText{ padding:5px 0 0;}
.popup2 .boxIn .boxText h3{font-size:16px; line-height:1.2em;}
