.align_center{
	position: fixed;
	width: 100%;
	z-index: 9000;
	top: 0;
}
.align_center:after{
	content: '';
	display: block;
	clear: both;
}
.align_center_to_left{
	position: relative;
	right: 50%;
	float: right;
	clear: both;
}
.align_center_to_right{
	position: relative;
	z-index: 1;
	right: -50%;
}

#broadcasts{
	position: fixed;
	width: 100%;
	z-index: 9000;
	top: 0;
}

#broadcasts .ok_cast,
#broadcasts .process_cast,
#broadcasts .error_cast{
	position: relative;
	z-index: 1;
	right: -50%;
	float: none !important;
	padding: .2em !important;
}

#broadcasts .popup{
	position: relative !important;
	right: -50%;
}

.popup .small{
	font-size: .7em;
}

.input_casts{
	position: absolute;
	margin-top: .6em;
	z-index: 9000;
}

.ok_cast, .process_cast, .error_cast{
	color: #FFFFFF;
	padding: .2em;
	margin-bottom: .3em;
	display: block;
	white-space: nowrap;
	clear: both;
	text-align: center;
}
.ok_cast, .process_cast{
	float: left;
	position: relative;
	left: 50%;
}

.ok_cast{
	background: #00FF33;
}

.process_cast{
	background: #00CCFF;
}

.error_cast{
	background: #FF0CC0;
	float: right;
	padding-right: 1em;
}

.cast_curtain{
	background-color: #4d5871;
	width: 100%;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 8700;
}

.el_curtain{
	background-color: #4d5871;
	position: absolute;
	z-index: 8200;
}




	.popup{
		width: 500px;
		position: absolute;
		top: 20%;
	}
	
	.popup .pop_top .pop_c,
	.popup .pop_bott .pop_c{
		background: url('../style_pics/popup/t.png');
		margin: 0 30px;
		height: 30px;
	}
	
	.popup .pop_bott .pop_c{
		background: url('../style_pics/popup/b.png');
		margin: 0 29px;
		height: 29px;
	}
	
	.popup .pop_top .pop_l,
	.popup .pop_top .pop_r,
	.popup .pop_bott .pop_l,
	.popup .pop_bott .pop_r{
		background: url('../style_pics/popup/lt.png');
		width: 30px;
		height: 30px;
		margin-bottom: -30px;
		position: relative;
	}
		
	.popup .pop_top .pop_r{
		background: url('../style_pics/popup/rt.png');
		float: right;
	}
	
	.popup .pop_bott .pop_l,
	.popup .pop_bott .pop_r{
		background: url('../style_pics/popup/lb.png');
		width: 29px;
		height: 29px;
		margin-bottom: -29px;
		position: relative;
	}
	
	.popup .pop_bott .pop_r{
		background: url('../style_pics/popup/rb.png');
		float: right;
	}
	
	.popup .pop_gold {
		overflow: hidden;
		height: auto;
		//height: 170px;
		
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
		font-size: 1.7em;
	}
	
	.popup .pop_gold .pop_c{
		margin-left: 16px;
		margin-right: 16px;
		background: url('../style_pics/popup/bg.gif');
			
	}
	.popup .pop_gold .pop_c .bg_bott{
		padding: 11px 1em 1em 1em;
		background: url('../style_pics/popup/bg_bott.gif') repeat-x left bottom;
		min-height: 170px;
	}
	
	
	.popup .pop_gold .pop_l,
	.popup .pop_gold .pop_r
	{
		background: url('../style_pics/popup/l.png');
		width: 16px;
		height: 2000px;
		margin-bottom: -2000px;
	}
	.popup .pop_gold .pop_r{
		background: url('../style_pics/popup/r.png');
		float: right;
	}
	
	.popup .pop_btns{
		text-align: right;
		position: relative;
		margin-top: -1.5em;
		padding-bottom: .5em;
		width: 100%;
	}
	
	.popup .pop_btns button, .popup .pop_btns input{
		margin-right: 2em; 
	}
