html, body {
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
}
object, embed {
	z-index:1;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
p {
}
fieldset {
	margin-bottom: 10px;
	padding: 10px;
}
textarea {
	overflow: auto;
}
.preload {
	display: none;
}
.spacer-absolute {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearl {
	clear: left;
}
.clearr {
	clear: right;
}
.clearb {
	clear: both;
}
.clearn {
	clear: none !important;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.floatn {
    float: none;
}

.spc2 {
	height: 2px;
	font-size: 1px;
}
.spc5 {
	height: 5px;
	font-size: 1px;
}
.spc10 {
	height: 10px;
}
.spc20 {
	height: 20px;
}
.spc25 {
	height: 20px;
}
.spc30 {
	height: 30px;
}
a {
	text-decoration: none;
}
.b {
	font-weight: bold;
}
.center {
	text-align: center;
}
body {
	background: #c0deed url('../imagens/bg-clouds.png') repeat-x scroll 0 0;
	font: 12px Arial;
	
}


#mensagem {
	width: 100%;
	position: absolute;
	background-color: #fff;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}
#mensagem div {
	width: 780px;
	padding: 10px;
	margin: auto;
	font-size: 18px;
}

#conteudo {
	color: #fff;
	width: 780px;
	padding: 20px;
	margin: auto;
	font-size: 16px;
}

#conteudo h1 {
	font-size: 24pt;
	border-bottom: 4px solid #fff;
	color: #fff;
}

#topo {
	float: right;
	padding: 10px;
	border: 4px solid #fff;
	margin: 10px;
}

#conteudo a {
	color: #417d97;
}
#conteudo a:hover {
	text-decoration: underline;
}

#idioma {
	clear: right;
	margin: 10px;
}
#idioma label {
	margin-left: 2px;
}

#texto-de,
#texto-para {
	float: left;
	border: 4px solid #fff;
	padding: 20px;
	width: 43%;
}

#texto-de textarea,
#texto-para textarea {
	width: 100%;
	height: 100px;
	color: #417d97;
	font: 14px Arial;
	border: 0;
}

#texto-para textarea {
	background-color: #c1deee;
}
#texto-para {
	margin-left: 10px;
}

a#converter {
	position: absolute;
	margin-left: 366px;
	margin-top: 160px;
	background-color: #c1deee;
	border: 4px #fff solid;
	padding: 10px;
}
a#converter:hover {
	background-color: #417d97;
	color: #fff;
	text-decoration: none;
}

a#postar {
	position: absolute;
	margin-left: -166px;
	margin-top: 100px;
	background-color: #c1deee;
	border: 4px #fff solid;
	padding: 10px;
}
a#postar:hover {
	background-color: #417d97;
	color: #fff;
	text-decoration: none;
}

#rodape {
	padding: 10px;
	margin: 10px;
	margin-top: 40px;
	border-top: 4px #fff solid;
	font-size: 12px;
}





























