/* *************************************************************
POPUP LOGIN BOX WINDOW
************************************************************* */
.modalDialog_transparentDivs{	
	filter:alpha(opacity=80);	/* Transparency */
	opacity:0.8;	/* Transparency */
	background-color:#AAA;
	z-index:10;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border: 2px solid #999;
	padding:0;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#fff;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#666;
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

#contactPopup { float: left; width: 360px; padding: 0; margin: 0;}
#contactPopup h2{font-size: 100%; margin: 15px 0 10px 15px; padding: 0; font-weight:bold; clear: both; color: #F09; text-transform: none;float: left; display: inline;}
#contactPopup .lines{ border-top: 1px solid #99CC00; border-bottom: 1px solid #CCE57F; height: 1px; width: 515px; float: left; margin: 5px 0; font-size: 0; clear: both;}
#contactPopup p{ float: left; width: 350px; font-size:70%; margin: 0 0 0 15px; padding: 0; line-height: 220%; display: inline;}
#contactPopup form h4{background-position: 0 2px; margin: 15px 0 5px 15px; display: inline; font-size: 90%;}
#contactPopup form p{ float: left; width: 260px; font-size:70%; margin: 0 0 0 15px; padding: 0; line-height: 220%; display: inline;}
#contactPopup form label{ width: 100px; float: left}
#contactPopup form textarea { font: 110% Arial, Helvetica, sans-serif; width: 520px; height: 100px;}
#contactPopup form .submit { background: url(../images/buttons/btn_submit.jpg) 0 0 no-repeat; border: none; width: 100px; height: 31px; cursor: pointer; float: left; margin: 5px 0 0 0;}
#contactPopup form .submit:hover{background: url(../images/buttons/btn_submit.jpg) 1px 1px no-repeat; height: 31px; width: 101px;}
#contactPopup h4{ font-size: 100%; color: #996600; font-weight: normal; padding: 0 0 0 15px; margin: 20px 0 5px 0; float: left; font-weight: normal; background: url(../images/icons/icon_arrow_brown.gif) 0 3px no-repeat; clear: both; width: 320px;}

#replaceme, #sackdata{ float: left; width: 260px; margin: 5px 0 0 0;}
#contactPopup #replaceme p, #contactPopup #sackdata p{ float: left; width: 100%; margin: 0 0 0 15px; padding: 0 0 0 10px;  display: inline; color: #F09; font-size: 70%; background-color: #FFF; line-height: 130%;}

#contactPopup p.close{ float: right; padding: 0; text-align: right; margin: 0 15px 0 0; width: auto;}
#contactPopup p.close a{text-decoration: none; color: #005CB6; }
#contactPopup p.close a:hover{text-decoration: none; color: #F09; }
