﻿.val-padrao {
	color:#C00;
}
option {
	color:#fff;
	padding:5px;
	font: 1.1em "Century Gothic", Arial, Helvetica, sans-serif;
}
.blocks p {
	margin-bottom:20px;
	position:relative;
}
.btn {
	background:#fff;
	font: 1.1em 'Robotoregular', Arial, sans-serif;
	color:#fff;
	float:left;
	padding:10px;
	margin-right:4px;
	border:1px solid #e1e0df;
	border-style: none;
	display:block;
	outline:none;
	cursor:pointer;
}
.btn:hover {
	background:#444;
	color: #fff;
}
.textt, .textarea {
	padding:5px 5px;
	height:39px;
	background:#fff;
	border:1px solid;
	border-color:#c6c6c6 #dadada #eaeaea;
	box-shadow: inset 0px 1px 3px 0px #ddd;
	-webkit-box-shadow: inset 0px 1px 3px 0px #ddd;
	-moz-box-shadow: inset 0px 1px 3px 0px #ddd;
	color:#A2A2A2;
	position:relative;
	z-index:2;
}
.textt {
	width:100%;
}
.select{
	width:100%;
	height:39px;
	line-height:39px;
	padding:5px;
}
.textarea {
	height:150px;
	width:100%;
}
.textt:hover, textarea:hover {
	background: #fff none;
	border-color:#fff;
}
.blocks label {
	float:left;
	width:100%;
	line-height:39px;
	text-align:left;
	margin-right:5px;
	margin-left:10px;
	color:#555;
	font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.btn, .textt, .textarea, .blocks label.error, .blocks label.ok {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.env {
	float:right;
	margin-right:20px;
	background:#F20;
	color:#fff;
}
