﻿@import url("common.css"); 
 #container
        {
            display: block;
            width: 100%;
            margin: 0px;
            padding: 0px;
        }
		  #headerinside {	MARGIN: 0px auto;	WIDTH: 980px;	POSITION: relative;	HEIGHT: 58px}
		  #header #logo {
	LEFT:10px;
	BORDER-TOP-STYLE:none;
	BORDER-RIGHT-STYLE:none;
	BORDER-LEFT-STYLE:none;
	POSITION:absolute;
	TOP:16px;
	BORDER-BOTTOM-STYLE:none;
}
		  #login_text {	RIGHT: 10px;	POSITION: absolute;  padding-top:10px;}
		  H1 {	FONT-SIZE: 20px;	LEFT: 200px;	POSITION: absolute;	TOP: 30px}
		   	  
		
        #topresult
        {
            border-top: 3px solid #3B6CCB;
            clear: both;
            display: block;
        }
        #result
        {
            clear: both;
            display: block;
            background-color: #f8f8f8;
            height: 25px;
            line-height: 25px;
        }
        #resultcontent
        {
            display: block;
            clear: both;
            width: 960px;
            margin: 0px auto;
            font-size: 20px;
        }
        #main
        {
            display: block;
            clear: both;
            width: 980px;
            margin: 0px auto;          
        }
        
        a.bluelink
        {
            color: blue;
        }
        a.hot
        {
            color: #e40000;
            text-decoration: underline;
        }