/* FORM
----------------------------------------*/

form {
	padding: 0;
	margin: 20px 0 0 0;
}
fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #eee;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 5px 0 10px;
	background:  url(../../common/images/icons/arrow-form.gif) no-repeat left center;
	text-transform: capitalize;
}
label {
	padding: 15px 0 0;
	margin: 0;
	display: block;
}
.required {
	color: #999;
	font-style: italic;
}
input, textarea, select {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 1px 2px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	margin: 0 0 5px;
}
textarea {
	height: 150px;
}
.radio {
	border: none;
}
.checkbox {
	border: none;
	width: 15px;
	height: 15px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	background: #333;
	width: 25%;
	padding: 2px;
	margin: 0 5px 20px 0;
	border: none;
}
.financecal {
	color: #c00;
	font-weight: bold;
}