body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	border:0;
	background:#E40613;
	color:white;
}
#lateral{
	width:350px;
	float:left;
	position:fixed;
}
#todo{
	width:799px;
	margin:0 auto;
}
h2,h3, h4{
	text-align:center;	
}
#informacao{
	margin:0 auto;
	width:580px;
	margin-top:10px;
	font-size:15px;	
}
fieldset{
	background:#d93434;
	border:1px solid white;	
}
input[type='text']{
	font-family: 'Open Sans', sans-serif;
	border:1px solid white;	
}
#inscreva-se{
	float:right;	
}
.input-xlarge{
	display:block;
	width:250px;
	padding: 6px;
	margin-bottom: 10px;	
}
label {
	float:left;
	width:250px;
	margin-right:0.5em;
	text-align:right;
	font-weight:bold;
}


.btn {
	cursor:pointer;
	outline:none;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
	background: #fc3c56;
	border:none;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn:hover {
	border:none;
	background: #d93434;
	text-decoration: none;
}

.btn2 {
	cursor:pointer;
	outline:none;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
	background: #666;
	border:none;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn2:hover {
	border:none;
	color:black;
	background: #CCC;
	text-decoration: none;
}

a{
	text-decoration:none;
	font-size:16px;
	color:blue;
	font-weight:bold;	
}

.btn-style2{
	border : solid 1px #ff0000;
	border-radius : 20px 3px 20px 4px ;
	moz-border-radius : 20px 3px 20px 4px ;
	-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	font-size : 20px;
	color : #ffffff;
	padding : 1px 17px;
	background : #ff0000;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#ff0000));
	background : -moz-linear-gradient(top, #ff0000 0%, #ff0000 100%);
	background : -webkit-linear-gradient(top, #ff0000 0%, #ff0000 100%);
	background : -o-linear-gradient(top, #ff0000 0%, #ff0000 100%);
	background : -ms-linear-gradient(top, #ff0000 0%, #ff0000 100%);
	background : linear-gradient(top, #ff0000 0%, #ff0000 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 );

}