/* CSS Document */
body{
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	margin: 0px;
	background-color: #000000;
	line-height: 12px;
}

a {
	text-decoration: none;
	color: #000000;
}

p {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* opiniao leitor configurações*/
#contentMask {
	width: 390px;
    height: 400px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 390px;
    position: relative;
	text-align: left;
	margin-left:5px;
}
#up {
	margin: 30px 0 0 0 ;
    cursor: pointer;
}
#track {
	width: 14px;
	height: 150px;
	background-image: url("images/scroll_line.gif");
}
#down {
    cursor: pointer;
}
#drag {
    position: relative;
    cursor: pointer;
	margin-top: 5px;
}


.bgWall {
	background-image: url(images/bg_wallpaper.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgVideo {
	background-image: url(images/bg_videos.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.opineInput {
	color: #888888;
	width: 120px;
	border: 1px solid #888888;
}
