@charset "UTF-8";
form {
	width: 99%;
	margin: 15px auto;
}
form.loginForm {
	width: 300px;
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0 0 1.2em 0;
	border-style: none;
	border-top: 1px solid #bbb;
	background: #eee;
	position: relative;
}
legend {
	margin-left: 1em;
	color: #333;
	padding: 0;
}
legend span {
	position: absolute;
	margin-top: 0.7em;
	left: 0.8em;
	top: 0;
	font-size: 1.35em;
	font-weight: bold;
	color: #066;
}
fieldset.submit {
	padding: 0;
	border-bottom: 1px solid #bbb;
}
label {
	display: block;
	padding-bottom: 2px;
	color: #666;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
label span {
	font-weight: bold;
}
.text, .textarea, .select {
	width: 97%;
	padding: 5px;
	font-size: 1.4em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.text, .textarea {
	outline: none;
	border: 1px solid #ccc;
}
.textarea {
	font-weight: normal;
	width: 100%;
	height: 100px;
}
.select {
	padding: 4px 0;
	width: 100%;
	font-weight: normal;
	font-size: 1.3em;
}
.tableForm {
	margin: 25px 0 8px 0;
	padding: 0;
	width: 99%;
}
.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: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #9cf;
	background: url(../images/button_bg.png) repeat-x #005abb;
	outline: none;
	display: block;
	font-weight: bold;
	cursor: pointer;

}
input.submit:hover {
	color: #9cf;
	background: url(../images/button_bg-2.png) repeat-x #066;
}
