﻿@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
a{
	text-decoration:none;
}
.cuowu{
	margin:150px auto;
	border:1px solid #fff;
	width:580px;
	height:440px;
}

.cuowu500{
	background:url(images/bg500.png) no-repeat center center;
}
.cuowu404{
	background:url(images/bg404.png) no-repeat center center;
}
.noPermission{
	background:url(images/bgNoPermission.png) no-repeat center center;
}
.cuowuQQLogin{
	background:url(images/bgQQLoginErr.png) no-repeat center center;
}

.cuowu p{
	font-weight:bold;
	font-size:16px;
	color:#4c4c4c;
	margin-top:210px;
	margin-left:140px;
	text-align:center;
	line-height:65px;
}
.cuowu a{
	border:1px solid #f38816;
	border-radius:30px;
	font-weight:bold;
	font-size:16px;
	color:#e6e6e6;
	padding:10px 70px;
	background:#f38816;
}
.cuowu a:hover{
	background:#ff9b2f;
}