@charset "UTF-8";
form {
	width: 100%;
	margin: 0 auto;
}
fieldset {
	margin: 0;
	padding: 0 12px 0 0;
	border-style: none;
	border-top: none;
	background: #fff;
	position: relative;
}
legend {
	margin-left:0;
	color: #333;
	padding: 0;
}
legend span {
	position: absolute;
	margin-top: 12px;
	left: 12px;
	top: 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #f04c23;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display:none;
}
fieldset.submit {
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #999;
}
label {
	display: block;
	padding-bottom: 4px;
	color: #444;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Century Gothic, Trebuchet MS, Helvetica, Arial, sans-serif;
}
label span {
	font-weight: normal;
}
.text, .textarea, .select {
	width: 100%;
	padding: 5px;
	font-size: 1.4em;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.text, .textarea {
	outline: none;
	border: 1px solid #999;
	background: #eee;
}
.text:focus, .textarea:focus, .select:focus {
	border: 1px dotted #f04c23;
}
.textarea {
	font-weight: normal;
	width: 100%;
	height: 100px;
}
.select {
	padding: 5px;
	width: 100%;
	font-weight: normal;
	font-size: 1.3em;
	background: #eee;
	outline: none;
	border: 1px solid #999;
}
.tableForm {
	margin: 10px 0 5px 0;
	padding: 0;
	width: 100%;
}
.tableForm td {
	margin: 0;
	padding: 5px 10px;
}
input.submit {
	padding: 5px 10px;
	margin-top: -15px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Century Gothic, Trebuchet MS, Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	background: #1546b7;
	outline: none;
	display: block;
	font-weight: bold;
	cursor: pointer;

}
input.submit:hover {
	color: #fff;
	background: #f04c23;
}

