@CHARSET "UTF-8";

label {
	display: block;
	width: 100px;
	float: left;
}

input, textarea, select {
	border: 1px solid #aaa;
	margin: 1px 0;
}

.button_submit, .button_abort, .button_back {
	border: 1px solid #aaa;
	color: #666;
	font-weight: bold;
	padding: 3px 3px 1px 24px;
	margin: 10px 0 5px;
}

* html .button_submit, * html .button_abort, * html .button_back {
	padding: 3px 0px 3px 15px;
}

.button_abort {
	float: right;
	margin-right: 5px;
	background: #f5f5f5 url(/images/icons/cancel.png) no-repeat 5px 3px;
}

.button_back {
	float: left;
	background: #f5f5f5 url(/images/icons/arrow_undo.png) no-repeat 5px 3px;
}

.button_submit {
	float: right;
	background: #f5f5f5 url(/images/icons/accept.png) no-repeat 5px 3px;
}
