.basic{ width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 635px;
}

.basic div {
	background:url(../images/accordionBg.jpg) no-repeat bottom #eeeae8;
	width:609px;
	padding:10px 10px 20px 10px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	width:619px;
	height:18px;
	cursor:pointer;
	display:block;
	padding:10px 5px 0 5px;
	text-indent:13px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #4b4444;
	background-image:url(../images/accordionHeader_link.jpg);
	font:bold 13px "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	position: relative;
}
.basic a:hover {
	background-image:url(../images/accordionHeader_linkHover.jpg);
}
.basic a.selected {
	color: #4b4444;
	background-color: #996699;
	background-image:url(../images/accordionHeader.jpg);
	width:619px;
	height:18px;
}

.linha1 {
	background:#006633;
}

.textInput {
	background-image:url(../images/textBox.jpg);
	border:0px none;
	width:219px;
	height:21px;
	margin-left: 20px;
	
}
.basic a span { margin-left: 80px; font: 10px "Tahoma",Trebuchet MS,Verdana,sans-serif; color: #797571; float:right; position: absolute; right:5px; bottom:10px; }
a.screenshot { color:#797571; margin:0; padding:0; font-size: 10px; display:inline; background:none; font-weight:normal; font-family: "Tahoma",Trebuchet MS,Verdana,sans-serif; width:auto;}
a:hover.screenshot { background:none;}
#screenshot { background:#B00A0A none; border:1px solid #520f0f; color:#FFFFFF; display:none; padding:5px; position:absolute; }
