﻿@charset "utf-8";
/* CSS Document*/


input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 0px 0px 0px #666;
	font-size: 20px;
	padding: 8px 14px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border-color: #FFFFFF;


textarea.ta_rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 0px 0px 0px #666;
	font-size: 14px;
	font-weight: 700;
	color: #A9A9A9;
	padding: 8px 14px;
	outline: 0;
	-webkit-appearance: none;
}
textarea.ta_rounded:focus {
	border-color: #FFFFFF;