.position-holder {
	position:relative;
}

.help-picture {
	 position:absolute;
	 top:-25px;
	 right:0;
	 
}

.pad-frame {
   width:220px;
   top:-30px;
	right: 0px;
	position: absolute;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	float: right;
   padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
.pad-frame-top {
	width:200px;
	background: #ffffff url(../images/pad-top-bar.gif) repeat-x;
	height: 25px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.pad-frame-middle {
   width:200px;
   min-height:40px;
	background: #ffffff;
   border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.pad-frame-bottom {
	width:200px;
	background: #ffffff url(../images/pad-bottom-bar.gif) repeat-x;
	height: 25px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}