﻿body {
}
.msg_Bottom
{
	background-image: url(images/msg_bottom.gif);
	background-repeat: repeat;
	height:2px ; 
}
.msg_Top
{
	background-image: url(images/msg_top.gif);
	background-repeat: repeat;
	height:2px ; 
}
.msg_Left
{
	background-image: url(images/msg_left.gif);
	background-repeat: repeat;
	width:3px ; 
}

.msg_Right
{
	background-image: url(images/msg_right.gif);
	background-repeat: repeat;
	width:3px ; 
}
.msg_Inner
{
	background-color: #150f3e;/*#eeeeee;*/
	background-repeat:repeat;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}
.messageStyle
{
	font-family:Arial;
	color:#ffffff;
	font-weight:bold;
	font-size: 12px;
	
}



