*{padding:0; margin:0;}/*reset de margem e espaçamento para todos os elementos*/

body{
	font-size:18px;
	color:#333;
	line-height:36px;
	font-family: 'Marvel', tahoma;
	color: #555;
	}
	
fieldset{
	border:#FFF solid 1px;
	padding:0px 12px 0px 12px;

	font-family: 'Marvel', tahoma;
	font-size:18px;
	width:300px;
	/*height:560px;*/
	margin:auto;
	}

input{
	width:284px;
	font-size:18px;
	font-family: 'Marvel', tahoma;
	color:#555;
	border:solid 1px #333;
}

input.botao{
	width:100px;
	font-size:18px;
	font-family: 'Marvel', tahoma;
	color:#555;
	}
.mensagem{
	width:285px;
	font-size:18px;
	font-family: 'Marvel', tahoma;
	color:#555;
}

small{
	color:#008800
	;
}
small.erro{
	color:#f00;/**/
}


	
#formulario{
	width:350px;
	/*height:520px;*/
	margin:auto;
	

	background:#fff;
	overflow:hidden;
	}

#contactform {
    /*overflow: hidden;
    height:520px;
	font-family:Tahoma;*/
    width: 100%;
	margin:auto;
	background:#FFF;
	/*position: static;*/
	font-family: 'Marvel', tahoma;
}

#caixa_cont{
	padding: 10px 0 0 0;
	width: 290px;
	/* [disabled]height:700px; */
	margin: auto;
	overflow: hidden;
	}

#tit_contato{
	 padding: 8px 14px 9px;
	 background: #fff;
	color:#FFF;
	font-size:24px;
	width:300px;
	height:30px;
	margin:auto;
	}

#contactsubmit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/images/alert-overlay.png") repeat-x scroll 0 0 #333;
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.25);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    /*font-size: 1.4em;*/
    font-weight: bold;
    line-height: 1;
    padding: 8px 14px 9px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px #222222;
	
}

#erro{
	position: absolute;
	/*background: rgba(0, 0, 0, 0.5);*/
	color: #FFF;
	padding: 20px;
	left: 0px;
	top: 517px;
	width: 310px;

	z-index: 3;
}
