#basic-accordian{
	padding:5px;
	width:auto;
}

.accordion_headings{
	height:21px;
	background-image:url(../images/bg_down.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	color:#000000;
	border:1px solid #FFF;
	cursor:pointer;
	font:"trebuchet MS";
	font-size:11px;
}

.accordion_headings:hover{
	background-image:url(../images/bg_down-pontilhado.gif);
	background-repeat:no-repeat;
}

.accordion_child{
	padding:15px;
	background:#f9f6f6;
	text-align:justify;
}

.header_highlight{
	background-image:url(../images/bg_left.gif);
	background-repeat:no-repeat;
}
.input {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width:	220px;
}
