.header_container {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	height: 27px;
	margin-bottom: 7px;
	position: relative;
	width: 350px;
}
.header_logo {
	background-color: #75BD00;
	background-image: url(/App_Themes/DocItGreen/img/logo_sm.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 27px;
	width: 37px;
	float: left;
	position: relative;
	cursor: pointer;
}
.header_serach {
	background-color: #75BD00;
	height: 27px;
	float: left;
	position: relative;
}
.header_serach_tbox {
	font-size: 11px;
	color: #4B4B4B;
	background-color: #F1F1F1;
	background-image: url(/App_Themes/DocItGreen/img/textbox_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
	height: 13px;
	margin-top: 5px; /* for all */
	#margin-top: 4px; /* only apply to Microsoft Internet Explorer browsers */
	width: 190px;
	padding-right: 2px;
	padding-left: 2px;
}
.header_serach_btn {
	font-weight: bold;
	color: #384044;
	background-color: #75BD00;
	font-size: 12px;
	cursor: pointer;
	height: 18px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 7px;
	margin-right: 4px;
	background-image: url(/App_Themes/DocItGreen/img/buttons/header_find_btn.gif);
	width: 70px;
	background-repeat: no-repeat;
	border-top-width: 7px;
	margin-top: 5px;
	text-align: center;
	padding-bottom: 6px;
	line-height: 17px;
	
}
.header_round {
	background-image: url(/App_Themes/DocItGreen/img/search_tab_round.gif);
	background-repeat: no-repeat;
	height: 27px;
	float: left;
	position: relative;
	width: 12px;
}
.back_btn {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	float: left;
	position: relative;
	background-color: #75BD00;
	height: 17px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 5px;
}
.back_btn a:hover{
	color: #F37721;
	text-decoration:underline;
}
.back_btn a, .back_btn a:visited, .back_btn a:active{
	color: #000000;
	text-decoration: none;
}
.arrow {
	float: left;
	position: relative;
	background-color: #75BD00;
	background-image: url(/App_Themes/DocItGreen/img/b_back_viewer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	width: 26px;
	cursor: pointer;
}
