*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
}

.h1{
	font-size:16pt;
}

.leftpadded{
	padding-left:3px;
}

.rightpadded{
	padding-right:3px;
}

.disabled{
	background-color: #ffffff;
	border-style: none;
}

#loading {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
	 height: 5000px;
     text-align: center;   
     display: none;
	 background-color:#000000;
	 filter:alpha(opacity=20);
	 -moz-opacity:.20;
	 opacity:.20;
}

#loading p {
     margin: 0 auto 0 auto;
     padding: 10px;
     border: 1px solid #aaa;
}

.hudinput{
	margin-left:auto;
	margin-right:auto;
	width:100%;	
	border-collapse:collapse;
	border-spacing: 0px;
	border:1px #000 solid;
}

.hudinput td{
	border: 1px #000 solid;
	padding-left:3px;
	padding-right:3px;
}

.hudinput h1{
	margin:0;
}

.hudheader{
	margin-top:-100px;
}

.PrintSpacer{
	margin-bottom:90px;
}

.noborder td{
	border:0;
}

.lineNumber{
	border-right:none;
}

.hudinput th{
	border: 1px #000000 solid;
	background-color: #FFFFFF;
}

.na{/*ie all seller transactions will be na on a refi*/
	background-color:#fff !important;
	border: 1px #000 solid !important;
	color: #fff !important;
}

.smaller{font-size:smaller;}

.inputarea{
	margin-left:auto;
	margin-right:auto;
	width:675px;
	border: 1px #D0E0FF solid;
}
.inputarea .itext{
	clear:left;
	display:inline-block;
	width:350px;
	border-bottom: 1px #D0E0FF solid;
}
.inputarea .ifield{
	display: inline-block;
	width:200px;
	border-bottom: 1px #D0E0FF solid;
}
.inputarea .ipaidby{
	display:inline-block;
	width:40px;
	text-align: center;
	border-bottom: 1px #D0E0FF solid;
}
.hudspacer {
	border: none !important;
	background-color: #fff;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
} 

.SuccessMessage{
	font-weight:bold;
	color:#006600;
}
