table#head_set {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table #head_set td#main_title {
	color: #52748a;
	font: bold 30px Arial;
	line-height: 30px;
	text-transform: uppercase;

	padding: 30px 0 0 30px;
}
table #head_set td#main_sub {
	color: #696B6B;
	font: bold 14px Arial;
	padding: 5px 0 0 30px;
}

table #head_set td#main_picture {
	padding: 0 0 0 30px;
}

p.right_italic {
	color: #4f504f;
	font: italic 10px Arial;
	padding: 10px 5px 5px 10px;
	line-height: 16px;
}

/*table.structure td#ld_corner {
	padding: 8px 5px 0 8px;
	background-image: url(../img/camps/bg_left_bottom.jpg);
	background-repeat: no-repeat;	
	background-position: 0px 80px;
}*/

table.required_fields {

	border: 2px solid #8ca1b0;
	border-left: 0;
	border-right: 0;
	margin: 5px 0 0 30px;
	width: 490px;
	height: 35px;
}

table.required_fields td.notice {
	font: italic 11px Arial;
	color: #696B6B;
	height: 40px;
}

div.red_rect {
	width: 4px;
	height: 18px;
	background-color: #a33132;
	display: inline;
}

div.section {
	color: #52748A;
	margin: 5px 0 10px 30px;
	width: 490px;
	border-bottom: 1px solid #B8C0C9;
	font: bold 10px Arial;
}

/**********************************************/

table.section_fields {
	margin: 5px 0 15px 30px;
	width: 490px;
	height: 35px;
}

table.section_fields td.field_name {
	font: bold 10px Arial;
	color: #272D50;
	height: 22px;
	width: 140;
	text-align: right;
}

table.section_fields td.field_input input {
	border: 1px solid #B8C0C9;
	color: #696B6B;
	font: 12px Arial;
}

table.section_fields td.field_radio {
	color: #696B6B;
	font: 12px Arial;
}

table.section_fields td.field_text {
	font: 12px Arial;
	color: #696B6B;
}

table.section_fields td.field_link a {
	font: italic 11px Arial;
	color: #52748A;
}

table.section_fields td.field_italic {
	font: italic 11px Arial;
	color: #696B6B;
	vertical-align: top;
}

/**********************************************/

table.login_form {
	margin: 20px 0 15px 10px;
	width: 200px;
	height: 35px;
}

table.login_form td.field_name {
	font: bold 10px Arial;
	color: #272D50;
	height: 6px;
	width: 140;
}

table.login_form td.field_input input {
	width: 190px;
	border: 1px solid;
}

table.login_form td.field_text {
	font: 12px Arial;
	color: #696B6B;
}

table.login_form td.field_link a {
	font: italic 11px Arial;
	color: #52748A;
}

table.login_form td.field_link a:hover {
	text-decoration: none;
}


table.login_form td.field_italic {
	font: italic 11px Arial;
	color: #696B6B;
	vertical-align: top;
}
