#buttonbox {display:block; 
			position:absolute;
			top:223px; 
			left: 720px; 
			background:#edebdc; 
			width:132px; 
			padding:5px 10px 5px 10px; 
			border:1px solid #000; 
			margin:0px auto 0px auto;
			}
.white {	position:absolute; 
			width:120px; height:20px; 
			color:#fff; 
			background:#fff; 
			border-top:1px solid #ffdc56; 
			border-right:1px solid #957704; 
			border-bottom:1px solid #937603; 
			border-left:1px solid #ffdc56;
			overflow:hidden; 
			text-align:center;
			}
.blackc {	position:absolute; 
			top:0; left:0; 
			width:118px; height:18px; 
			color:#000; 
			font-family:verdana; 
			font-size:13px; 
			font-weight:bold; 
			overflow:hidden; 
			border-top:1px solid #ffd42e; 
			border-right:1px solid #caa205; 
			border-bottom:1px solid #c9a105; 
			border-left:1px solid #ffd42e; 
			overflow:hidden; 
			text-align:center;
			line-height:15px; 
			background:#fc0;
			}
.black {	position:relative; 
			top:0; left:0; 
			width:122px; height:22px; 
			border:1px solid #000;
			}
.cona {		position:relative; 
			top:0; left:0; 
			width:125px; height:25px; 
			border-top:1px solid #d5d3ca; 
			border-left:1px solid #d5d3ca; 
			background:#f7f6ef;
			}
.conb {		position:relative; 
			top:0; left:0; 
			width:127px; height:27px; 
			border-top:1px solid #b8b7af; 
			border-left:1px solid #b8b7af; 
			background:#f7f6ef;
			}
.conc {		position:relative; 
			top:0; left:0; 
			width:129px; height:29px; 
			border-top:1px solid #9c9b95; 
			border-left:1px solid #9c9b95; 
			background:#f7f6ef;
			}
.cond {		position:relative; 
			top:0; left:0; 
			width:131px; height:31px; 
			border-top:1px solid #d5d3ca; 
			border-left:1px solid #d5dc3a; 
			background:#fff; margin-top:2px;
			}


#buttonbox a.switch:visited {text-decoration:none;}
#buttonbox a.switch {color:#c00; text-decoration:none; position:absolute;}
#buttonbox a.switch:hover {color:#c00; background:#edebdc; cursor:pointer;}
#buttonbox a.switch:hover .white {
		position:absolute; 
		width:120px; height:20px; 
		color:#fff; 
		background:#fff; 
		border-bottom:1px solid #ffdc56; 
		border-left:1px solid #957704; 
		border-top:1px solid #937603; 
		border-right:1px solid #ffdc56;
		overflow:hidden; 
		text-align:center;
		}
#buttonbox a.switch:hover .blackc {
		position:absolute; 
		top:0; left:0; 
		width:118px; height:18px; 
		color:#000; 
		font-size:13px; 
		font-weight:bold; 
		overflow:hidden; 
		border-bottom:1px solid #ffd42e; 
		border-left:1px solid #caa205; 
		border-top:1px solid #c9a105; 
		border-right:1px solid #ffd42e; 
		overflow:hidden; 
		text-align:center; 
		line-height:17px; 
		background:#eb0;
		}