    html,body {margin-top:0px; margin-right:0px; height: 100%}
    body, td, h1 {font-family:tahoma; font-size:80%;}
    h1 {font-size:150%;}
    p {margin:0px; margin-right:50px; margin-top:.6em;}
    .redline {margin-bottom:20px;}
    form {background-color:#eee; padding:18px; margin-top:20px;}
    #res1, #res2 {color:#DD1E2A;}
    .butt {margin-bottom:10px;}
    a {color:#2D75AF;}
    a:hover {color:#DD1E2A;}
    .hot {background-color:infobackground;padding:12px;margin-top:12px; margin-bottom:10px;font-weight:bold;color:#e00;}
	table{
		font: 14px Tahoma;
		border-top: 1px solid silver;
		border-left: 1px solid silver;
		width: 100%;
	}
	.brow {
		font-weight: bold
	}
	td {
		border-bottom: 1px solid silver;
		border-right: 1px solid silver;
		text-align: right;
	}
	.fcol {
		text-align: left
	}
	#wrapper {
		width: 700px;
	}
	input {
		margin-bottom: 2px;
	}
	#log{
		height: 200px;
		background: #fff;
		position: relative;
	}
	#expand{
		font-weight: bold;
		color: green;
		decoration: underline
	}
	.err{
		border: 1px solid red;
		background-color:infobackground;
	}
