#txtbox {
	height: 30px;
	line-height:30px;
	float: left;
}
#txtbox_left {
	width: 12px;
	height: 30px;
	line-height:30px;
	float: left;
	background-image: url(../../images/header/text_box_left.png);
	background-repeat: no-repeat;
}

#txtbox_center {
	height: 30px;
	line-height:30px;
	float: left;
}
#txtbox_center_top {
	width:140px;
	height:2px;
	padding: 0px;
	margin:0px;
	font-size:2px;
	background-image: url(../../images/header/text_box_top.png);
	background-repeat: repeat-x;
	float: left;
}

#txtbox_center_middle {
	height: 22px;
	line-height: 15px;
	float: left;
	background-color:white
}
#txtbox_center_bottom {
	height: 1px;
	line-height: 1px;
	background-image: url(../images/header/text_box_top.png);
	background-repeat:repeat-x;
	float: left;
	width:140px;
}

#txtbox_right {
	width: 12px;
	height: 30px;
	float: left;
	background-image: url(../../images/header/text_box_right.png);
	background-repeat: no-repeat;
}
#search{
	height:21px;
	border:0px;