﻿form {
	max-width:1000px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

fieldset {
	margin-top: 50px;
	border-radius: 5px;
	font-family:'Monda', sans-serif;
}

fieldset ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	font-size:16px;
}

fieldset li {
	float: left;
	padding: 10px;
	font-size:14px;
}

fieldset li.last {
	float: none;
	clear: both;
	text-align: right;
}

fieldset legend {
	font-size: 22px;
	padding-bottom:10px;
}

li label {
	display:block;
	line-height: 24px;
}

input[type=checkbox] {
	margin-right:20px;
	width:auto;
}

input, textarea {
	background-color: #fff;
	color: #4d4d4d;
	border: 1px solid #c4c4c4;
	font-family:'Monda', sans-serif;
	font-size:13px;
	padding: 8px 12px;
	width: 275px;
}

input, img{
	border:none;
}

header form{
	border:none;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}

header form img{
	border:none;
	background:none;
}

header form input{
	border:none;
	background:none;
}

input[type=image] {
	width:auto;
	height:auto;
}

fieldset textarea {
	width: 600px;
	overflow: auto;
}

input, textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
	-moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
	box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
	margin-left:10px;
}

input[type=submit] {
	background-color: #c50a1f;
	color: #fff;
	cursor: pointer;
	font-family:'Monda', sans-serif;
	font-size:13px;
	border: 1px solid #e35061;
	padding: 5px 10px;
	width: auto;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
}

input[type=submit] {
	background: -moz-linear-gradient(top, #e1001a, #c50a1f);
	background: -webkit-gradient(linear, left top, left bottom,
	color-stop(0, #e1001a), color-stop(1, #c50a1f));
	-webkit-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
	0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
	-moz-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
	0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
	box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
	0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
	text-shadow: 1px 1px 3px #333;
}

input[type=submit]:hover {
	background: #c50a1f;
	text-shadow: none;
}

fieldset input:required:focus:valid{
	border-color:chartreuse;
}

fieldset input:required:focus:invalid{
	border-color:crimson;
}

fieldset input:hover{
	background-color:#DEF3CA;
}

hr{
	border:none;
	border-top:1px dashed red; 
	height:1px;
	background:transparent;
	margin-left:30px;
	margin-right:30px;
}

h1{
	font-family:'Monda', sans-serif;
	margin-left:200px;
	margin-top:30px;
	padding-bottom:10px;
	font-size:14px;
	font-weight:normal;
}