


  * {
    margin:0;
    padding:0;
    border:0;
    font-family:verdana, tahoma, sans-serif;
  }
  
  
  body {
    background:#c0c0c0;
  }
  
  
  h1 {
    display:none;
  }
  
  
  div#container {
    width:840px;
    height:560px;
    position:absolute;
    margin-left:-420px;
    margin-top:-280px;
    top:50%;
    left:50%;
  }
  

div#container #load {
	text-align:center;
	font-size:10px;
	padding-top:200px;
}


div#container #load p {
	margin-top:8px;
	color:#737373;
}
  
  
  div#container #head {
    width:196px;
    height:17px;
    margin-bottom:12px;
  }
  
  
  div#container #head a {
    display:block;
    width:196px;
    height:17px;
  }
  
  
  div#container #content {
    background:#fff;
    width:796px;
    height:456px;
    padding:22px 22px 22px 22px;
    overflow:hidden;
  }
  
  
  div#foot ul {
    width:789px;
    list-style:none;
    height:14px;
    margin-top:9px;
    float:left;
    height:14px;
  }
  
  
  
  
  #arrow {
    width:36px;
    height:13px;
    float:left;
    margin-top:9px;
  }
  
  
  #arrow .afloat {
    display:block;
    width:7px;
    height:13px;
    float:left;
    margin-left:7px;
  }

  
  
  div#foot ul li {
    float:left;
  }
  
  
  div#foot ul li a:link,
  div#foot ul li a:visited {
    color:#fff;
    text-decoration:none;
    font-size:14px;
    padding:0 20px 0 20px;
    line-height:14px;
  }
  
  
  div#foot ul li a:hover,
  div#foot ul li a:active,
  div#foot ul li a:focus,
  div#foot ul li a.on:link,
  div#foot ul li a.on:hover,
  div#foot ul li a.on:visited {
    color:#757575;
  }
  
  
  .error {
    display:block;
    padding-top:30px;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    font-style:italic;
  }
  
  
  div#container #content .left {
    width:387px;
    float:left;
  }
  
  
  div#container #content .right {
    width:409px;
    float:left;
  }
  
  
  .floatFix {
    float:none;
    clear:both;
    line-height:0px;
    font-size:0px;
  }
  
  
	
	.right a:link,
	.right a:visited {
		color:#737373;
		text-decoration:none;
	}
	
	
	.right a:hover,
	.right a:active,
	.right a:focus {
		color:#cc1515;
	}
	
	
	
	.new {
	  background:#737373;
	  color:#fff;
	  padding:2px;
	  margin-left:5px;
	  font-size:10px;
	}