﻿body, div, table, li, p, input, select
{
	font-size: 12px;
	color: #333;
	font-family: Verdana;
	font-weight: normal;
}
li
{
    font-family: 宋体;
}
body 
{
	margin: 0px;
	background-image: url('/images/body_bg.gif');
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,ul,dd,dt,dl
{
    margin: 0px;
}
img
{
    border-width: 0px;
}
ul, dl
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
form
{
    margin: 0px;
    padding: 0px;
}

a
{
    font-family:宋体;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}
a:active
{
	color: #333;
	text-decoration: underline;
}

a.blue:link {
	color: #0044DD;
	text-decoration: none;
}
a.blue:visited {
	color: #0044DD;
	text-decoration: none;
}
a.blue:hover {
	color: #FF3300;
	text-decoration: underline;
}
a.blue:active
{
	color: #202020;
	text-decoration: underline;
}

input.text
{
    border: #bbb 1px solid;
    height: 16px;
}

input.button
{
    border: #bbb 1px solid;
    height: 22px;
    background-color: #eee;
}


#top
{
    margin: 0 auto;
    width: 780px;
    height: 75px;
}
#top_nav
{
    margin-top: 55px;
    height: 30px;
    float: right;
    font-size: 14px;
    font-weight: bold;
}
#top_nav a
{
    color: #3f70a2;
}
#top_nav a:hover
{
    color: #f62;
}
#top_left
{
    width: 165px;
    padding-top: 5px;
    padding-left: 0px;
    float: left;
    float: left;
    width: 250px;
}
#top_right
{
    float: right;
    width: 500px;
}
#top_menu
{
    margin-top: 45px;
    padding-left: 150px;
}
#main
{
    margin: 0 auto;
    width: 778px;
}

.main_sep
{
    clear: both;
    height: 0px;
    margin-top: 10px;
    border-top: #ddd 1px solid;
    padding-top: 15px;

}
#bottom
{ 
    margin: 0 auto;
    margin-top: 20px;
    width: 762px;
    padding: 8px;
    clear: both;
    border: #ccc 1px solid;
    text-align: center;
    color: #666;
    line-height: 22px;
}
#bottom a
{
    color: #666;
}
#bottom a:hover
{
    color: #f60;
}

#main_left
{
    background-image: url('/images/main_left_bg.jpg');
    background-repeat: no-repeat;
}
#setup_magic
{
    float: left;
}

#mb
{
    float: left;
}
#mb dt
{
    font-family: Arial 宋体;
    font-weight: bold;
    color: #396fbd;
    font-size: 18px;
    padding-top: 4px;
}
#mb dd
{
    padding-left: 10px;
}
#mb dd p
{
    color: #555;
    line-height: 26px;
}

