#glayLayer{
	position:fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	display: none;
}
#overLayer{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -160px;
	width:320px;
	height:200px;
	background-color: #FFFFFF;
	display: none;
	border-radius: 20px;
	border:8px solid #ED5A57;
}

.hiddenTextarea{
	display: none;
}

.selectedValue{
	display: none;
}

.hiddenFormArea{
	display: none;
}

.logout{
	color: #EE3333;
	text-align: center;
	width:100%;
}

.errorMessage{
	color: #EE3333;
	text-align: center;
	width:100%;
}
.vnext{
	margin-top:1em;
}

.tCenter{
	text-align: center;
}

.selectedCategory{
	border:3px inset #DCDCDC;
}

.pagenation{
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pagenation:after{
	content: '';
	display: block;
	clear: both;
}

.pagenation .prevBtn{
	background-color:#FFFFFF;
	width:80px;
	height:40px;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	font-size:1.1em;
	cursor:pointer;
}

.pagenation .nextBtn{
	background-color:#FFFFFF;
	width:80px;
	height:40px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	font-size:1.1em;
	cursor:pointer;
}