﻿/*---------------------Flash----------------------------------*/
.Flash_Top_Left
{
	background-image: url('Top_Left.gif');
	background-repeat: repeat-x;
	width:4px;
	height:4px;
}

.Flash_Top_Center
{
	background-image: url('Top_Center.gif');
	background-repeat: repeat-x;
	height:4px;
}

.Flash_Top_Right
{
	background-image: url('Top_Right.gif');
	background-repeat: repeat-x;
	width:4px;
	height:4px;
}

.Flash_Middle_Left
{
	background-image: url('Middle_Left.gif');
	background-repeat: repeat-y;
	width:4px;
}

.Flash_Middle_Right
{
	background-image: url('Middle_Right.gif');
	background-repeat: repeat-y;
	width:4px;
}

.Flash_Bottom_Left
{
	background-image: url('Bottom_Left.gif');
	background-repeat: repeat-x;
	width:4px;
	height:4px;
}

.Flash_Bottom_Center
{
	background-image: url('Bottom_Center.gif');
	background-repeat: repeat-x;
	height:4px;
}

.Flash_Bottom_Right
{
	background-image: url('Bottom_Right.gif');
	background-repeat: repeat-x;
	width:4px;
	height:4px;
}

