h2.maior {
	font-size: 24px;
	letter-spacing: -2px;
}

p {
	font-size: 12px;
	line-height: 14px;
	display: block;
	margin-bottom: 8px;
}

#conteudo fieldset .rowButton {
	display: block;
	margin: 15px 3px;
	text-align: center;
}

#conteudo fieldset .rowButton input {
	padding: 3px 2px;
	font-weight: bold;
	font-size: 12px;
	color: #68282A;
	background: #F7F7F7;
	border: 2px solid #DDD;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

#conteudo fieldset .c {
	border: 1px solid #DDD;
	padding: 2px 3px;
	font: 12px Arial, Verdana;
}

#formAtendimento fieldset {
	background: #EEE;
	padding: 12px;
	border: 1px solid #CCC;
	width: 66%;
	margin: 14px auto;
}

#formAtendimento fieldset p {
	font-size: 11px;
	color: #333;
	line-height: 13px;
	margin-bottom: 5px;
}

#formAtendimento fieldset h3 {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 13px 0;	
}

#formAtendimento fieldset label {
	display: block;
	font-size: 12px;
	color: #333;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: bold;
	width: 16%;
	text-align: right;
	float: left;
}

#formAtendimento fieldset br {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: 3px;
}