@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #282419;
	color: #B5A888;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}

img {

	display: block;
	border: none;

}
h3{
padding:4px;
}
#content{
	width: 560px;
	margin: 20px auto;
}
#content a{
	text-decoration:none;
	color:#0066FF;
}
#content a:hover{
	text-decoration:underline;
}
#colunaOne{
	width:275;
	float:left;
}
#colunaTwo{
	width:275;
	float:right;
}
#flashcontent {
	height: 100%;
	z-index:0;
}
#flash {
	position: relative; /*or absolute*/
	z-index: 0;
}
	/* end hide */


.alignCont{
	margin-left:41px;
	margin-top:10px;
	margin-bottom:10px;
}
input, textarea {
	color:#C2B7AB;
	margin-right:10px;
	margin-bottom:10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	vertical-align: middle;
	border: 1px solid;
	border-bottom-color:#332D22;
	border-right-color:#332D22;
	border-left-color:#000000;
	border-top-color:#000000;
	background-color:#201C15;
}
.rotulo{
	margin-bottom:4px;
}
#inputForm{
	height:20px;
	width:240px;
}
#textareaForm{
	height:102px;
	width:240px;
}
#select{
	height:20px;
	width:240px;
	margin-bottom:10px;
}