form.form {
	margin-top: 20px;
	width: 740px;	
}
form.form button {
	margin-left: 3px;
}
form.form button span {
	background: #069EDB url("/images/frontend/button_mid.gif") repeat-x left top;
	color: #FFF;
	display: block;
	height: 23px;
	line-height: 23px;
	margin-left: -3px !important;
	margin-left: 0;
}
form.form button span span {
	margin-left: 0 !important;
	background: transparent url("/images/frontend/button_left.gif") no-repeat left top;
	height: 23px;
	line-height: 23px;
}
form.form button span span span {
	background: transparent url("/images/frontend/button_right.gif") no-repeat right top;
	height: 23px;
	line-height: 23px;
	padding: 0 7px 0 7px;
}
form.form div.row,
form.form div.securityNrInput {
	clear: left;
	float: left;
	padding-bottom: 3px;
	width: 740px;
}
form.form div.row h2.subtitle {
	font-size: 0.85em;
	margin: 6px 0 6px 0;
}
form.form div.row .text {
	font-size: 0.75em;
}
form.form div.row label,
form.form div.securityNrInput label {
	float: left;
	font-size: 0.75em;
	display: block;
	margin-top: 3px;
	padding-right: 10px;
	width: 250px;
}
form.form div.row div.blockLabel {
	width: 400px;
}
form.form div.row div label {
	float: left;
	display: block;
	margin-bottom: 5px;
	min-height: 20px;
	padding-left: 3px;
	width: 367px;
}
form.form div.row div input.radio {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 14px;
}
form.form input.textField,
form.form input.fileField {
	height: 18px;
	padding: 2px 0 1px 0;
	width: 400px;
}
form.form select {
	font-size: 0.75em;
	width: 404px;
}
form.form input.fileField { 
	height: 22px;
}
form.form textarea.textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	height: 100px;
	width: 400px;
}
form.form div.blockLabel,
form.form div.inlineLabel {
	clear: none;
	float: left;
	width: 350px;
}
form.form div.inlineLabel {
	width: 740px;
}
form.form div.securityNr img {
	margin-left: 260px;
}
