﻿body {
}

.imageShow
{
	width: 119px;
	background-image: url('images/V_bg.gif');
	background-repeat: repeat-y;
}


.h_bg
{
	background-image: url( '../images/H_bg.gif' );
	background-repeat: repeat-x;
	height: 74px;
	width:119px;
	margin:0px 6px 0px 6px;
}



.corner_top_bg
{
	background-image: url('images/corner_top_bg.gif');
	background-repeat: no-repeat;
	width:119px;
	height:8px;
	
}

	
.corner_bottom_bg
{
	background-image: url('images/corner_bottom_bg.gif');
	background-repeat: no-repeat;
	width:119px;
	height:13px;
	
}


