


.b_form {
	position:absolute;
	
}
.b_form div.content {
	background: white;
	border-top:1px solid #9B9B9B;
	border-bottom:1px solid #9B9B9B;
	border-left:1px solid #374567;
	border-right:1px solid #374567;
	overflow:auto;
}
	

.b_form_topBar {
	height:22px;
	cursor:move;
	background: transparent;
}
.b_form_topBar .left {
	background: url(form_top_left.gif) no-repeat;
	height:22px;
	width:13px;
}

.b_form_topBar .center {
	background:url(form_top.gif) repeat;
	height:22px;
	text-align:center;
	font-weight: bold;

}
.b_form_topBar div.right {
	background:url(form_top_right.gif) repeat;
	height:25px;
	width:13px;
	float:right;
}

.b_form_topBar .close{
	background:url(close.gif) 0 0 no-repeat;
	width:25px;
	height:13px;
	cursor:pointer;
}
.b_form_topBar .close_over {
	background:url(close.gif) -25px 0 no-repeat;
	width:25px;
	height:13px;
	cursor:pointer;
}

	
	

.b_form_status_bar {
	background:url(form_bottom.gif) repeat;
	height:18px;
	border-left:1px solid #374567;
	border-right:1px solid #374567;
	border-bottom:1px solid #374567;
}



.b_form_status_bar div.text {
	height:18px;
	float:left;
}
	
.b_form_status_bar div.drag {
	height:18px;
	width:19px;
	background:url(drag.gif) repeat;
	float:right;
	cursor:se-resize;
}
.button {
	height:21px;
	width: auto;
	position: relative;
}
.button .label {
	background:url(button.gif) 0px -102px repeat;
	width:auto;
	cursor:pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.button .right {
	background:url(button.gif) -42px -129px no-repeat;
	width:10px;
	height:21px;
	cursor:pointer;
}

.button .left {
	background:url(button.gif) 0px -129px no-repeat;
	width:10px;
	height:21px;
	cursor:pointer;
}
.button .label_over {
	background:url(button.gif) 0px -50px repeat;
	width:auto;
	cursor:pointer;
	padding-left: 5px;
	padding-right: 5px;

}

.button .right_over {
	background:url(button.gif) -42px -77px no-repeat;
	width:10px;
	height:21px;
	cursor:pointer;

}

.button .left_over {
	background:url(button.gif) 0px -77px no-repeat;
	width:10px;
	height:21px;
	cursor:pointer;

}
	
	
	
