.input_file {
    float: left;
    margin-top: 5px;
    font-family: verdana;
    font-size: 11px;
}

.ui-widget {
    font-size: inherit;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: right;
}

.ui-button {
    padding: 10px !important;
    min-width: 60px !important;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #424242;
}
h1 {
    color: #666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 125%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
}

.erro {
    border-color: #B03636 !important;
    background-color: #FFF4F4 !important;
}

.contorno {
    width: 80%;
    height: 60%;
    border: 1px solid lightgrey;
    padding: 10px;
    background-color: white;
}

label {
    text-align: left;
}

textarea {
    overflow: auto;
}

.elemento {
    margin-bottom: 10px
}

form * {
    margin: 0;
    padding: 0;
}/* Standard margin and padding reset, normally done on the body */

legend {
    *margin-left: -7px; /* A hack that only ie reads to position the legend in the same place cross browser */
    color: #424242;
}
fieldset {
    border: 1px solid #dedede; /* Default fieldset borders vary cross browser, so make them the same */
}
fieldset div {
    /*overflow:hidden;*/ /* Contain the floating elements */
    display: inline-block; /* Give layout in ie to contain float */
}
fieldset div {
    display: block;
}/* Reset element back to block leaving layout in ie */
label {
    float: left; /* Take out of flow so the input starts at the same height */
}

input[type=radio] {
    border: 0px;
}

.radio {
    position: relative; /* Position so children are relative to this container */
    border: 0; /* Remove the border */
}
.radio span {
    position: absolute; /* Take the content of the legend out of flow */
    top: 0;
    left: 0; /* and position it to the top left of the fieldset */
    width: 5em; /* Same width as labels */
}
.radio ul {
    margin-left: 5em; /* Since the legend is out of flow. set margin, so inputs are inline */
    list-style: none; /* Dont want bullets */
}
.radio li {
    position: relative; /* Fix a bug in IE zoom functionality */
    display: inline; /* Display the inputs in a line */
    white-space: nowrap; /* We dont want a label to wrap between the input and label */
}
.radio label, .radio input {
    width: auto; /* Reset the width on the label from the 5em, set earlier */
    float: none; /* Reset the float from left on the label, set earlier */
    vertical-align: middle; /* Align the radio buttons with the inputs */
}

.conteudo {
    width: 570px;
    float: left;
    margin-left: 10px;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    height: 400px;
    text-align: left;
    padding: 5px;
}

.menu {
    padding-left: 10px;
    width: 200px;
    vertical-align: top;
    float: left;
    text-align: left;
    border-left: 1px solid #dadada;
}