 
#topboxcontainer {
	position: absolute;
	top: 86px;
	background-color: #3671A9;
	width: 300px;
	height:360px;
	z-index: 5;
	overflow: auto;
	right: 0;
	display: none;
}

#topbox1 { width: 260px; 
    height: 344px;
	z-index: 6;
	margin: 15px 0 15px 15px;
}


#bottomboxcontainer {
	position: absolute;
	background-color: #3671A9;
	width: 362px;
	height:310px;
	z-index: 5;
	overflow: hidden;
	bottom: 14px;
	right: 0;
	display: none;
}

#bottombox1 img {
	margin: 10px;
}

#bottombox1 a {
	float: left;
	width: 166px;
	height: auto;
}

#bottombox1 {
	margin: 15px 15px 0;
	z-index: 6;
}

#toplink {
	position: relative;
	left: 750px;
	width: 75px;
}
My Comment 

 
/* #topbox1 {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	width: 250px;
	background-color: green;
	height: 200px;
}

.topboxTab {
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.topboxContent {
	
}


.topbox a {
	}

.topboxOpen .topboxTab {
}

.topboxClosed .topboxTab {
 /* background-color: #EFEFEF */
}


.topboxTabHover,  .topboxOpen .topboxTabHover {
}

.topboxFocused .topboxTab {
}

*/