* {
margin:0;
padding:0
}
body{
margin:0;
padding:0;
width:100%;
height:100%;
font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
border:0
}
img{border:0}
a{
color:#d11011;
text-decoration:none
}
a:hover{
text-decoration:underline
}
.anuncio{
color:#d11011;
font-size:18px;
text-align:center;
margin:10px
}
.inscrevase{
color:#FFFFFF;
background:#d11011;
padding:5px;
font-size:16px;
}
.maisinfo{
width:100%;
text-align:right;
margin-top: 5px
}
.maisinfo a{
color: #000000;
font-size: 10px
}
h1{
width:100%;
border-bottom: 1px solid #949494;
font-weight:bold;
padding:5px 0;
font-size:14px
}
h2{
color:#d11011;
width:100%;
font-size:18px
}
.spacing{padding:15px;}
#container{
top:0;
left:0;
width:90%;
margin: 0 auto;
height:100%
}
#container #header{
width:100%;
height:100px
}
#container #header #logo-cparty{
float:right;
width: 216px
}
#container #header #item{
float:right;
width: auto;
height:20px;
margin-top: 40px;
margin-right:25px;
text-align: right
}
#container #header #item ul{
list-style-type: none;
}
#container #header #item ul li{
display:inline;
margin-right: 10px;
}
#container #header #item ul li a{
font-weight:bold;
}

#container #menu{
float:right;
width:18%;
text-align:center
}
#container #for_layout {
float:right;
width:80%;
margin-right:2%;
background: #F9F9F9;
}
#container #for_layout p{
width:100%;
font-size:12px;
padding:10px
}
#container #for_layout p.sub{
color:#949494;
font-size:14px;
padding:0
}
#container #for_layout ul{
width:100%;
font-size:12px;
padding:0;
margin:0
}
#container #for_layout ul li{
margin-left:20%
}

#container #menu #extra{
width:100%;
height:auto
}
#container #menu .item{
width:100%;
margin-top:15px
}
#container #menu .item .title{
float:right;
width:80%;
margin:0 auto;
padding-right:15px;
text-align:right;
color:#d11011;
border-bottom:1px solid #949494
}
#container #menu .item .content{
width:100%;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}