@charset "utf-8";
/* CSS Document */

/* -- page -------------------------------------------------- */
.page-header {
	height:21px;
	margin-left:-5px;
	margin-right:-5px;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:15px;
	border-top-style:solid;
	border-top-color:#F1BB3B;
	border-top-width:1px;
	line-height:21px;
	vertical-align:middle;
	color:#7E0E02;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.page-header img {
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}
.page-divider {
	height:0px;
	margin-left:-5px;
	margin-right:-5px;
	margin-top:10px;
	margin-bottom:10px;
	border-top-style:solid;
	border-top-color:#F1BB3B;
	border-top-width:1px;
}
.page-padding {
	padding-left:5px;
	padding-right:5px;
}
/* -- box -------------------------------------------------- */
.box {
	padding:5px;
	border-style:double;
	border-color:#7E0E02;
	border-width:3px;
	background-color:#FAE8BB;
	font-size:11px;
}
.box-title {
	margin-bottom:5px;
	color:#7E0E02;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.box-title img {
	margin-bottom:1px;
}
.box-corner-bottom {
	position:relative;
	height:18px;
	margin-top:10px;
}
.box-corner-bottom div {
	position:absolute;
	width:75px;
	height:18px;
	background-repeat:no-repeat;
}
.box-corner-bottom-left {
	left:0px;
	background-image:url(../images/layout/box-corner-bottom-left.png);
}
.box-corner-bottom-right {
	right:0px;
	background-image:url(../images/layout/box-corner-bottom-right.png);
}
.box label {
	display:block;
	margin-bottom:2px;
}
/* -- section -------------------------------------------------- */
.section-header {
	position:relative;
	height:17px;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:10px;
	background-image:url(../images/layout/section-header-line.png);
	background-position:left;
	background-repeat:repeat-x;
}
.section-header .text-left {
	padding-right:7px;
	background-image:url(../images/layout/section-header-gold.png);
	background-position:left;
	background-repeat:repeat-x;
	color:#7E0E02;
	font-weight:bold;
	font-size:14px;
}
.section-header .text-center {
	padding-left:7px;
	padding-right:7px;
	background-image:url(../images/layout/section-header-gold.png);
	background-position:left;
	background-repeat:repeat-x;
	color:#7E0E02;
	font-weight:bold;
	font-size:14px;
}
.section-header .gold-left {
	position:absolute;
	width:15px;
	height:17px;
	left:-15px;
	top:0px;
	background-image:url(../images/layout/section-header-gold-left.png);
	background-position:left;
	background-repeat:no-repeat;
}
.section-header .gold-right {
	position:absolute;
	width:15px;
	height:17px;
	right:-15px;
	top:0px;
	background-image:url(../images/layout/section-header-gold-right.png);
	background-position:left;
	background-repeat:no-repeat;
}
.section-header .line-left {
	position:absolute;
	width:15px;
	height:17px;
	left:-15px;
	top:0px;
	background-image:url(../images/layout/section-header-line-left.png);
	background-position:left;
	background-repeat:no-repeat;
}
.section-header .line-right {
	position:absolute;
	width:15px;
	height:17px;
	right:-15px;
	top:0px;
	background-image:url(../images/layout/section-header-line-right.png);
	background-position:left;
	background-repeat:no-repeat;
}
.section-padding-left {
	padding-left:20px;
	padding-right:15px;
	font-size:11px;
}
.section-padding-center {
	padding-left:15px;
	padding-right:15px;
	font-size:11px;
}
.section-divider {
	height:0px;
	border-top-style:solid;
	border-top-color:#F1BB3B;
	border-top-width:1px;
	margin-left:-5px;
	margin-right:-5px;
	margin-top:10px;
	margin-bottom:10px;
}

.section-title {
	font-weight:bold;
	color:#7E0E02;
}
/* -- other -------------------------------------------------- */
.image {
	padding:1px;
	border-style:double;
	border-color:#7E0E02;
	border-width:3px;
	background-color:#FAE8BB;
}
.error {
	padding-left:5px;
	padding-top:2px;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
}
.required {
	color:#7E0E02;
	font-weight:bold;
}
.hide {
	display:none;
}
