#content{
padding-left: 10px;
}

#content #participe #left{
float: left;
width: 400px;
background-image: url(../img/participe_fundo.jpg);
background-repeat: repeat-y;
padding-bottom: 20px;
}

#content #participe #left h3{
color: #FFFFFF;
font-size: 14px;
padding: 10px 0px 0px 20px;
}

#content #participe #left div{
padding-left: 50px;
width: 296px;
height: 40px;
font-size: 14px;
font-weight: bold;
text-align: center;
line-height: 30px;
cursor: pointer;
}

#content #participe #left div.item{
background-image: url(../img/participe_item.jpg);
background-repeat: no-repeat;
}

#content #participe #left div.selected{
background-image: url(../img/participe_selected.jpg);
background-repeat: no-repeat;
}

#content #participe #right{
float:left;
background-image: url(../img/participe_form_fundo.jpg);
background-repeat: repeat-x;
margin:60px 30px 30px 30px;
width:500px;
}

#content #participe #right #esquerda{
float:left;
background-image: url(../img/participe_form_esquerda.jpg);
background-repeat: no-repeat;
width:15px;
height:494px;
}

#content #participe #right #selecione,
#content #participe #right #formulario{
float:left;
width:450px;
height:474px;
padding:20px 10px 10px 10px;
display:block;
}

#content #participe #right #formulario{
display: none;
font-size: 12px;
color:#445969;
}

#content #participe #right #direita{
float: left;
background-image: url(../img/participe_form_direita.jpg);
background-repeat: no-repeat;
width:15px;
height:494px;
}

#content #participe #right #formulario div.instrucoes{
text-align:center;
width:100%;
}

#content #participe #right #formulario input,
#content #participe #right #formulario textarea{
color:#142939;
}

#content #participe #right #formulario div.center{
width:100%;
}

#content #participe #right #formulario #descrPrograma{
color:orange;
font-size: 16px;
text-decoration: underline;
}