@charset "utf-8";
/* CSS Document */

.halfBox_Outer {
	width: 284px;
	margin-bottom: 10px;
	float: left;
}

.halfBox_TopCap {
	height: 6px;
	background: url(../graphics/template/boxes/half_top.gif) no-repeat top left;
	font-size: 1px;
}

.box_Header {
	padding: 5px;
	background: url(../graphics/template/parchmentbg.jpg) repeat top left;
	font-weight: bold;
	border: #a27b59 solid 1px;
	border-top: 0px;
}

.box_Content {
	padding: 5px;
	background-color: #fdfdf6;
	border: #a27b59 solid 1px;
	border-top: 0px;
}

.box_Content form {
	margin: 0px;
	padding: 0px;
}

.box_TextBox {
	width: 172px;
	margin: 2px 0px 2px 0px;
}

.box_FormLabel {
	padding-right: 3px;
	text-align: right;
}

.boxHDivider {
	border-bottom: #a27b59 1px dashed;
	
}

.fullBox {
	width: 580px;
	margin-bottom: 10px;
}

.fullBox_TopCap {
	height: 6px;
	background: url(../graphics/template/boxes/full_top.gif) no-repeat top left;
	font-size: 1px;
}

