.contSelect .outer {
    display: table;
    height: 100%;
    width: 100%;
	position: relative;
}
.contSelect .middle {
    display: table-cell;
    vertical-align: middle;
}
#containerPopUp {	
    position: fixed;
    z-index: 10000000;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}
#contTouch {	
    position: absolute;
    height: 150px;
    width: 300px;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -150px;	
	text-transform: uppercase;
    font-size: 24px;
    color: #312725;
    border: 3px solid #fff;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    font-family: 'Helvetica_Roman';
    font-weight: bold;
}

#textPopUp{
	position: relative;
	height: 50%;
	width: 100%;
}
#textPopUp p{	
    font-size: 20px;
    margin: 0;
    text-align: center;
}
.contSelect{
	display: block;
	position: relative;
	width: 80%;
    height: 40%;
	margin: auto;
    text-align: center;	
}
#communitySelect{	    
	height: 30px;
    padding: 0 10px;
    color: #312725;
    border: 3px solid #fff;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    font-family: 'Helvetica_Roman';
    font-weight: bold;
}
.contSelect button{	
    height: 30px;
    padding: 0 10px;
    margin-left: 10px;
    color: #312725;
    border: 3px solid #fff;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    font-family: 'Helvetica_Roman';
    font-weight: bold;
}

.closePopUp{
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	z-index: 1000000;
/*	background-color: aquamarine;*/
}
