﻿@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：界面设计制作部
* 创建日期：2009-4-10
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 框架公用样式文件
*************************************/
html{
	background:#F2F9FD url(../images/index_07.gif) 0 100% repeat-x;
	height:100%;
}
body {	
	color:#7C8B94;
	font-family:"宋体",Arial;
	font-size:12px;
	margin:0 auto;
	padding:0;
	text-align:left;
	overflow:hidden;
	height:100%;
}
/* 重置 */
div,p, ul, li, ol, dl, dt, dd{
	margin:0;
	padding:0;
}
p,li,div{/* add */
	line-height:20px;
}
/* 标题样式 */

h1{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal
}
/* 列表样式 */
ul, ol, li, dl, dt, dd {
	list-style:none;
}
.tip_error_stop{
	width:960px;
	overflow:hidden;
	height:100%;
	margin:0 auto;
}
.tip_error_stop .cont{
	margin-top:85px;
	background:url(../images/index_03.gif) 0 0 no-repeat;
	padding:0 10px 0 125px;	
}
.tip_error_stop h1{
	font-size:30px;
	line-height:1.5;
	color:#2B3235;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:1px solid #C5E3F5;
}
.tip_error_stop dl{
	border-top:1px solid #fff;
}
.tip_error_stop dt{
	padding:15px 0;
	color:#455056;
}
.tip_error_stop dd{
	color:#7C8B94;
	line-height:30px;
}
.tip_error_stop .sorry{
	line-height:30px;
}
.tip_error_stop p{
	margin-top:25px;
	color:#455056;
	line-height:30px;
	border-bottom:1px solid #C5E3F5;
}
.tip_error_stop ul{
	border-top:1px solid #fff;
	padding-top:10px;
}
.tip_error_stop li{
	line-height:30px;
}
.tip_error_stop li a{
	color:#7C8B94;
}
.tip_error_stop .copyright{
	text-align:right;
	margin-top:75px;
	border:none;
}

