/* 爱墙CSS文件 王峰 2006-03-07 */

/* 默认标签 */

body,input {
	margin:0;
	font-size:12px;
	color:#000;
	}

img {
	border:0;
	}

form {
	margin:0;
	}

a {
	text-decoration:none;
	}

table {
	border:none;
	word-break:break-all;
	}

textarea {
	width:520px;
	height:100px;
	}

h1 {
	font-size:12px;
	color:#FFF;
	margin:0;
	background-color:#FF0078;
	padding:5px;
	}

h1 a {
	color:#FFF;
	}

/* 自定义 */

#title {
	background:#EB002F url(images/bg_top.gif) repeat-x;
	height:68px;
	padding-left:30px;
	}

#title img {
	margin-top:29px;
	}

#searchbar {
	background:#EB002F url(images/bg_searchbar.gif) repeat-x;
	height:46px;
	}

#linktext {
	padding:5px 10px;
	color:#FF6;
	position:absolute;
	}

#linktext a {
	color:#FFF;
	}

#linktext a:hover {
	text-decoration:underline;
	}

#searchinput {
	text-align:right;
	padding-right:10px;
	color:#FFF;
	}

#main {
	height:720px;
	background:#EEE url(images/bg_wall.gif) left top;
	}

#main1 {
	background:#EEE url(images/bg_wall.gif) left top;
	}

.card {
	width:200px;
	border:1px ridge;
	text-align:left;
	}

.card table {
	width:100%;
	table-layout:fixed;
	word-wrap:break-word;
	}

.name {
	text-align:right;
	padding:5px;
	}

#explain {
	line-height:18px;
	padding:5px;
	}

#bottom {
	background:#EB002F url(images/bg_bottom.gif) repeat-x left top;
	text-align:center;
	color:#FFF;
	padding:35px 0 10px 0;
	}

#bottom a {
	color:#FFF;
	}

.alert {
	color:#C00;
	}

.clear {
	clear:both;
	font-size:1px;
	}
/* 友情链接 */

#links {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#EEE;
	}

#links h3 {
	font-size:12px;
	margin:0;
	height:22px;
	line-height:22px;
	background:#DDD;
	text-align:left;
	padding:0 0 0 15px;
	}

#links ul {
	margin-top:5px;
	}

#links a {
	color:#000;
	}

#links a:hover {
	background-color:#F7F7F7;
	}

#linkimage li,#linktext li {
	text-align:center;
	float:left;
	padding:0 15px;
	}

