/* errors */
.error_background
				{
				position:						absolute;
				width:							100%;
				height:							100%;
				border:							0px solid #CA3B3A;
				color:							#A6A6A6;
				vertical-align:					middle;
				text-align:						center;
				background-color:				#000000;
				filter:							alpha(opacity=70);
				-moz-opacity:					.50;
				opacity:						.50;
				z-index:						100;
				}
.error_container
				{
				position:						absolute;
				width:							100%;
				height:							100%;
				z-index:						100;
				left: 0px;
				right: 0px;
				text-align: center;
				
				}
#error_content
				{
				position:						absolute;
				width:							300px;
				height:							150px;
				border:							1px solid #CA3B3A;
				color:							#A6A6A6;
				vertical-align:					middle;
				text-align:						center;
				background-color:				#ffffff;
				right: 50%;				
				top:							230px;
				z-index:						100;
				}
.error_table
				{
				width:							100%;
				height:							150px;
				z-index:						100;
				}
.body_error_normal
				{
				display:						block;
				overflow:						auto;
				}
.body_error_hidden
				{
				overflow:						hidden;
				}
.hide_display
				{
				display:						none;
				overflow:						hidden;
				}