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

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #003366;
}
#bkh1_1{
	background: url("../images/bk_bg_carrot1.jpg") no-repeat;
	width: 500px;
	height: 350px;
}
#bkh1_2{
	background: url("../images/bk_bg_carrot2.jpg") no-repeat;
	width: 500px;
	height: 350px;
}
#bkh1_3{
	background: url("../images/bk_bg_carrot3.jpg") no-repeat;
	width: 500px;
	height: 350px;	
}
#bkh1_4{
	background: url("../images/bk_bg_carrot4.jpg") no-repeat;
	width: 500px;
	height: 350px;	
}
#bkh1_5{
	background: url("../images/bk_bg_carrot5.jpg") no-repeat;
	width: 500px;
	height: 350px;	
}
#bkh1_ty{
	background: url("../images/bk_bg_carrot_ty.jpg") no-repeat;
	width: 500px;
	height: 350px;	
}
.next_btn{
	position: absolute;
	top: 335px;
	left: 320px;
	width: 173px;
	height: 45px;
	color: #036;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background: url("../images/bkh2_nextbtn2.gif") 0 0 no-repeat;
}
.next_btn a{
	display:block;
	background: url("../images/bkh2_nextbtn1.gif") 0 0 no-repeat;
	padding: 10px;
	color: #036;
	height: 45px;	
	font-size:14px;
	font-style: italic;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	cursor: hand;	
}
.next_btn a:hover{
	background:none;
	cursor: hand;
}

.prev_btn{
	position: absolute;
	top: 335px;
	left: 260px;
	width: 55px;
	height: 45px;
	color: #036;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	background: url("../images/bkh2_prevbtn2.gif") 0 0 no-repeat;
}
.prev_btn a{
	display:block;
	background: url("../images/bkh2_prevbtn1.gif") 0 0 no-repeat;
	padding: 10px;
	color: #036;
	height: 45px;	
	font-size:14px;
	font-style: italic;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	cursor: hand;
}
.prev_btn a:hover{
	background:none;
	cursor: hand;
}

.contact_btn{
	width: 305px;
	height: 65px;
	color: #036;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
	background: url("../images/bkh2_contact_btn2.gif") 0 0 no-repeat;
}
.contact_btn a{
	display:block;
	background: url("../images/bkh2_contact_btn1.gif") 0 0 no-repeat;
	padding: 20px;
	color: #036;
	height: 65px;	
	font-size:14px;
	font-style: italic;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}
.contact_btn a:hover{
background:none;
}



fieldset{
	border:0px;
	padding-top: 60px;
	padding-left: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
input.text_field{
	font-size: 11px;
}
.bkh_link{
	position: absolute;
	left: 0px;
	top: 350px;
	width:180px;
	height:40px;
}
.required{
	color: #FF0000; 
	font-weight: bold;

}
#forum_q{
	width: 450px;
	background:#FFC;
	font-family:Verdana, Geneva, sans-serif;
	margin: 20px;
	border:3px dashed #900;
	font-size:0.8em;
}
.forum_submit{
	background:#039;
	font-size:16px;
	width:200px;
	padding:5px;
	border: 1px solid #FC0;	
	color:#FFF;
}
.forum_submit:hover{
	background:#FF3;
	border:1px solid #036;
	color:#00F;
	cursor:pointer;
	
}	

