html, input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input, textarea {
    border-top-width: 1px;
	border-top-style: solid;
    border-left-width: 1px;
	border-left-style: solid;
    border-right-width: 1px;
	border-right-style: solid;
    border-bottom-width: 1px;
	border-bottom-style: solid;
    padding: 3px 4px 3px 4px;
    margin: 0;
}

#conteudo input {
    background-image: url(/layout/padrao/img/conteudo-input-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
    border-width: 1px;
	border-style: solid;
}

html, body {
    margin: 0;
    padding: 0;
    min-width: 1002px;
}

body {
    background-image: url(/layout/padrao/img/bg_topo.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

html {
    line-height: 18px;
}

input.nocss {
    border:0!important;
    padding:0;
    background: none!important;
    width: auto!important;
}

form, h1, h2, h3, h4, h5, p, strong {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

/*** CLASSES ***/

.left {
    float: left;
}

.right {
    float: right;
}

.no-margin {
    margin:0 !important;
}

no-padding {
    padding:0 !important;
}

.both {
    clear: both;
    *display: inline!important;
}

.block {
    display: block;
}
