div#wait{
	background-color:#cededb;
	color: #1c5147;
	position:fixed;
	top:240px;
	left:380px;
	width:200px;
	height:90px;
	visibility:hidden;
	border: 2px solid #005b4a;
	padding:0px;
	text-align: center;
}
div#wait img{
	margin-top: 20px;
}
#conteudos .left {
	width: 370px;
	float:left;
	margin-top:20px;
}
#conteudos .list {
	width: 300px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}
#conteudos .list .item {
	height:120px;
	width:300px;
	float: left;
	padding-top:10px;
	padding-left:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#conteudos .list .item:first-child {
	border-top-width: 0px;
}
#conteudos .list .item h2 {
	color: #53B53D;
	font-size: small;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
#conteudos .list .item p {
	color: #797979;
	font-size: x-small;
	margin:0px;
	padding:0px;
}
#conteudos .list .item div.photo {
	float: left;
	margin-right:10px;
	height: 120px;
}
#conteudos .list .item div.photo img {
	padding:5px;
	border-width:0px;
}
#conteudos .list .item div.photo a {
	display:block;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
#conteudos .list .item p.more a {
	display:inline-block;
	background-color: #CF1327;
	width:70px;
	height:15px;
	color:#FFF;
	text-align:center;
	margin-top:4px;
}
#conteudos .left .mapa {
	width: 140px;
	height: 240px;
	margin-right:5px;
	float: left;
}
#conteudos .left .inst {
	font-size:10px;
	color:#7A7A7A;
}
#pesq_escola label {
	display: none;
}
#pesq_escola select {
	width: 320px;
	margin-top:5px;
}
#pesq_escola {
	margin-bottom:5px;
}
#submit-activ {
	color: #53B53D;
	font-size: small;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	cursor: pointer;
}
#adicionar_evento2 {
	display: none;
}
#conteudos .adicione_evento2 h2 {
	clear:both;
	color:#216A56;
	font-size:small;
}
#conteudos .adicione_evento2 p {
	font-size: 10px;
	width:300px;
	margin-bottom:10px;
}

#conteudos .adicione_evento2 label {
	display:block;
	font-size:11px;
	color:#3F3F3F;
	margin-top:10px;
}
#conteudos .adicione_evento2 label.hidden {
	display: none;
}
#conteudos .adicione_evento2 input {
	clear:both;
}
#conteudos .adicione_evento2 select {
	display:block;
	clear:both;
}
#conteudos .adicione_evento2 textarea {
	width:350px;
	height:100px;
	clear:both;
}
#conteudos .adicione_evento2 #enviar {
	display: block;
	margin-top:20px;
	clear:both;
}

