#eventos_form {
	display:block;
	clear:both;
	width:920px;
	padding:10px;
	background:#FFF;
	border:1px solid #CCC;
	border-radius: 5px;
}
.eventos_form li {
	margin-bottom: 5px;
}
.lableft {
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	width:100px;
}
a.nostyle:active, a.nostyle:visited, a.nostyle:link, a.nostyle:hover{
    color: #000000;
    text-decoration: none;
}
.registro_eventos{
	font-size: 13px;
}
h2.titulo_listagem_eventos {
	margin: 30px 0 5px 0;
	font-size: 15px;
}


/*
 * carousel
 * */
.carousel, .carousel .carousel-wrap {
    /*background:#FFC;*/
    background:#DDD;
    margin: 15px auto;
    clear:both;
    width:566px;
}
.js .carousel-wrap {
    width:500px;
}
.carousel .carousel-next {
    background: url('../imagens/next.png') no-repeat scroll 50% 50% transparent;
}
.carousel .carousel-previous {
    background: url('../imagens/prev.png') no-repeat scroll 50% 50% transparent;
}
.carousel .carousel-control {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    line-height: 999px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 32px;
}