﻿
#error-msg {
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}

#error-msg .error-img {
	width:100px;
	height:100px;
	background:url("../images/common/allert.png") no-repeat;
	margin:0 auto;
	margin-top:50px;
}

#error-msg h1.error-h1 {
	margin-top:30px;
	font-size:30px;
}

#error-msg p.error-h2 {
	margin-top:30px;
	font-size:16px;
	font-weight:200;
	color:#888;
}

#error-msg p.error-h3 {
	margin-top:10px;
	font-size:13px;
	color:#aaa;
}

#error-msg p.error-h4 {
	margin-top:10px;
	font-size:12px;
	color:#000;
}

.error-exp {font-size:11px; color:#888}

body {height:100%; min-height:440px}
ul {list-style: none;margin: 0;padding: 0;position: relative;}
ul li {margin: 0;padding: 0;display: inline-block;*display: inline;*zoom: 1;}
ul li input[type="checkbox"], ul li label, ul li input[type="button"] {position: absolute;}
input[type="checkbox"] {width: 13px;height: 13px;left: 15px;top: 12px;}
input[type="button"] {border: 0;cursor: pointer;}
.label {position: absolute;top: 7px;left: 35px;}
a:link, a:visited, a:active, a:hover {color: #1c94c4;}
a:hover {background-color: #c7d1d6;}
.text-dongbu-l {color: #00a199;font-size: 16px;}
.text-red-l {color: red;font-size: 16px;}
.text-red-m {color: red;font-size: 14px;}
.text-red-m1 {color: red;font-size: 13px;}
.text-red-s {color: red;font-size: 12px;}
.text-blue-l {color: blue;font-size: 16px;}
.text-blue-m {color: blue;font-size: 14px;}
.text-blue-m1 {color: blue;font-size: 13px;}
.text-blue-s {color: blue;font-size: 12px;}
.text-black-l {color: #000;font-size: 16px;}
.text-black-m {color: #000;font-size: 14px;}
.text-black-m1 {color: #000;font-size: 13px;}
.text-black-s {color: #000;font-size: 12px;}