#content .formButton {
	display: block;
}

#content .formButton input {
	float: right;
}

#content .entry {
	overflow: auto;
	overflow-x: hidden;
	display: block;
	clear: both;
	_overflow: visible !important;
	margin: 0px 0 0 0;
}

#content .wwFormTable {
	width: 800px;
}

#content .meta {
	padding: 0;
	background: url(images/img03.gif) repeat-x;
}

#categoriaForm label{
	line-height: 1.4em;
}

#page .togglerBuscaAvancada{
	text-decoration: none;
	color:#b2362e;
	background: transparent url('../images/arrowDown.gif') no-repeat 152px 5px;
	border: none;
	cursor: pointer;
	width: 173px;
	height: 25px;
	float: right;
}

#page .togglerBuscaAvancada.opened{
	background: transparent url('../images/arrowUp.gif') no-repeat 152px 3px;
}

#page .togglerBuscaAvancada:hover{
	cursor:pointer;	
	text-decoration: underline;	
}


/* ----- FIELDS AND LABELS ----- */
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    color: #444;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}

form th {
    text-align: right;
    padding-right: 3px;
}

p label {
    font-weight: normal;
}

input.text, input.number, input.url, input.email, input.password, input.file,
textarea.textarea, select.select {
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
    color: #333;
}

input.text:hover{ background-color: #ffd }

input.text, input.number, input.url, input.email, input.password, input.file{
    padding: 2px;
}

input.currency{
    text-align: right;
}

input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}

input.focus, textarea.focus {
    background: #ffd;
    color: #000;
}

label.choice {
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    color: #444;
    width: 80%;
    font-size: 1.05em;
}

textarea.textarea{
    font-size: 1.1em;
    font-family: Tahoma,"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    margin-bottom: 1px;
}

textarea.textarea[class]{
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;
}

select.select{
    padding: 1px 0 0 0;
    margin: 1px 0 3px 0;
}

select.select[class]{
    margin: 0;
    padding: 1px 0 1px 0;
}

/* ----- SIZES ----- */
form .small{
    width: 70px;
}

form .medium{
    width: 170px;
}

form .large, form textarea.textarea{
    width: 349px;
}

form .tags{
    width: 320px;
}

form textarea.small{
    height: 5.5em;
}

form textarea.medium{
    height: 10em;
}

form textarea.large{
    height: 20em;
}

/* ----- ERRORS ----- */
form li.error{
    background-color: #FFDFDF;
    margin: 3px 0 !important;
}

input.error, textarea.error {
    border: 1px solid #EF5959;
    border-left: 1px solid #FF8F8F;
    border-top: 1px solid #FF8F8F;
    background: #fff;
}

p.error, li.error label.desc{
    color: red !important;
}

p.error{
    font-size: 9px !important;
    margin: 1px 0;
}

/* ----- REQUIRED ----- */
.req {
    font-size: 1em !important;
    color: #f90;
    font-weight: bold;
}

/* ----- Fieldsets ----- */
fieldset {
	background-color: #FFF;
    margin: 0 0 5px 0;
    padding: 10px 10px 5px 10px;
    color: #444;
}

fieldset.odd { background: #eee }
/*
fieldset.odd legend {
    background: #eee;
}
*/
/* Firefox and others, don't apply to IE or it will put a border under each input element */
li>fieldset, fieldset { border: 1px solid silver }

/*
fieldset.choices{
    padding: 10px 5px 10px 10px;
}

fieldset.fieldset{
    padding: 0 0 10px 0;
}
legend{
    font-weight: bold;
    margin: 0 0 0 0;
    color: #444;
    padding: 0 5px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-left: 1px solid silver
}
#formProperties[id] legend, .choices[class] legend{
    margin: 0 0 0 -5px;
}

.fieldset legend{
    margin: 0;
}
*/

.fieldset[class] legend{
    margin: 0 0 0 5px;
}

#formProperties fieldset div{
    margin-bottom: 7px;
}

fieldset div .number{
    margin: 7px 15px 0 0;
}

fieldset p{
    margin: 10px;
}

/* ----- Choices ----- */
.choices input{
    width: 200px;
    margin-right: 3px;
}

.choices ol{
    margin: 10px 0 0 0;
}

.choices[class] ol{
    margin: 0 !important;
}

.choices img{
    margin: 0 0 1px 0;
}

fieldset ol li {
    display: list-item !important;
    margin: 0 5px 2px 3px !important;
    padding: 0 !important;
    list-style: inside decimal;
}

/* END FORM ELEMENTS */
button, .button {
/*	background:#6285AF;
	border:1px solid #E0E0E0;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-family: Arial;
	color:#FFFFFF;
    text-align: center;
    padding: 3px;
    margin:1px;
    font-size: 12px;*/
}

#dataTable{
	margin-top: 10px;
}

form td #imgLink{
	cursor: pointer;
	vertical-align: top;
	margin-left: 2px;
}