.formPanel {
	text-align:left;
	background-color:#222222;
	border:1px solid black;
	padding:20px 20px 10px 20px;
	width:598px;
	line-height:1;
	font-size:10px;
}
.formPanel #title {
	font-size:24px;
	margin-bottom:15px;
	border-bottom:1px solid #E94C05;
}
.formPanel .error {
	display: none;
	background: red;
	color: #fff;
	padding:5px;
	margin-bottom:10px;
	font-size:14px;
}

.formPanel table tr {vertical-align: top;}
.formPanel .label {
	width:209px;
	padding-right:10px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.formPanel .input {
	width:399px;
	margin:0;
	padding-bottom:10px;
}
.formPanel .small {
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#666;
}

.formPanel input,.formPanel textarea,.formPanel select {
	width:393px;
	border:1px solid black;
	color:#fff;
	background: #444444;
	padding:2px 2px;
}
.formPanel select {
	padding:1px;
}
.formPanel textarea {
	overflow:auto;
	height:80px;
	margin:0;
}
.formPanel input[type="checkbox"], .formPanel input[type="radio"] {
	width:auto;
	padding:0px;
	border:0;
	background-color:transparent;
}
.formPanel textarea:focus, .formPanel input:focus {
	border:1px solid #E94C05;
	margin:0;
}
.formPanel input[type="checkbox"], .formPanel input[type="radio"]{
	border:0;
}
.formPanel button
{
	width:110px;
	height:24px;
	color:#aaaaaa;
	background:#222 url(/f/button.png) no-repeat top left;
	border:0;
	font-size:13px;
	line-height:180%;
}
.formPanel button:hover
{
	background:#222 url(/f/button.png) no-repeat 0px -24px;
	color:#ffffff;
}

