*{
	margin:0;
	padding:0;
}

.error_pan{
	width:600px;
	margin:120px auto 0;
	overflow:hidden;
	height:270px;
	background:#d6d6d6 url(../images/plug.png) no-repeat center bottom;
}
.error_pan_left,
.error_pan_right{
	width:295px;
	float:left;
}
.error_pan_right{
	float:right;
}
.error_pan_left{
	width:280px
}
.txt_error_number{
	font-size:7.5em;
	color:#7bbad9;
	text-align:center;
}
.txt_red{
	color:#ed6f70;
}

.opps_txt{
	font-size:36px;
	font-weight:normal;
}
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
		.error_pan{
			width:auto;
			}
		
		.error_pan_left,
.error_pan_right{
	width:auto!important;
	float:none!important;

}
.error_pan_right h3{
	text-align:center;
}
.error_pan_right p{
	text-align:center;
}
	}