* {
    margin: 0;
    padding: 0;}
	
a {
	color: #999;
	text-decoration:none;}
	
a:hover {
	color: #666;}
	
body {
	background-color:white;
    color: #999;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.6rem;}
	
#main {
    width: 99%;}
	
#container {
	margin: 20px auto;
    overflow: hidden;
    width: 700px;}
	
#header {
	width: 100%;
	height: 114px;
	background-color: #003f5f;
	text-align: right;
	color: white;}
	
#title {
	float: left;
    margin: 30px;}
	
#language {
	text-align: right;}

ul.language {
    display: inline;
    padding: 2px;}

ul.language li {
    display: inline;
    padding: 2px;}
	
#login_box {
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0 center;
    border: 1px solid #e5e1e1;
    border-radius: 0.5rem;
    box-shadow: none;
    float: left;
    overflow: hidden;
    padding: 2rem 2.3rem;
    width: 400px;}
	
.red {
	color:#f00;}
	
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;}
	
h1{    
 color: white;
 font-size: 2.6rem;}
	
h2, h3{    
 color: #003f5f;
 font-size: 1.6rem;
 margin-bottom: 30px;}
 
input {
    background-color: #ffffff;
    border: 1px solid #d1d6db;
    border-radius: 0.2rem;
    color: #003f5f;
    float: right;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 0.8rem;
    height: 20px;
    margin-right: 25px;
    margin-top: 5px;
    text-indent: 0.5rem;
	width: 250px;}
	
label {
    line-height: 2rem;
    font-size: 0.9rem;}
	
button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ccc 0%, #999 100%) repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 0.3rem;
    color: #ffffff;
    font-family: arial,helvetica,verdana,sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 25px;
    margin-top: 20px;
    width: 60px;}
	
#right_box {
	float: right;
	width: 150px;}
	
#right_box ul {
	font-size: 10px;
	line-height: 16px;}
	
	
/* footer */

#footer {
	font-size: 0.8rem;
    margin: 80px auto;
    width: 700px;}
	
#copyright {
	float: left;
    font-size: 0.6rem;
    width: 300px;}
	
#footer ul {
    float: right;
    margin-right: 1rem;
	width: 40px;}
.logo-j {vertical-align: middle;}