.b_form {
	position:absolute;
	
}

.b_form_top {
	height:22px;
	overflow:hidden;
}


.b_form_top_left {
	background: url(form_top_left.gif) no-repeat;
	width:50px;
	cursor:move;
	height:22px;
}

.b_form_top_center {
	background:url(form_top.gif) repeat;
	text-align:center;
	font-weight: bold;
	font-family: sans-serif;
	font-size:15px;
	color: #F0F0F0;
	cursor:move;
	height:22px;
	padding-top:4px;
}

.b_form_top_right{
	background:url(form_top_right.gif) no-repeat;
	width:50px;
	cursor:pointer;
	height:22px;
}

.b_form_top_right_over {
	background:url(form_top_right.gif) no-repeat -50px 0;
	width:50px;
	height:13px;
	cursor:pointer;
}

.b_form_content {
	background: white;
	border-top:1px solid #666666;
	border-bottom:1px solid #696969;
	border-left:1px solid #374567;
	border-right:1px solid #374567;
	overflow:auto;
}

.b_form_bottom_left {
	background:url(form_bottom_left.gif);
	background-repeat: no-repeat;
	width:50px;
	height:18px;
}

.b_form_bottom {
	height:18px;
	overflow:hidden;
}

.b_form_bottom_status_bar {
	background:url(form_bottom.gif) repeat;
	height:18px;
	font-size: 10px;
	font-family: verdana;
	text-align: center;
	color: #F0F0F0;
	line-height:20px;
}
	
.b_form_bottom_right {
	background:url(form_bottom_right.gif);
	background-repeat: no-repeat;
	cursor:se-resize;
	width:50px;
	height:18px;
}

