
html { min-height: 100%; margin-bottom: 1px; }

html { min-height: 100%; margin-bottom: 1px; overflow-y: scroll;}

a { color : #e1002d;}
a:hover { color : #000000; }
a:visited{ color : #666666; }
a:link {text-decoration: none}

body { 
background-image: 
url('i/bg.jpg');
background-repeat: 
no-repeat;
background-position: top center; margin: 0; padding: 0;}
 
.header {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom: 4px;
}

td {font: tahoma,verdana;color:#231f20;font-size:12}

.tip {
	border: thin solid #adacac}
	
.input {
	font-family: Verdana, Helvetica, sans-serif;
    color:#cc3333;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #000000;
	background-color: #eeeeee;
	margin: 0px;
	padding: 1px;}
	

