/* CSS Document */
strong{
	font-weight:bold;
}
a{
	color:#959595;
	text-decoration:none;
}
a strong{
	color:#fff;

}
a:hover{
	color:#fff;
	text-decoration:underline;
}
#conteudoint h2{
	font-size: 24px;
	color:#f7941d;
	font-weight:bold;
	margin:5px;
}

#conteudoint p{
	color:#959595;
	
}
#conteudoint h2.head{
	background:url(imgs/pattern_head.gif);
	height:49px;
	line-height:49px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#conteudoint div.box{
	background:#555555 url(imgs/criacoesdosalunos_bottom.jpg) no-repeat left bottom;
	text-align:center;
	
}
#conteudoint div.box span{
	display:block;
	background:url(imgs/criacoesdosalunos_top.jpg) no-repeat;
	height:10px;
}
#conteudoint div.box img{
	margin: 0 10px 10px 10px;
}
#conteudoint h3{
	border-top:#545454 solid 2px;
	border-bottom:#545454 solid 1px;
	padding: 3px 0 3px 5px;
	color:#f7941d;
	font-size:18px;
	margin-bottom:10px;
}
#conteudoint h4{
	border-top:#555555 solid 1px;
	border-bottom:#282828 solid 1px;
	padding: 3px 0 3px 5px;
	color:#f7941d;
	font-size:18px;
	margin-bottom: 10px;
}
#conteudoint div.box2{
	height:1%;
	overflow:hidden;
}
#conteudoint div.box2 img{
	float:left;
	margin-right: 10px;
}
#conteudoint form {
	width:310px;
	margin:0 auto 20px auto;
	
}
#conteudoint form label{
	display:block;
	padding: 15px 0;
	border-bottom:#454545 solid 1px;
	font-weight:bold;
	font-size:16px;
}
#conteudoint form input, #conteudoint form textarea, #conteudoint form select{
	width: 300px;
	border-top:#222 2px solid;
	border-left:#222 1px solid;
	border-bottom:none;
	border-right:none;	
	background:#454545;
	height: 20px;
	color:#CCC;
	
}
#conteudoint form input.news{
	width:auto;
	background:none;
	border:none;
	margin-top:10px;
}
#conteudoint form textarea{
	height:100px;
}
#conteudoint form input.enviar{
	border: #333333 solid 1px;
	background:#CCC;
	color:#000000;
	width:auto;
	float:right;
	margin:30px 10px;
	font-weight:bold;
}
#conteudoint h5{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom:90%;
}
