﻿.topleftcorner
{
	width: 9px;
	height: 35px;
	background:transparent url("../images/lefttopcorner.gif") no-repeat;
}

.bottomleftcorner
{
	width: 9px;
	height: 7px;
	background:transparent url("../images/bottomleftcorner.gif") no-repeat;
}
.leftborder
{
	width: 9px;
	height:100%;
	background:white url("../images/leftborder.gif") repeat-y;
}
.bottomMiddle
{
	background:transparent 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:transparent url("../images/topbkgd.gif") repeat-x;
	height:35px;
}

.ModalClose
{
	background:transparent url("../images/closebutton.gif") no-repeat;
	height:35px;
	width:33px;
	float:right;
	border:0px;
}
.ModalClosehover
{
	background:transparent url("../images/closehover.gif") no-repeat;
	height:35px;
	width:33px;
	float:right;
	border:0px;
	cursor:hand;
}
.toprightcorner
{
	width: 9px;
	height: 35px;
	background:transparent 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:transparent url("../images/bottomrightcorner.gif") no-repeat;
}