	/* Reset */
		html, body, div, span, iframe, p,
		blockquote, pre, a, abbr, acronym, address, code, del, 
		dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, 
		label, legend, table, caption, tbody, tfoot, thead, tr, th, 
		td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:Arial, Helvetica, sans-serif;}
		body { -webkit-text-size-adjust: none; }
		table {border-collapse:separate;border-spacing:0;}
		caption, th, td {text-align:left;font-weight:normal;}
		table, td, th {vertical-align:middle;}
		blockquote:before, blockquote:after, q:before, q:after {content:"";}
		blockquote, q {quotes:"" "";}
		a img {border:none;}			
		a:link, a:visited {text-decoration: none}
		*{outline:none;}
		a{text-decoration:none;}
		img{border:none;}
		
		/* Font-Face */
		@font-face {
			font-family: 'Gotham';
			src: url('../fonts/gotham/gotham.eot');
			src: url('../fonts/gotham/gotham.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/gotham/gotham.woff') format('woff'),
				 url('../fonts/gotham/gotham.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			}
		
		@font-face {
			font-family: 'Gotham';
			src: url('../fonts/gothambold/gothambold.eot');
			src: url('../fonts/gothambold/gothambold.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/gothambold/gothambold.woff') format('woff'),
				 url('../fonts/gothambold/gothambold.ttf') format('truetype');
			font-weight: bold;
			font-style: normal;
			}
			
	html,body{
		margin:0;
		padding:0;
		}
				
	#box{
		float:left;
		width:940px;
		height:600px;
		background:url(../images/contato/bg.png) 0px 0px no-repeat;
		}		
		
	#coluna1{
		float:left;
		width:350px;
		height:460px;
		margin:60px 0 0 70px;
		}
		
	#coluna2{
		float:left;
		width:400px;
		height:460px;
		margin:60px 0 0 50px;
		}
		
	.input_drop{
		float:left;
		width:322px;
		font-size:14px;
		color:#5F5F5F;
		font-family: 'Gotham';
		border-top:#DFD6A6 1px solid;
		border-left:#DFD6A6 1px solid;
		border-right:#F9F5E2 1px solid;
		border-bottom:#F9F5E2 1px solid;
		background:#F3EAC3;
		padding:13px;
		margin-bottom:15px;
		}
	
		
	#mensagem{
		float:left;
		width:322px;
		height:170px;
		font-size:14px;
		color:#5F5F5F;
		font-family: 'Gotham';
		border-top:#DFD6A6 1px solid;
		border-left:#DFD6A6 1px solid;
		border-right:#F9F5E2 1px solid;
		border-bottom:#F9F5E2 1px solid;
		background:#F3EAC3;
		padding:13px;
		margin-bottom:15px;
		}
		
	.enviar{
		float:right;
		width:140px;
		height:51px;
		background:url(../images/contato/bt.png) right no-repeat;
		border:0;
		font-family: 'Gotham';
		font-size:23px;
		font-weight:bold;
		text-align:center;
		color:#144C63;
		}
		
	.enviar:hover{
		color:#1D6782;
		cursor:pointer;
		}
		
	#atencao{
		float:left;
		text-transform:uppercase;
		font-size:10px;
		color:#F68A55;
		font-family: 'Gotham';
		width:180px;
		margin:20px 0px 0px 0px;
		display:none;
		}
		
	#contatoDecorado{
		font-family: 'Gotham';
		line-height:20px;
		font-size:15px;
		text-transform:uppercase;
		color:#144C63;
		}
		
	#contatoTel{
		font-family: 'Gotham';
		font-size:25px;
		font-weight:bold;
		color:#144C63;
		}
		
	#contatoTel a{
		font-family: 'Gotham';
		font-size:25px;
		font-weight:bold;
		color:#144C63;
		text-decoration:underline;
		}
		
	#contatoEmail{
		font-family: 'Gotham';
		font-size:15px;
		text-transform:uppercase;
		color:#144C63;
		}
		
	#googlemaps{
		border:5px solid #FFFFFF;
		margin:25px 0px 20px 0px;
		-moz-box-shadow: 1px 1px #DFD6A6;
		-webkit-box-shadow: 1px 1px #DFD6A6;
		box-shadow: 1px 1px #DFD6A6;
		}