﻿
#vs1
	{
	background-image:url(../images/BOX_0/vs1.jpg);	/*set bottom right hand corner image*/
	 width:14px;
	}

#vs2
	{
	background-image:url(../images/BOX_0/vs2.jpg); /*set the top border image*/
	background-repeat: repeat-x;		/*repeat the top border image in x-axis*/
	 width:235px;
	}

#vs3
	{
	background-image:url(../images/BOX_0/vs3.jpg); /*set the bottom border image*/
	 width:139px;
	 height:81px;
	}

#vs4
	{
	background-image:url(../images/BOX_0/vs4.jpg); /*set the right border image*/
	background-repeat: repeat-x;		/*repeat the right border image in y-axis*/
	width:500px;
	}

#vs5
	{

	background-image:url('../images/BOX_0/vs5.jpg'); /*set the left border image*/
    width:12px;
}