﻿        /* div.centered{
            background:white;
            border:1px solid black;
            text-align:center;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -khtml-border-radius: 20px;
            border-radius: 20px;
        } */

        /* div.centered table
        {
            padding:40px;
        }*/
        
        div.centered table.login
        {
        	margin-top:30px;
        	margin-left:auto;
        	margin-right:auto;
        	font-family:Arial;
        	font-size:13px;
        }
        
        div.centered table.login tr td input,div.centered table.login tr td select
        {
			margin-left:10px;
        }
        
        div.centered table.login tr td input.value
        {
        	width:250px;
        }
        
        div.centered .header
        {
            font-size:24px;
            font-weight:bolder;
            color:Black;
        }
        
       /*  table td.form
        {
            background:#EEEEFF;
        } */
        
        table td.topheader
        {
            height:90px;
        }
        
        table td.topheader img
        {
            width:100%;
            height:100px;
        }

        body
        {
            overflow:hidden;
            margin:0px;
            padding:0px;
        }
        
        img
        {
            border:0px;
        }
        
        table td.topheader div
        {
            float:left;
        }
        
        div.clear
        {
            clear:both;
        }
        
        table td.topheader div.bigtitle
        {
            font-size:28px;
            margin-left:30px;
        }
        
        table td.topheader div.smalltitle
        {
            font-size:12px;
            padding-top:12px;
            padding-left:4px;
        }