body,div,td{
	font-family: 'arial narrow',arial,verdana;
	font-size:12pt;
	font-weight:normal;
	line-height:24px;
	color:#ff984c;
}

img{
	border:0px;
}

body{
	margin:0;
	margin-bottom:20px;
	padding:0;
 	background: #6d0006 url('tile.gif') top center repeat-x;
}

.title{
	font-size:24px;
	font-family: georgia, 'times new roman', arial,verdana;
	color:#fff;
	padding-bottom:4px;
}


a {color:#ffae00; text-decoration:none; }
a:visited {color:#ffae00; text-decoration:none;}
a:hover {color:#ffae00; text-decoration:none;}

/* LIGHTBOX */
#overlay {
    position: absolute;
    z-index:3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#6d0006;
    filter:alpha(opacity=85);
    -moz-opacity: 85;
    opacity: 0.85;
}

* html #overlay{
    background-color: #666;
    background-color: transparent;
    background-image: url('clear.gif');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

#box{
    width:750px;
	height:550px;
    background-color:#fff;
    padding:10px;
    border:5px solid #333;
    font-size:10px;
}

.formfield{
	font-family:arial,verdana;
	font-size:11pt;
	font-weight:normal;
	color:#333;
	border:1px solid #4c0d0e;
	height:20px;
	padding:3px;
	background-color:#fff;
}


/* CLEAR FIX */
.clear, .div_formrow, .tablempty, .tablerow {
	display:inline-block;
}
.clear:after, .div_formrow:after, .tablempty:after, .tablerow:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ""; 
}
html[xmlns] .clear, .div_formrow, .tablempty, .tablerow {
    display: block;
}

* html .clear, .div_formrow, .tablempty, .tablerow {
    height: 1%;
}
