html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Site **/
#avisoForm .msg {
	position: absolute;
	padding: 10px; 
	color: #FFF;
	margin-top: -25px;
}

#avisoForm .ok {background: #40C918;}
#avisoForm .erro {background: #F11F24;}

body {background: url(images/fundo.jpg) center;}
body, input, textarea {
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	color: #000;
	border: none;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}
.geral {		
	margin: 5% auto 0;		
}
#content {
	width: 316px; 
	padding-bottom: 25px;
	margin: 0 auto;
}

.center {margin: 0 auto;}
.oculto {text-indent: -9999px;}

#logo {width: 312px;}
#logo a {
	display: block;
	background: url(images/mdlogo.png) no-repeat center;
	padding: 95px 0;
}

/** Form **/
form {width: 315px;	margin-top: 30px;}

input,
textarea {
	width: 300px;
	padding: 8px;
	box-shadow: 2px 2px 2px #888;
	margin: 5px 0;
}

textarea {height: 120px; resize: none;}
input[type="submit"] {
	background: url(images/enviar.png) no-repeat center top;
	padding: 55px 0 0;
	width: 80px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: none;
	border: none;
	margin: 5px 0 0 115px;
}

/** Rodape **/
#rodape p {
	font-size: 18px;
	text-align: center;
	padding: 0 0 15px;
}

#rodape span,
#rodape a {
	background: url(images/address.png) no-repeat left center;
	padding: 5px 0 5px 25px;
	display: inline-block;
}

#rodape a {
	background-image: url(images/mail.png);	
	margin-left: 45px;
}

#rodape a:hover{text-decoration: underline;}