.loginMsg {
	margin-bottom: 10px;
}
.red {
	color: red;
}
.green {
	color: green;
}
.content {
	margin-left: 15px;
	margin-right: 15px;
	border-bottom-width: 10px;
}
.error {
	color: red;
}
.center {
	text-align: center !important;
}
.searchbox {
	width: 70%;
	height: 25px;
}
.pay-msg {
	text-align: center;
	padding: 15px 15px 17px 15px;
	border: 1px solid #bcbcbc;
	margin-bottom: 5px;
}
.payed-icon {
	color: green;
	font-size: 21px;
}
.not-payed-icon {
	color: red;
	font-size: 21px;
}
.w-50{
	width : 50% !important;
}
.align-left{
	text-align: left;
}
