a.bt-cinza {
	border-radius: 7px;
	background-color: #939191;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
a.bt-cinza:hover {
	background-color: #666464;
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	opacity: 100;
}

.bt-branco {
	height: 30px;
	width: 117px;
	border-radius: 7px;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #950000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: 300;	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.bt-branco:hover {
	background-color: #CCCCCC;
	border: 1px solid #CCC;
}
.bt-vermelho {
	height: 30px;
	width: 117px;
	border-radius: 7px;
	background-color: #b30c0c;
	border: 1px solid #B30C0C;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: 300;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.bt-vermelho:hover {
	background-color: #800909;
}
.campotexto {
	color: #666666;
	border: 1px solid #cccccc;
	height: 30px;
	padding-right: 35px;
	padding-left: 10px;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
	outline: none;
	width: 80%;
	box-shadow: inset 0px 0px 7px #ededed;
	-moz-box-shadow: inset 0px 0px 7px #ededed;
	-webkit-box-shadow: inset 0px 0px 7px #ededed;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;

}
.campotexto:focus {
	border: 1px solid #268fab;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 202, 202, 1.0);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 202, 202, 1.0);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 202, 202, 1.0);
}
.campotextoMsg {
	color: #666666;
	border: 1px solid #cccccc;
	padding-right: 35px;
	padding-left: 10px;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
	outline: none;
	width: 80%;
	box-shadow: inset 0px 0px 7px #ededed;
	-moz-box-shadow: inset 0px 0px 7px #ededed;
	-webkit-box-shadow: inset 0px 0px 7px #ededed;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: vertical;
}

.campotextoMsg:focus {
	border: 1px solid #268fab;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 202, 202, 1.0);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 202, 202, 1.0);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 202, 202, 1.0);
}
a.link-vermelho {
	color: #B23434;
	text-decoration: none;
}
a.link-vermelho:hover {
	color: #8D2929;
	text-decoration: none;
}
