﻿/*
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
*/

#popup {
	background-color:#6d1d36;
	border-width:3px;
	border-style:solid;
	border-color:#6d1d36;
	padding:3px;
	width:320px;
}

#popup table
{
    padding: 5px 5px 5px 5px;
    width: 300px;
}

#popup td
{
    padding: 5px 5px 5px 5px;
}

#popup .labelCol
{
    width: 100px;
}

#popup .fieldCol
{
    width: 150px;
}

#popup .error
{
    padding-left: 45px;
}

#popup .button {
	overflow: hidden;
	clear:both;
	float:left;
	margin:0 !important;
	padding-left:0;
}

#popup .button a.buttonText {
	background: transparent url('../images/buttons/BlueButtonLeft.gif') no-repeat top left;
	display: block;
	line-height: 12px;
	height: 20px;
	padding-left: 6px;
	text-decoration: none;
}

#popup .button a:link.buttonText, 
#popup .button a:visited.buttonText, 
#popup .button a:hover.buttonText, 
#popup a:active.buttonText {
	color: white; /*button text color*/
}
#popup .button a.buttonText span {
	background: transparent url('../images/buttons/BlueButtonRight.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px;
}
#popup .button a:hover.buttonText {
	text-decoration: underline;
}

#popup .close 
{
    float:right; 
    clear:none;
}