﻿.headerLeft
{
	background-image: url(../images/Dialog/top-left.png); 
	background-repeat: no-repeat;
}

.headerMiddle
{
	color: White; 
	font-size: 15px; 
	font-family: Arial; 
	font-weight: bold;
	background-image: url(../images/Dialog/top-mid.png); 
	background-repeat: repeat-x; 
	height: 35px !important;
}

.headerRight
{
	background-image: url(../images/Dialog/top-right.png); 
	background-repeat: no-repeat;	
}

.contentLeft
{
	background-image:url(../images/Dialog/left.png);
	filter:alpha(opacity=60);
}

.contentRight
{
	background-image:url(../images/Dialog/right.png);
	filter:alpha(opacity=60);
}

.contentFooter
{
	background-image:url(../images/Dialog/bottom_content.gif);
	background-repeat: repeat-x; 
	height: 36; 
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footerMiddle
{
	background-image: url(../images/Dialog/bottom-mid.png);
}

