/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(sys_img/popup400x450.png);
	
	/* dimensions after the growing animation finishes  */
	width:400px;
	height:450px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:20px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(sys_img/close2.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:30px;
	width:80px;
}
div.overlay2 {
	
	/* growing background image */
	background-image:url(sys_img/popup400x550_bw.png);
	
	/* dimensions after the growing animation finishes  */
	width:400px;
	height:550px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:20px;
}

/* default close button positioned on upper right corner */
div.overlay2 div.close {
	background-image:url(sys_img/close2.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:30px;
	width:80px;
}
div.overlay3 {
	
	/* growing background image */
	background-image:url(sys_img/popup400x370.png);
	
	/* dimensions after the growing animation finishes  */
	width:400px;
	height:370px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:20px;
}

/* default close button positioned on upper right corner */
div.overlay3 div.close {
	background-image:url(sys_img/close2.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:30px;
	width:80px;
}
div.overlay800 {
	/* growing background image */
	background-image:url(sys_img/popup800x550_bw.png);
	
	/* dimensions after the growing animation finishes  */
	width:800px;
	height:550px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:20px;
}

/* default close button positioned on upper right corner */
div.overlay800 div.close {
	background-image:url(sys_img/close2.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:30px;
	width:80px;
}
div.overlay800B {
	/* growing background image */
	background-image:url(sys_img/popup800x650_bw.png);
	
	/* dimensions after the growing animation finishes  */
	width:800px;
	height:550px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:20px;
}

/* default close button positioned on upper right corner */
div.overlay800B div.close {
	background-image:url(sys_img/close2.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:30px;
	width:80px;
}
.input {
    border-style:hidden;
	background-color:#FFFFFF;
	text-align:left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #586b8e;
	letter-spacing: 0.4px;
	font-weight: bold;
	cursor:pointer;
 }
 .input2 {
    border-style:hidden;
	background-color:#FFFFFF;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #586b8e;
	
	font-weight: bold;
	cursor:pointer;
 }
