/*                                                               
                                   
   *********        *                *           ***********                                                                                                          
   *********      *****            *****         ***********                                                                                                    
   ***           *** ***          *** ***              ****                                                                                       
   *********    *** * ***        *** * ***           ****                                                                                               
   *********   *** *** ***      *** *** ***        ****                                                                                                    
   ***        *** ***** ***    *** ***** ***     ***********                                                                                                      
   ***       *** ******* ***  *** ******* ***    ***********  
                       COMUNICAÇÃO                                                                                                                
  
  
	// e-mail: contato@faazcomunicacao.com.br
	// http://www.faazcomunicacao.com.br
	// tel: +55 21 9680-3518
						  
	

*/

/* MIOLO */
#miolo{
	width:100%;
	background-color:#d3d2d5;
	height:auto;
}
#miolo .fundo{
	width:1000px;
	height:60px;
	background-image:url(../imgs/home/bg.png);
	background-repeat:no-repeat;
}
/* BANNER */
#contato{
	width:1000px;
	height:660px;
	background-color:#e8e8e8;
	background-image:url(../imgs/contato/bg.png);
	background-repeat:no-repeat;
	background-position:8px 8px;
}
#contato p.title{
	color:#0085ab;
	font-size:4.1rem;
	padding:35px 0 0px 50px;
 	font-family:  'rawengulkbold';
	text-transform:uppercase;
}
#contato p{
	color:#58595b;
	font-size:1.7rem;
	padding:15px 0 0 50px;
 	font-family:   'latoregular';
	line-height:2.4rem;
}
#contato p.bold{
	color:#6d6e71;
	font-size:1.6rem;
	padding:15px 0 0 50px;
 	font-family:   'latobold';
	letter-spacing:0.1rem;
}
#contato p.bold span{
	color:#0085ab;
	font-size:1.6rem;
	letter-spacing:0.2rem;
	font-family: 'latobold';
}
#contato p.bold span a{
	color:#0085ab;
}
/* FORMULARIO */
#form {
	width: 745px;
	height: 350px;
	margin-left:39px;
}
#form fieldset {
	float: left;
	width: 745px;
	height: 250px;
	border: none;
	margin-top:15px;

}
#form fieldset input[type="text"] {
	background-color:#f1f1f2;
	border: 0 none;
	color: #0090ad;
	float: left;
	font-family: 'latobold';
	letter-spacing: 1px;
	font-size: 1.2rem;
	margin: 3px 0 0 10px;
	height: 40px;
	width:400px;
	outline: none;
	padding-left:12px;
	text-transform:uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color:    #0090ad;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #0090ad;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #0090ad;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #0090ad;
}
#form fieldset textarea {
	background-color:#f1f1f2;
	border: 0 none;
	color: #0090ad;
	float: left;
	font-family:  'latobold';
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin: 15px 0 0 10px;
	outline: none;
	max-width: 490px;
	max-height: 122px;
	overflow: auto;
	padding-left:12px;
	padding-top:8px;
	text-transform:uppercase;
}
#form fieldset input[type="submit"] {
	background-color:#44c8f5;
	border: 0 none;
	color: #fff;
	float: left;
	height: 130px;
	text-align: center;
	width: 210px;
	margin-top: 15px;
	margin-left:10px;
	font-family: 'latobold';
	text-transform:uppercase;
	font-size: 1.5rem;
}
#form fieldset input[type="submit"]:hover {
	cursor: pointer;
	background-color:#2ba5cf;
}
/*CSS for Error notification*/
.notification_error {
	/*	border: 1px solid #67666a; */
	border: 1px solid #8fc5c2;
	height: auto;
	color: #00a1cb;
	padding: 10px;
	margin: 10px auto;
	text-align: center;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	font-size:1.4rem;
	font-family:  'latobold';
	text-transform:uppercase;
	letter-spacing:0.1rem;
}
.notification_error span {
	color: #0094bb;
	font-weight: bold;
}
/*CSS for Successfully sent notification*/
.notification_ok {
	border: 1px solid #8fc5c2;
	height: auto;
	color: #00a1cb;
	padding: 10px;
	margin: 0 auto;
	background: none repeat scroll 0 0 transparent;
	text-align: center;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	font-size:1.4rem;
	font-family:  'latobold';
	text-transform:uppercase;
	letter-spacing:0.1rem;
}

