@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-image: url(/images/grid%20bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}
#left {
	float: left;
	background-image: url(/images/man.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 1000px;
}
#right {
	float: right;
	background-image: url(/images/leather_uniform_words.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 200px;
	height: 1000px;
}
#center {
	float:left;
}

label {
	display: block;
	float: left;
	width: 150px;
}
label.error{
	display: block;
	float: right;
	color: #F66;
	width: auto;
}
fieldset {
	margin: 0 0 10px 0;
}
.clear {
	clear: both;
}
.invisible {
	display: none;
}
.form-field {
	margin: 0 0 5px 0;
	padding: 3px;
	background-color: #999;
	border: 1px solid black;
}
.form-field.header {
	font-size: 2em;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 5px;
	background-color: transparent;
	border: none;
}
.form-field.required {
	font-weight: bold;
	color: #FFC;
	background-color: #666;
}
.form-field.required label:after {
	content: "  *";
}
.form-field select,
.form-field input {
	width: 400px;
	font-size: 1.25em;
}
.form-field input[disabled] {
	background-color: #CCC;
}
.form-field input.required,
.form-field textarea.required,
.form-field select.required {
}
.cke_skin_kama {
	margin: 0 0 0 150px;
}