.titulo_criar {
	
		font-family: Trebuchet MS, verdana,arial,helvetica,sans-serif; 
		font-size: 13px;
		color : #666666;
				
}

.fundo_titulo {

	background:#EEEEEE
}

.border { 
	border: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 20px 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-bottom: 1px dashed gray;
	height: 1%;
}

.cssform p.erro{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 20px 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border: 1px dashed red;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align:right;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 100px;
}

.botoes {
	width:500px;
	text-align:center;
	margin-bottom:10px;
}


#list a{
	text-decoration: none;
}

#list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#list li {
	margin:0px auto;
	padding: 2px 5px 2px 5px;
	min-height:70px;
	background: #FFFFFF;
	width:650px;
	
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	float: left;
	
	display:inline;
}

#list li.par{
	margin:0px auto;
	padding: 2px 5px 2px 5px;
	min-height:70px;
	
	width:650px;
	background: #EEEEEE;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	float: left;
}

#list li.borda{
	margin:0px auto;
	padding: 2px 5px 2px 5px;
	min-height:70px;
	background: #FFFFFF;
	width:650px;
	
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	float: left;
	
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	margin-bottom:5px;
}

#list_item_img {
	width:110px;
	float: left;
	padding: 0px 12px 0px 0px;
}

#list_item_texto{
	padding: 0px 0px 0px 12px;
	text-align:left;
	margin-left:110px;
	margin-right:190px;
	color: #254360;
}

#list_item_botoes{
	width:190px;
	float: right;
	padding: 0 1px 0 1px;
	text-align:right;
}

#editor {
	padding: 5px 0px 5px 0px;
	float:left;
}

#editor textarea {
	width:760px;
	height:400px;
}

#editor textarea.manchete {
	width:760px;
	height:100px;
}

