form {
	margin: 0; padding: 0;
	overflow: hidden; height: 100%;
	clear: both;
}
.input input, .checkbox input, textarea, select {
	padding: 4px 8px;
	border: solid 1px #C9C9C9;
	background: #F5F5F5;
	color: #626262;
	font-size: 10pt; font-family: Arial, sans-serif;
}
.input input:hover, .checkbox input:hover, textarea:hover, select:hover {
	background: #FFF;
}
.input input:focus, .checkbox input:focus, textarea:focus, select:focus {
	border: solid 1px #0B72B1;
	background: #FFF;
}
.input, .textarea, .checkbox, .select {
	padding: 0 0 8px 0; clear: both;
	overflow: hidden; height:100%;
}
.input label, .textarea label, .checkbox label, .select label {
	width: 155px;
	display: block; float: left;
	padding: 8px 0 8px 0;
}
.textarea label {
	width: 470px;
	float: none;
}
.input input, .input textarea, .select select {
	width: 300px;
	float: right;
}
.input textarea {
	height: 70px;
}
.select select {
	width: 318px;
	height: 25px;
}
.textarea textarea {
	width: 455px;
	height: 150px;
	clear: both;
	margin: 3px 0 0 0;
}
.checkbox input {
	padding: 3px; margin: 7px 0 0 5px;
}
.checkbox-simple input {display: block; float:left;}
.checkbox-simple label {padding: 3px 0 0 8px; display: block; float:left;}

.checkbox-form {margin: -8px 0 8px 0; overflow: hidden;}
.checkbox-form input {float: right;}
.checkbox-form label {padding: 1px 0 0 0; margin: 0 0 0 155px; float: left; width: 290px; text-align: right;}

.submit {
	padding: 5px 0;
	clear: both; overflow: hidden;
}
.submit input {
	display: block; float: right;
	height: 22px; padding: 0 5px 1px 5px;
	color: #fff; font-size: 8pt; text-align: center;
	background: url('button.gif') repeat-x #4d4c4a;
	border: none; cursor: pointer;
	font-family: Arial, sans-serif;
}
.submit-big input, .question .submit input {
	height: 30px; padding: 0 15px; font-size: 10pt;
	background: url('button_big.gif') repeat-x #4d4c4a;
}
.button {
	display: block; float: right;
	height: 17px; min-width: 80px;
	padding: 5px 5px 0 5px; 
	color: #fff; font-size: 8pt;
	text-transform: uppercase; text-align: center;
	background: url('button.gif') repeat-x #4D4C49;
	border-left: solid 1px #4D4C4A; border-right: solid 1px #4D4C4A;
}
.submit input:hover, .button:hover {
	text-decoration: none;
	color: #ccc;
}
.question-normal {padding: 20px 0 0 0;}
.question .submit, .question-normal .submit {
	float: right; clear: none; padding: 0 0 0 20px;
}
.question .submit input {
	width: 80px; float: none;
}
.question-normal .submit input {float: none;}

.error {
	padding: 0 0 3px 0;
	color: #f43636;
}
.errorInput {
	border: solid 1px #C25A5A !important;
}
.errors, .passed, .warning {
	border: solid 1px #f43636;
	background: url('admin/icons/dialog-error.gif') no-repeat 10px 5px #feebeb;
	list-style-type: square;
	padding: 7px 5px 7px 80px;
	margin: 10px 30px 15px 30px;
	min-height: 45px;
	height: auto;_height: 45px;
}
.errors li, .passed li {
	margin: 0;
	padding: 3px 0;
}
.passed {
	border: solid 1px #178e17;
	background: url('admin/icons/dialog-ok.gif') no-repeat 10px 5px #c2f6c2;
}
.op-edit {
	overflow: hidden; height: 100%;
}
.op-edit-checkbox {
	float: left; padding: 20px 5px 0 0;
}
.op-edit-img {
	float: left; margin: 0 10px 0 0;
}
#login-form .checkbox {
	float: right; margin: 0 0px 0 0;
}
#login-form .checkbox label {
	width: 210px; float: right; padding: 3px 0 0 0;
}
#login-form .checkbox input {
	float: right; margin: 3px 2px 0 0;
}
