body {
    font-family: Verdana;
    font-size: 10pt;
    color: #303030;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#wrapper {
    margin: 20px 30px;
    float:left;
    display:block;
    width:100%;
}


#header{
    height:60px;
    background-image: url(../images/header.png);
    background-repeat: repeat-x;
    background-position: top;
    padding:0;
}

h1{
    padding-left: 30px;
    float:left;
    font-size: 22px;    
}

h3{
    font-size: 12px;
    font-style: italic; 
    color:#fff;
    float:right;
    margin-right: 50px;    
}

thead tr td{
    font-weight: bold;
    font-size: 10pt;
    padding-right: 5px;
    border-bottom: 1px solid #c4c4c4;
}

.subnote{
	padding-left: 30px;
    padding-top: 25px;
    float:left;
    color:#ff7d2d;
    font-size: 12px;  
}

#container {
    width:90%;
    display: inline-flex;
}

#login {
	margin: 100px auto;
	
}

#login_table {
	font-family: Verdana;
    font-size: 10pt;
	text-align: left;
	padding: 10px;
	width: 300px;
	height: 150px;
	border: 1px solid #f1ecec;
    border-radius: 4px;
    -moz-box-shadow: 0 0 10px #f1ecec;
    -webkit-box-shadow: 0 0 10px #f1ecec;
    box-shadow: 0 0 10px #f1ecec;
	
}
