/* CSS Document */

	html, body {
		height:100%;
		margin:0px; /* IE7 no DOCTYPE */
	}
	
	/* Mask */
	.mask {
		display:none;
		position:fixed;
		width:100%;
		height:100%;
		z-index:5;
		opacity: 0.6;
		filter: "alpha(opacity=60)"; /* expected to work in IE 8 */
		filter: alpha(opacity=60);   /* IE 4-7 */
		zoom: 1;  					/* needed in IE up to version 7, or set width or height to trigger "hasLayout" */ 
		
		background-color:#000000;
		color:#FFFFFF;
		font-weight:bold;
		
		left:0px;
		top:0px;
	}
	
	/* POP form */
	.POP_form {
		display:none;
		padding:0px;
		border:0px solid #000000;
		z-index:10;
	}

	.POP_HEAD_form {
		height:22px; 
		text-align:right; 
		padding:0px 0px 0px 5px;
		background-color:#ccc;
		background-position:bottom;
		background-image:url(http://www.adlandis.com/img/barritapopup.gif);
		background-repeat:repeat-x;
		border-left:1px solid #333; border-right:1px solid #fff;
	}
	
	.POP_INNER_form {
		background-color:#FFFFFF;
		color:#FF0000;
		border-left:1px solid #333; border-right:1px solid #fff;
	}
/* Inset 3D Curved */
.inset {background: transparent; margin:0 auto;}

.inset .top, .inset .bottom {display:block; background:transparent; font-size:1px;}
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {display:block; overflow:hidden;}
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {height:1px;}
.inset .b2 {background:#ccc; border-left:1px solid #333; border-right:1px solid #666;}
.inset .b3 {background:#ccc; border-left:1px solid #333; border-right:1px solid #ddd;}
.inset .b4 {background:#ccc; border-left:1px solid #333; border-right:1px solid #eee;}
.inset .b4b {background:#ccc; border-left:1px solid #666; border-right:1px solid #fff;}
.inset .b3b {background:#ccc; border-left:1px solid #ddd; border-right:1px solid #fff;}
.inset .b2b {background:#ccc; border-left:1px solid #eee; border-right:1px solid #fff;}


.inset .b1 {margin:0 5px; background:#333;}
.inset .b2, .inset .b2b {margin:0 3px; border-width:0 2px;}
.inset .b3, .inset .b3b {margin:0 2px;}
.inset .b4, .inset .b4b {height:2px; margin:0 1px;}
.inset .b1b {margin:0 5px; background:#fff;}

