﻿/* DIALOG */
.dgtopleft
{
	background-image: url(images/top-left.png);
}
.dgtopmid
{
	background-image: url(images/top-mid.png);height: 35px;
}
.dgtopright
{
	background-image: url(images/top-right.png);
}

.dgleft
{
	background-image: url(images/left.png); 
	filter: alpha(opacity=60);
}
.dgmid
{
	background-image:url(images/bottom_content.gif);height:41px;padding-right:10px;
}
.dgright
{
	background-image: url(images/right.png); 
	filter: alpha(opacity=60);
}

.dgbottomleft
{
	background-image: url(images/bottom-left.png);
}
.dgbottommid
{
	background-image: url(images/bottom-mid.png);
}
.dgbottomright
{
	background-image: url(images/bottom-right.png);
}