﻿.AjaxWindow
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.AjaxWindow input 
{
	display: inline;
}

.AjaxWindowTopLeft
{
	background-image: url(/content/images/ajaxwindow/logo.png);
	width: 88px;
	height: 98px;
}

.AjaxWindowTitle 
{
	background-image: url(/content/images/ajaxwindow/top.png);
	height: 98px;
	color: White;
	font-size: large;
	font-weight: bold;
	text-align: center;
	
}

.AjaxWindowTopRight 
{
	background-image: url(/content/images/ajaxwindow/topright.png);
	width: 17px;
	height: 98px;
}

.AjaxWindowLeft 
{
	background-image: url(/content/images/ajaxwindow/left.png);
	background-repeat: repeat-y;
	width: 31px;
}

.AjaxWindowContent 
{
	background-color: #e0eaff;
	overflow: hidden;
}

.AjaxWindowRight 
{
	background-image: url(/content/images/ajaxwindow/right.png);
	background-repeat: repeat-y;
	width: 17px;
}

.AjaxWindowBottomLeft 
{
	background-image: url(/content/images/ajaxwindow/bottomleft.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 30px;
}

.AjaxWindowBottom 
{
	background-image: url(/content/images/ajaxwindow/bottom.png);
	height: 30px;
}

.AjaxWindowBottomRight 
{
	background-image: url(/content/images/ajaxwindow/bottomright.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 30px;
}

#mask {  
    position:fixed;  
    z-index:999;  
	background-image: url(/content/images/ajaxwindow/mask.png);
	display:none;  
	left:0;
	top:0;
}