form > fieldset > label {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	width: 12rem;
	-webkit-appearance: none;}


form input[type="text"]
{
	width: 18rem;
	border: 1px solid silver;
	padding: 5px 5px;
	margin: 3px;
	width: 60%;
	-webkit-appearance: none;}

form input[type="email"]
{
	width: 18rem;
	padding: 5px 5px;
	border: 1px solid silver;
	margin: 3px;
	width: 60%;
	-webkit-appearance: none;}

form textarea {
	width: 60%;
	border: 1px solid silver;
	height:8rem;
	-webkit-appearance: none;
}


input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	background: #ed8620; ;
	color: #fff;
	padding: 10px 30px;
	font-size: 1.2rem;
	border: none;
	border-radius: 0.2rem; }

input[type="submit"]:hover {
	background: #fcd62b}

.code img {
	width: 100px !important;
		margin: 3px 0 0 0;
	float: left;
}

input.captcha {
	width: 120px !important;
font-size: 16px;
	letter-spacing: 0.5rem;
	color: #FFF;
	background: #000;
	height: 40px;
}

.formv {  visibility: hidden;}