.mainBox{
	color: white;
	text-align: center;
	background-color: #27386C;
	margin: auto;
	padding: 10px; /*0 10px 15px 10px;*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	color : white;
}

.regPop{
	width: 500px;
	min-height: 100px;
}
.widePop{
	width: 675px;
}
.helpPop{
	width: 800px;
	height: 600px;
	max-height: 600px;
	border: solid 2px whitesmoke;
}
#cssPop{
	position: fixed;
	z-index: 5555;
	box-shadow: 6px 6px 6px #999;
	overflow-y: auto;
	padding: 8px;
	background: #e9e9e9 url(img/pageBG.png);
	border-radius: 8px;
	/*border: 2px solid #333;*/
}
#cssPop, #cssPop label, #cssPop h3, #cssPop h4{
	color: #000;
}
#cssPop img {
	max-width: 750px;
}


.divider{
    width:20px;
    height:auto;
    display:inline-block;
}

.astext{
	background:none;
    border:none;
    margin:0;
    padding:0;
	font-size: 36px;
	color:red;
}

.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;   
	z-index: 5002;
	background-image: url('img/mask.png');
    background-repeat: repeat;
}

 
.chevron{
	max-width: 150px;
}
.closeBTN{
	float: right;
	cursor: pointer;
}

#acceptPopBTN{
	width: 100px;
	border-radius: 4px;
}