/* CSS Document */

#colEsq{
	width:520px;
	height:490px;
	float:left;
	margin-right:5px;
}

#colDir{
	position:relative;
	width:150px;
	height:444px;
	float:left;
	padding:30px 20px 0 30px;
	background:url(../img/bg_coldir.gif) left repeat-y;
	background-color:#fff;
}

#colDir span#topDireita {
	position:absolute;
	display:block;
	width:6px;
	height:6px;
	top:0;
	right:0;
	background:url(../img/topDireita.gif) no-repeat;
}

#colDir span#baixoDireita {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	bottom:0;
	right:0;
	background:url(../img/baixoDireita.gif) no-repeat;
}
#colDir h3 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ff5200;
}

#colDir ul li,
#colDir2 ul li{
	cursor:pointer;
}

#colDir h2{
	display:block;
	width:125px;
	height:30px;
	background:url(../img/osborneUtilidades.gif) no-repeat;
	text-indent:-9999em;
	margin-bottom:20px;
}

#colDir2{
	position:relative;
	width:150px;
	height:444px;
	float:left;
	padding:30px 30px 0 20px;
	margin-right:3px;
	background:url(../img/bg_coldir2.gif) right repeat-y;
	background-color:#fff;
}

#colDir2 span#topEsquerda {
	position:absolute;
	display:block;
	width:6px;
	height:6px;
	top:0;
	left:0;
	background:url(../img/topEsquerda.gif) no-repeat;
}

#colDir2 span#baixoEsquerda {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	bottom:0;
	left:0;
	background:url(../img/baixoEsquerda.gif) no-repeat;
}

#colDir2 h2{
	display:block;
	width:125px;
	height:30px;
	background:url(../img/porDentro.gif) no-repeat;
	text-indent:-9999em;
	margin-bottom:20px;
}

ul li span.titulo{
	display:block;
	margin-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ff5200;
}

ul li span.separacao{
	display:block;
	width:140px;
	height:1px;
	margin:10px 0px;
	border-bottom:solid 1px #ccc;
}

#colDir ul li span.separacao{
	margin:15px 0px;
}

fieldset label {
	display:block;
	clear:both;
	margin-top:7px;
}

fieldset input {
	width:120px;
	padding:2px;
	font-size:11px;
	border:solid 1px #ccc;
}

fieldset input.submit {
	width:50px;
	margin-top:5px;
	margin-right:25px;
	float:right;
}

fieldset select {
	padding:1px;
	font-size:11px;
	border:solid 1px #ccc;
}