div.standard-input input, select {
	border: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 1.3em;
	font-size:1.1em;
	font-weight: bold;
	font-family: Arial;
}
div.standard-input input {
	background: url( ../img/input_bg.gif ) repeat-x #fff;
	padding: .4em;
	width: 300px;
}
div.standard-input.file input {
	background: #fff;
	height: 30px;
	padding: .4em;
	width: 500px;

}
div.standard-input select {
	height: 2em;
	padding: .3em .3em .3em 0;
	width: 313px;
}
div.standard-input option{
	font-weight: normal;
}
div.standard-input .checkbox {
	width: 14px; height: 14px;
	vertical-align: -20%;
}

form .form-buttons {
	margin: 20px 0 0 15px;
	padding: 10px 0 0 0;
	font-size: .8em;
	text-align: right;
	border-top: 1px solid #c9daf6;
}
form .form-buttons a:link, form .form-buttons a:visited {
	color: #f51f1f;
}
form .form-buttons a:hover {
	color: #a40909;
}
form button.submit {
	border: 0;
	background: url(../img/button_submit.jpg);
	width: 183px;
	height: 40px;
	text-indent: -10000px;
}
form button.preview {
	border: 0;
	background: url(../img/button_preview.jpg);
	width: 183px;
	height: 40px;
	text-indent: -10000px;
}
form button.generate-report {
	border: 0;
	background: url(../img/button_generate.jpg);
	width: 183px;
	height: 37px;
	text-indent: -10000px;
	margin: 5px 0 0 20px;
}


fieldset {
	margin: 10px 0 0 15px;
	background: url( ../img/fieldset_bg.jpg ) repeat-x;
	border: none;
	border-top: 1px solid #c9daf6;
}

legend {
	font-size: .85em;
	font-weight: bold;
	color: #0f4d79;
}

div.standard-input {
	clear:both;
	margin-top: 10px;
	font-size: .8em;
}

div.standard-input.no-clear {
	clear: none; float: left;
}

div.standard-input textarea{
	background: url( ../img/input_bg.gif ) repeat-x #fff;
	border: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 1.3em;
	font-size: .9em;
	font-weight: bold;
	font-family: Arial;
	padding: .4em;
	width: 60%;
	height: 200px;
}

div.standard-input.mini textarea{
	height: 100px;
}

div.standard-input label {
	float:left;
	width: 150px;
	color: #222;
	margin: 6px 10px 0 0;
	text-align: right;
}

div.standard-input.short-label label {
	width: 70px;
}

div.standard-input label span{
	display: block;
	padding: 10px 0px;
	float:right;
	text-align: center;
	color: #5094e1;
}
div.standard-input label span.counter{
	background: url( ../img/input_bg.gif ) repeat-x #fff;
	border: 1px solid #e3e3e3;
	font-weight: bold;
	
	margin-top: 10px;
	width: 130px;
}
div.standard-input label span.controls {
	width: 145px;
	text-align: right;
}

div.standard-input span{

}

div.standard-input.checkboxes label {
	float: none;
}
div.standard-input.checkboxes div {
	margin-bottom: 10px;
}

div.standard-input.error label {
	color: #e14526;
}

div.standard-input.error input {
	background: url( ../img/input_error_bg.gif ) repeat-x #fff;
	border: 1px solid #e14526;
}
div.standard-input.error textarea {
	background: url( ../img/input_error_bg.gif ) repeat-x #fff;
	border: 1px solid #e14526;
}
div.standard-input.error select {
	border: 1px solid #e14526;
}
