﻿@import url(ul.css);
@import url(index.css);

body {
    font-family:verdana, arial, helvetica, sans-serif, "宋体";
    color:#000;
    font-size:9pt;
	text-align: center;
	background-color: #c9e3f2;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0 auto;
       padding:0;
}
.clear{
    clear:both;
}
a:hover {
    color:#fff;
    text-decoration: underline;
}
a {
    color:#fff;
    text-decoration:none;
}
.pic1{
    border: 1px solid #4B7348;
}
.blog_input{
	background-color: #f0f5fc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbe0e7;
	border-right-color: #dbe0e7;
	border-bottom-color: #dbe0e7;
	border-left-color: #dbe0e7;
	height: 17px;
}
.blog_input1{
        width: 55px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #7e9dbc;
	border-bottom-color: #7e9dbc;
	border-left-color: #7e9dbc;
	height: 15px;
}
