.dialog
{

}

.headerCss
		{
			cursor:hand;
			cursor:pointer;
		}
.dialogcontentleft
{
	background-image:url(images/left.gif);
	width:5px;
	background-repeat:repeat-y;
	background-position:left;
}

.dialogcontentright
{
	background-image:url(images/right.gif);
	width:5px;
	background-repeat:repeat-y;
	background-position:right;
}

.dialogclose
{
	background-image:url(images/close.gif);
	width:28px;
	height:15px;
}
.dialogtopleft
{
	background-image:url(images/top_left.gif);
	background-position:bottom;
	width:5px;
	height:45px;
}
.dialogtopright
{
	background-image:url(images/top_right.gif);
	background-position:bottom;
	width:5px;
	height:45px;
}
.dialogbottomleft
{
 
	background-image:url(images/bottom_left.gif);
	width:5px;
	height:4px;
	background-repeat: no-repeat;
}
.dialogbottomright
{
	background-image:url(images/bottom_right.gif);
	width:5px;
	height:4px;
	background-repeat: no-repeat;
}

.dialogtop
{
	background-image:url(images/top.gif);background-position:top; background-repeat: repeat-x;
}

.dialogbottombackground
{
	background-image:url(images/bottom.gif);background-color:#F0F0F0; background-position:bottom; background-repeat: repeat-x;
}
