/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
			
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	
}
#popupInner {
	border: 3px solid #555548;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #b0060e;
	border-top: 1px solid #ff5b63;
	border-left: 1px solid #ff5b63;
	border-right: 1px solid #b0060e;
	position: relative;
	z-index: 203;
	background-color: #fd030f;
}
#popupBottomBar {
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #b0060e;
	border-top: 1px solid #ff5b63;
	border-left: 1px solid #ff5b63;
	border-right: 1px solid #b0060e;
	background-color: #fd030f;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popC{
	background-image: url(/images/popbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.greenb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #486CAE;
}
.t{
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
.redb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
}
#mainCon {
	background-image: url(/includes/modalbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 130px;
}
.formT2{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.callC {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #082744;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #082744;
}
.style1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submitB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #b0060e;
	border-top: 1px solid #ff5b63;
	border-left: 1px solid #ff5b63;
	border-right: 1px solid #b0060e;
	background-color: #fd030f;
	padding-top: 3px;
	padding-bottom: 3px;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
}
.fielderror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	background-color: #CC0000;	
}


.style2 {
	height: 5px;
}
.popT{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #FFFFFF;
}