/* RES ERROR */

#errormsg {
	width: 100%;
	display: none;
	color: red;
	}	
	
/* RES SUCCESS */	

#party {
	position: fixed;
	left: 50%;
	margin-left: -325px;
	top: 35%;
	display: none;
	width: 650px;
	border: 2px solid #4A4A4A;;
	background-color: #FBF5F2;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #4A4A4A;
	font-size: 2em;
	}
	
.party {
	font-size: 3em;
	font-weight: bold;
	}
	
#sorr {
	position: fixed;
	left: 50%;
	margin-left: -325px;
	top: 35%;
	display: none;
	width: 650px;
	border: 2px solid #4A4A4A;;
	background-color: #FBF5F2;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	font-size: 2em;
	}
	
.sorr {
	font-size: 3em;
	font-weight: bold;
	color: red;
	}	
	
#news_loader {
	position: fixed;
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #F0E9E9;
	}	