body {
  background: url(http://www.cursinhodapoli.org.br/images/bg2.gif);
  font-family:Verdana, Geneva, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	font-size:100%;
}

hr {
	clear:      both;
  	display:    block;
  	visibility: hidden;
  	height:     0;
	}
	
#menu {
  clear:both;
  width:740px;
  height:20px;
  background-color:#0099c6;
  padding:0 14px 0 16px;
  list-style:none;
  margin:0;
  *margin:1px;
}

#menu li {
  float:left;
  height:20px;
  background-color:#0099c6;
  padding:0;
  list-style:none;
  margin:0 1px;
}

#menu li img, #menu li a img, #menu li a {
  background-color:#0099c6;
}


#topo{
  float: left;
  width:770px;
  background: #ffffff url(http://www.cursinhodapoli.org.br/images/menusup/bg_top.gif) right bottom no-repeat;
}


#topo h1 {
  float: left;
  width:200px;
  padding:0;
  margin:0;
}

#topo ul {
  float: right;
  width:150px;
  margin: 0;
  padding:0;
  height:67px;
}

#topo ul li {
  width:50px;
  height:67px;
  display:inline;
  float:left;
  padding:0;
  margin:0 5px 0 0;
}

#topo ul li img {
  padding:0;
  margin:0;
}



#corpo {
	background-color:#FFFFFF; 
	width:770px; 
	margin:auto; 
	border:1px solid  #666666;
	min-height:100px;
	overflow:hidden;
	padding-bottom:30px;
}

/**************** Corpo *****************************/

.txt_intro {
	padding:20px;
	font:14px;
	color: #333;
}

.descadastro {
	font:10px;
	color: #333;
}

#formulario {
	width:400px;
	margin:30px auto 0 auto;
	overflow:hidden;
}

#formulario input {
	border:#339 solid 1px;
	color:#666;
	font-size:13px;
	padding:1px;
	font-style:italic;
	}

#formulario .campo-email {
	float:left;	
}

#formulario .campo-email input {
	width:250px;
	height:20px;
	margin-top:5px;
}

#formulario button {
	float:left;	
	margin-top:10px;
	margin-left: 5px;
	width:111px;
	height:23px;
	background:url(../../images/extensivo2010/bt_cadastrar.jpg);
	display:block;
	cursor:pointer;
}


#resposta {
	width:400px;
	color:#900;
	font-weight:bold;
	font-size:16px;
	margin:10px auto;
	text-align:center;
}

#feedback {
	width:500px;
	color: #606;
	font-weight:bold;
	font-size:16px;
	margin:10px auto;
	text-align:center;
}

/****************** Rodapé ***********************/
.txtcinza {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}
.rodape a:link{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #007CC5;
}

.rodape a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #007CC5;
}
.rodape a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999999;
  text-decoration: none;
}
.brd {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
}

