﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body{background-color:#c00;}
* {
	padding: 0;
	margin: 0;	
	list-style: none;
	font-size:12px; 
	font-family:"宋体";

}
a{ color:#c00; text-decoration:underline;}
a:hover{ color:#333; text-decoration:none;}
img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{color: #fff;
    font-size: 2.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.clear{ clear:both;}
.site{ background-color:#c00;}
.site .Headtop{ width:100%; background-color:#600; height:80px;float:left; margin:0; border-bottom:4px solid #ffb5b5; padding-top:40px;text-align:center;}
.site .Maincontect{width:100%; padding-top:50px; background-color:#c00; height:auto !important; min-height:500px; height: 500px; margin:0;}
.site .Maincontect .Login{ width:450px; height:auto !important; min-height:220px; height: 220px; border:5px solid #ffb5b5; background-color:White;margin-left:32%; }
.site .Maincontect .Login ul { list-style:none;}
.site .Maincontect .Login ul li { width:100%; height:30px; padding-top:7px; float:left; clear:both;}
.site .Maincontect .Login ul li .name{ float:left; width:12%; padding-left:9%; font-size:14px; color:#333;}
.site .Maincontect .Login ul li .password{float:left; width:12%; padding-left:9%; font-size:14px; color:#333;}
.site .Maincontect .Login ul li .inputbox{float:left; width:68%; padding-right:10%;}
.site .Maincontect .Login ul li .inputbox .input{ border-top:1px solid #92938e; border-left:1px solid #92938e; border-right:1px solid #d8dacd; border-bottom:1px solid #d8dacd; width:100%; height:18px; color:#333; font:12px; background-color:#f1f1f1;}
.site .Maincontect .Login ul li .button{padding:2px 8px; border:1px solid #f99; background-color:#ffe5e5; text-align:center; cursor: pointer;}
.site .Maincontect .Login ul li.Buttonbox{ text-align:center; border-top:1px dotted #999; width:80%; margin-left:10%; *margin-left:10%; _margin-left:2%; padding-top:10px; margin-bottom:10px;}

.site .Maincontect .Login ul .me{padding-left:21%; width:78%;}
.site .Maincontect .Login ul .register_bg{ width:380px; height:28px; padding-top:7px; text-align:center; color:White; background:url(images/login0.gif) no-repeat; margin:20px 30px 10px;}
.site .Maincontect .Login .Error{}
.site .Maincontect .Login .Error ul {  background-color:#ffe5e5; text-align:center; color:Red; border:1px dotted #999; width:80%; margin:10px 0 10px 10%; height:auto !important; min-height:20px; height: 20px; padding-top:5px;list-style:none;}
.site .Maincontect .Login .Error ul li {width:auto;float:none;display:inline;}
.site .footer{ text-align:center; height:auto; width:100%; padding-top:30px;}

.Main_register { background-color:#f9f9f9; width:98%; height:auto !important; min-height:350px; height:auto; padding:1%;}

.color_PW{color:#fff; font-size:16px;}



/**  Register  **/
.Re_TT{background-color:#eee; border-bottom:2px solid red; margin:2% 1% 2% 1%; height:22px; padding:5px 10px; font-size:16px; width:96%;}
.Register{font-family:"宋体"; margin-left:18%; width:80%;}
.Register .Re_input{ width:100%; margin:5px 0;}
.Register .Re_title{ font-size:14px; color:Red; padding:0 5px;}
.Register .td{ float:left;}
.Register .Re_tishi{ color:#999; height:auto !important; line-height:15px; min-height:30px; height:auto; padding:10px;}

