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


.formbox {

/* Do not display it on entry */ 

	display: block;
	visibility:hidden;
   /* Display it on the layer with index 1001. 

       Make sure this is the highest z-index value 

       used by layers on that page */ 
   z-index:80; 

 /* make it cover the whole screen */ 
position: fixed;  
top: 0%;  
left: 0%;  
 width: 100%;  
height: 100%;  
 /* make it white but fully transparent */ 
 background-color: #000;  
opacity:0.9; 
 filter: alpha(opacity=90);  


}

.loading-bar { z-index: 85; position: absolute; top: 25%; left: 0; right: 0;margin: 0 auto; background: #000 url(../images/bar-loader.gif) center 30% no-repeat; width:350px; height: 150px; text-align:center; border: 2px solid #08d2de; color: #FFF; font: 12px Arial, Helvetica, sans-serif; }

form.form-clientes, form.confirmacao_pagamento    {
z-index: 70; 
background: #CCC;
/*background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
*/
position:relative;
float: left;
left: 0;
top: 0;
margin: 20px;
margin-bottom: 30px;
/*width:550px;*/
/*height:725px;*/
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #333;
text-decoration: none;
padding:20px 35px;
border: 1px solid #999;
/*
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
}

form.confirmacao_pagamento { /*height: 480px;*/ }



form.form-clientes label, form.confirmacao_pagamento { display: block; margin: 3px 10px; }

input {
display: inline-block;
margin-left: 15px;
border: 1px solid #999;
height: 20px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
width: 300px;
}

input[name=ativo]   { box-shadow:none; width: 15px; }


select.titulo  {
height: 20px;
margin-left: 15px;
font-family: Tahoma, Geneva, sans-serif;

border: none;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea#mensagem, textarea.form-clientes {
display:block;
margin-left: 15px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-weight:normal;
width:400px;
height:120px;
border: none;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input#google, input#media, input#redes, input#amigos  {
	border: none;
	box-shadow:none;
}

/*
input.button {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#09C;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}

input.button:hover {
background:#fff;
color:#09C;
}
*/

.enviar_bt { display: inline; float: left; margin: 40px; padding: 0; background: #666; border: none; cursor: pointer; text-align: center; width:152px; height: 75px; color: #FFF;}
.eliminar_bt { display: inline; float: left;  margin: 40px; padding: 0; background: #999; border: none; cursor: pointer; text-align: center; width:152px; height: 75px; color: #000;}
a.notificacao:link, a.notificacao:visited { display: block; margin: 4px; height: 24px; line-height: 24px; background: #0CF; border: none; cursor: pointer; text-align: center; color: #000;}	
input[name=logotipo] {  display: block; margin: 20px; background: #666; border: none; cursor: pointer; text-align: center; width:150px; height: 50px; color: #FFF; display: none;}
.calendar { width: 50px; height: 24px; }

input#copiado { box-shadow:none; margin: 0; padding: 0; width: 47px;} 
