/*
------------------------------------------------------------------------------
FORM CONTENT HEADER :: jsaq
------------------------------------------------------------------------------
*/

.content_header_row {
	float: left;
	padding: 27px 27px 14px 27px;
}

.content_header_row span {
	color: #ff9933;
	font-weight: bold;
	font-size: 14px;
}
/*
------------------------------------------------------------------------------
FORM CONTENT CONTENT :: jsaq
------------------------------------------------------------------------------
*/

.content_form {
	float: left;
	padding: 13px 0;
}

.content_form label {
	cursor: pointer;
}

.content_form ul {
	display: block;
	list-style: none;
}

.content_form li {
	float: left;
	padding: 0 27px;
	margin-bottom: 5px;
}

.content_form .content_form_left,
.content_form .content_form_right {
	float: left;
	width: 420px;
	background: none;
}

.content_form .content_form_left span,
.content_form .content_form_right span {
	color: #933;
}

.content_form .content_form_left .form_titles,
.content_form .content_form_left .form_fields,
.content_form .content_form_right .form_titles,
.content_form .content_form_right .form_fields,
.content_form .content_form_right .form_fields_text {
	float:left;
	font-size: 11px;
	padding: 2px;
	width: 178px;
	background: none;
}


.content_form .content_form_left .form_fields,
.content_form .content_form_right .form_fields,
.content_form .content_form_right .form_fields_text {
	border: #999 solid 1px;
	outline: none;
	background: #F5F5F5;
	color: #333;
}

.content_form .content_form_left .form_fields:focus,
.content_form .content_form_right .form_fields:focus,
.content_form .content_form_right .form_fields_text:focus {
	color: #933;
	background: #FFF;
}

.content_form .content_form_right .form_fields_text {
	height: 133px;
	vertical-align: top;
	font-family: Verdana;
	font-size: 11px;
}

/*
------------------------------------------------------------------------------
FORM CONTENT BASELINE :: jsaq
------------------------------------------------------------------------------
*/

.content_baseline_row {
	float: left;
	padding: 14px 27px 27px 27px;
}

.content_baseline_row p {
	margin-bottom: 11px;
	line-height: 16px;
	display: block;
}

.content_baseline_row .button {
	float: left;
	margin-right: 5px;
/*	margin-left: 500px;
*/}

.content_baseline_row .button .button_left {
	float: left;
	display: block;
	height: 23px;
	width: 11px;
	background: url(../images/nav/button_left_side.png) left top no-repeat;
}

.content_baseline_row .button .button_middle {
	float: left;
	display: block;
	height: 23px;
	line-height: 23px;
	background: url(../images/nav/button_middle.png) left top repeat-x;
}

.content_baseline_row .button .button_right {
	float: left;
	display: block;
	height: 23px;
	width: 11px;
	background: url(../images/nav/button_right_side.png) left top no-repeat;
}

/*
------------------------------------------------------------------------------
FORM ERROR :: jsaq
------------------------------------------------------------------------------
*/

.error_msg {
	color: #FFF;
	background: #933;
	line-height: 22px;
	padding: 0 5px;
	margin-right: 10px;
	float: left;
}

