@charset "utf-8";
input.rounded {
	width: 90%;
	height: 40px;
	margin-top: 2px;
	border: 1px solid #3233;
	background-color: #FFF;	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
	box-shadow: 1px 1px 4px #333;
	font-size: 16px;
	padding: 2px 4px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border: 1px solid  #333;
}
textarea.rounded {
	width: 90%;
	margin-top: 2px;
	height: 40px;
	border: 1px solid #325B9A;	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
	box-shadow: 1px 1px 4px #333;
	background-color: #FFF;
	font-size: 16px;
	padding: 2px 4px;
	outline: 0;
	-webkit-appearance: none;
}
textarea.rounded:focus {
	border: 1px solid  #8BB0000;
}
