﻿.modal
{
	font-size: 13px;
}
.modal input
{
}
.modal .modal-ct1
{
	width: 200px;
	background-image: url(../Images/Modal/Right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.modal .modal-ct2
{
	width: 194px;
	background-image: url(../Images/Modal/Dialog.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.modal .nib
{
	position: absolute;
	left: -12px;
	top: 25px;
	width: 13px;
	height: 23px;
	background-image: url(../Images/Modal/Nib.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.modal .modal-title
{
	position: relative;
	margin: 0 0 0 10px;
	padding: 2px 0;
	color: #00387a;
	font-weight: bold;
	cursor: move;
}
.modal .modal-content
{
	margin: 2px 0 0 10px; 
	padding: 5px 0 7px 0;
}
.modal .modal-buttons
{
	text-align: center;
}
.modal .modal-footer-box
{
	font-size: 0px;
	position: relative;
	width: 200px;
	background-image: url(../Images/Modal/BottomRight.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.modal .modal-footer
{
	width: 194px;
	height: 7px;
	background-image: url(../Images/Modal/Bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.screenoverlay
{
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}