#pop {
	position: absolute;
	visibility: hidden;
	left: 50px;
	top: 100px;
	
	padding: 10px;
	z-index:10000;
	/*background-image:url(../images/jumii-f_44.jpg); BACKGROUND-REPEAT:repeat;*/
}
#pop A {
	COLOR: #0066CC;
}
#pop A:hover {
	COLOR: #0066CC;
}
#pop img {
	behavior: url(images/iepngfix.htc); 
}

#closepop {
	cursor:pointer;
}
.txt_message{
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px; color: #000000;
	width:450px;
}
.info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; font-weight:bold;
		
}
.info input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #333; font-weight:bold;
}

.info #qname{
	float:left;
	margin-left:7px;
	margin-top:10px;
	
}
.info #qemail{
	float:left;
	margin-left:20px;
	margin-top:10px;
}
.info #submit{
	float:left;
	margin-left:7px;
	margin-top:28px;
}
.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	font-weight:normal;
}		

.transparentDiv{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
	width:100%; height:100%;
}

   .transparent  
    {  
       filter:alpha(opacity=0);   
       -moz-opacity: 0.0;   
       opacity: 0.0;   
    }  
	
	.loading {
	height: 30px; 
	background: url('images/working.gif') 50% 50% no-repeat;
}
