﻿
/********************************************/

.form {
	background: #000;
	padding: 1em;
	border: 1px solid #eee;
	margin: 1em;
}
.captcha {
	padding-left: 145px;
}
/********************************************/

fieldset div {
	margin: 0.3em 0;
	clear: both;
}
label {
	float: left;
	width: 8em;
	text-align: left;
	margin-right: 1em;
}
legend {
	color: #6E2B32;
	font-weight: bold;
}
legend span {
	width: 8em;
	text-align: right;
}
fieldset {
	margin-top: 20px;
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}

/********************************************/

input {
	width:14em;
}

textarea {
	width:20em;
}

input, textarea {
	padding:0.15em;
	border:1px solid #ddd;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
#btnSubmit {
	font-family: Sans-Serif;
	margin-top: 1em;
	width: 191px;
	height: 30px;
	overflow: hidden;
	border: 0;
	background: url(../../images/content/button.gif) no-repeat 0 0;
	display: block;
	cursor: pointer !important; cursor:hand;
}

/********************************************/