html, body, #wrap {height: 99%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 40px;}  /* mesma altura do rodapé */

body {
	background-color: #000;
	font: .8em Verdana, Arial, Sans-Serif;
	text-align: center;
	background-image: url("/images/theme_004.png");
	background-repeat: repeat-y;
	color: #fff
	margin-top: 5em;
}

img {
	border:0 none;
}

h1 {
	padding: 5px;
	color: #fff;
	margin: 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

form {
	background : url("/images/header-background.png") no-repeat scroll left bottom;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding: 1em;
}

.url_box_wrapper {
	display:inline-block;
	white-space:nowrap;
	z-index:1;
}

.url_box {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #ACBABD;
	float:left;
	font-size:110%;
	margin:0 0 0 1px;
	padding:0.2em 0.2em 1em
}

.url_box_input {
	border:0 none;
	color:#333333;
	float:left;
	font-size:100%;
	height:1.4em;
	line-height:1.2em;
	margin:0 0 -0.8em;
	padding:0.2em 0.64em 0 0.44em;
	width:24em;
}

.url_box_submit {
	background:#4f7595 url(/images/s.png) repeat scroll 0 0;
	color: #ffffff;
	border: 1px solid #4f7595;
	cursor:pointer;
	height: 30px;
	overflow:hidden;
}

.newurl {
	font-size: 1.5em;
	color: #ffffff;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ccc;
}

a:hover {
	color: lightblue;
}

.error, .success {
	color: #ccc;
	font-size: 1.2em;
	font-weight: bold;
}

.success #obs {
	font-size: 0.6em;
}

.error {
	color: #FFFFFF;
	background-color: #990000;
}

.success {
	width: 500px;
}

#footer {
	position: relative;
	margin-top: -40px; /* altura do rodapé, o valor deve ser negativo */
	height: 40px;
	clear:both;
}

#footer a:hover {
	color: #FFF;
}

#footer a:visited {
	color: #FFF;
}

#footer hr {
	color: #FFF;
}

#title {
	font-size: 1em;
	color: #fff;
	margin: 0;
}

#title sup {
	color: #fff;
	margin: 0;
}

#info {
	background-color: darkgreen;
	width : 650px;
	padding: 10px;
	text-align: left;
	color: #fff;
}
#compartilhe {
	text-align:center;
	background-color: #55f;
}
#compartilhe a {
	color:black;
	text-decoration:none;
}

#compartilhe h4 {
	-x-system-font:none;
	display:inline;
	font-family:arial;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-right:0.5em;
	text-align:center;
}

#compartilhe ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#compartilhe ul li {
	display:inline;
	margin:0 0.3em;
	padding:0;
}

#fortune {
	color: #fff;
        font-family:arial;
        font-size-adjust:none;
        font-stretch:normal;
        font-style:normal;
        font-variant:normal;
	font-size:1.3em;
}


element.style {
	font-family:arial;
	font-size:12px;
	font-style:normal;
}

.balao { width:450px;
 	background-color:#000018;
 	color:#D8D8D8; 
	font-style:italic; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	background-image:url("/images/glow.png"); background-position:top center; background-repeat:no-repeat; text-align: justify;
}

.balao p { padding:10px; }

