﻿.topleftcorner
{
	width: 9px;
	height: 35px;
	background:url(images/lefttopcorner.gif) no-repeat;
}

.bottomleftcorner
{
	width: 9px;
	height: 7px;
	background:url(images/bottomleftcorner.gif) no-repeat;
}
.leftborder
{
	width: 9px;
	height:100%;
	background:white url(images/leftborder.gif) repeat-y;
}
.bottomMiddle
{
	background:url(images/bottombkgd.gif) repeat-x;
	height:7px;
}
.ModalContent
{
	font-family:Tahoma, Arial, helvetica, sans-serif; color:black; line-height:1.54em;
	font-size:11px;	
	vertical-align:top;
	background:white;
}
.Modaltitle
{
	font-family:Tahoma, Arial, helvetica, sans-serif; color:white; line-height:1.54em;
	font-size:11px;
	font-weight:bold;
	background:url(images/topbkgd.gif) repeat-x;
	height:35px;
}

.ModalClose
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: url(images/closebutton.gif) no-repeat;
	height:35px;
		width:33px;
		float:right;
	}
.ModalClosehover
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: url(images/closehover.gif) no-repeat;
	height:35px;
		width:33px;
		float:right;
		cursor:hand;
}
.toprightcorner
{
	width: 9px;
	height: 35px;
	background:url(images/righttopcorner.gif) no-repeat;
}

.rightborder
{
	width: 9px;
	height:100%;
	background:white url(images/rightborder.gif) repeat-y;
}
.bottomrightcorner
{
	width: 9px;
	height: 7px;
	background:url(images/bottomrightcorner.gif) no-repeat;
}
