	#view_box {
		margin-top:20px;
		margin-bottom:20px;
		width:800px;
		margin-left:auto;
		margin-right:auto;
	}
	#view_tl {
	background-image: url(images/view_tl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#view_tr {
	background-image: url(images/view_tr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	#view_tm {
		background:url(images/view_tm.gif) repeat-x bottom left;
		height:37px;
		padding-top:40px;
		margin-left:200px;
		margin-right:10px;
		text-align:right;
	}
	#view_bl {
		background:url(images/view_bl.gif) no-repeat bottom left;
	}
	#view_br {
		background:url(images/view_br.gif) no-repeat bottom right;
	}
	#view_bm {
		background:url(images/view_bm.gif) repeat-x bottom left;
		margin-left:10px;
		margin-right:10px;
		padding:10px 0px;
	}			
	#view_mid {
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		background:#000;
	}
	#view_caption span {
		font-weight:bold;
		color:#f7c459;
	}