@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(img/bit10_genBG.png);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-position: center top;
	width: 100%;
	height: 100%;
}
#header {
	background-image: url(img/bit10_header.png);
	height: 95px;
	width: 975px;
	position:relative;
}
#corpus {
	background-image: url(img/bit10_bitBG.png);
	width: 975px;
	height:inherit;
	float:left;
	position: relative;
	background-position: center top;
	background-repeat: repeat;
}
#corpus_top {
	background-image: url(img/bit10_bitBG_top.png);
	width: 975px;
	height:34px;
}
#content_plh01 {
	width: 450px;
	left: 14px;
	top: -28px;
	position: relative;
	float:left;
}
#content_plh02 {
	width: 300px;
	right: 190px;
	top: -28px;
	position: relative;
	float: right;
}
#content_plh03 {
	width: 150px;
	right: -280px;
	top: -28px;
	position: relative;
	float: right;
}
#block01_BG {
	background-image:url(img/bit10_block01_BG.png);
	background-repeat: repeat;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #514040;
}
#block01_BG p {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#block01_header{
	background-image:url(img/bit10_block01_header.png);
	background-repeat: repeat;
	height: 24px;
	position: relative;
	font-weight: bold;
}
#block01_header p {
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#block01_BG a {
	color:#A78284;
}
#block01_BG a:hover {
	color:#666666;
	font-style:italic;
}

#block01_footer{
	background-image:url(img/bit10_block01_footer.png);
	background-repeat: repeat;
	height: 4px;
	position: relative;
}
#block02_BG {
	background-image:url(img/bit10_block02_BG.png);
	background-repeat: repeat;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	top:0px;
}
#block02_BG p {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#block02_header {
	background-image:url(img/bit10_block02_header.png);
	background-repeat: repeat;
	height: 24px;
	position: relative;
	font-weight: bold;
	top: 0px;
}
#block02_header p {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#block02_footer{
	background-image:url(img/bit10_block02_footer.png);
	background-repeat: repeat;
	height: 4px;
	position: relative;
}
#block02_BG a {
	color:#A78284;
}
#block02_BG a:hover {
	color:#666666;
	font-style:italic;
}

#block03_BG {
	background-image:url(img/bit10_block03_BG.png);
	background-repeat: repeat;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}
#block03_BG p {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color:#999999;
}
#block03_header {
	background-image:url(img/bit10_block02_header.png);
	background-repeat: repeat;
	height: 24px;
	position: relative;
	font-weight: bold;
	top: 0px;
}
#block03_header p {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color:#3C2F30;
}
#block03_BG a {
	color:#A78284;
}
#block03_BG a:hover {
	color:#666666;
	font-style:italic;
}

#corpus #content_plh01 #block02_BG .field {
	color: #FFFFFF;
	background-color: #666666;
	position: absolute;
	left: 100px;
	border: none;
}

#corpus #content_plh01 #block02_BG .button {
	height:24px;
	color: #666666;
	background-color: #333333;
	position: absolute;
	left: 100px;
	border: none;
}
#corpus #content_plh01 #block02_BG .button:hover {
	color: #333333;
	background-color: #666666;
	border: none;
}

#corpus #content_plh01 #block02_BG .button a:active{
	height:24px;
	color: #000000;
	background-color: #333333;
	position: absolute;
	left: 100px;
	border: none;
}
#corpus #content_plh01 #block02_BG .error {
	color: #FFFFFF;
	background-color: #FF0000;
	font-style: italic;
	top: 8px;
}


