/*******************
Author: john e. harvey

Standard WideBox styles
Feel free to use this however you like.  Credit is always appreciated.
*******************/
.wide_box_wrapper {
	width: 721px;
	background-image: url(../_img/frm_body_box_r1_c5.png);
	background-position: right;
	background-repeat: repeat-y;
}
.wide_box_top_left {
	background-image:url(../_img/pibox_01_r1_c1.jpg);
	width:25px;
	height: 45px;
	float: left;
}
.wide_box_top_right {
	background-image:url(../_img/pibox_01_r1_c3.jpg);
	width:24px;
	height: 45px;
	float: left;
}
.wide_box_top_body {
	background-image:url(../_img/head_bk_01.jpg);
	width:672px;
	background-repeat: repeat-x;
	height: 45px;
	float: left;
}
.grn_header_left {
	background-image:url(../_img/head_title_bubble_01_r1_c1.jpg);
	width:11px;
	height: 45px;
	float: left;
}
.grn_header_right {
	background-image:url(../_img/head_title_bubble_01_r1_c4.jpg);
	width:19px;
	height: 45px;
	float: left;
}
.grn_header_right_btn {
	background-image:url(../_img/head_title_bubble_01_r1_c4.png);
	width:19px;
	height: 45px;
	float: left;
}
.grn_header_body {
	background-image:url(../_img/head_title_bubble_01_r1_c3.jpg);
	background-repeat: repeat-x;
	height: 33px;
	float: left;
	color: #FFF;
	padding-top: 12px;
}
.wide_ftr_left {
	background-image:url(../_img/frm_ftr_brdr_r1_c1.gif);
	width:31px;
	float: left;
	height: 30px;
}
.wide_ftr_right {
	background-image:url(../_img/frm_ftr_brdr_r1_c5.gif);
	width:22px;
	/*	height: 60px;*/
	height: 40px;
	float: left;
	background-repeat: no-repeat;
}
.wide_ftr_right_short {
	background-image:url(../_img/frm_ftr_brdr_r1_c5.gif);
	width:22px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;
}
.wide_ftr_body {
	background-image:url(../_img/frm_ftr_brdr_r1_c3.gif);
	width:668px;
	background-repeat: repeat-x;
	float: left;
	height: 30px;
}
.wide_body_left {
	background-image:url(../_img/frm_body_box_r1_c1.png);
	width:25px;
	background-repeat: repeat-y;
	height: inherit;
	margin-left: -25px;
}
.wide_body_right {
	background-image:url(../_img/frm_body_box_r1_c5.png);
	width:24px;
	float: right;
	background-repeat: repeat-y;
	height: 100%;
	margin-right: -24px;
}
.wide_body_body {
	background-image:url(../_img/frm_body_box_r1_c1.png);
	background-repeat: repeat-y;
	padding-left: 28px;
	clear: both;
	width: 670px;
	float: left;
	height: 100%;
	text-align: left;
}
.wide_body_body ul li {
	list-style-type: none;
	list-style-position: outside;
	left: -15px;
	margin-left: -35px;
	padding-bottom: 1em;
	font-weight: bold;
}
.ind_body {
	margin-left: 70px;
}
.submit {
	text-align: center;
}
.wide_body_blank {
	padding-left: 28px;
	width: 421px;
// float: left;
	text-align: left;
	float: none;
	padding-top: -200px;
}
fieldset {
	border: thin double #960;
	background-color: #CCC;
	padding-bottom: 15px;
}
legend {
	font-size: larger;
	color: #000;
	background-color: #FFF;
	font-variant: small-caps;
	letter-spacing: .25em;
	display: inline;
	border: thin double #960;
	margin-top: -14px;
	margin-left: -5px;
}