.mortgage {
	float: left;
	position: relative;
}
.mortgage:HOVER > .float_btn {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #667;
	border: 1px outset #000;
	padding: 2px;
	text-decoration: none !important;
}
.mortgage:HOVER > .float_btn:HOVER {
	border: 1px inset #000;
}
.lien {
	float: left;
	position: relative;
}
.lien:HOVER > .float_btn {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #667;
	border: 1px outset #000;
	padding: 2px;
	text-decoration: none !important;
}
.lien:HOVER > .float_btn:HOVER {
	border: 1px inset #000;
}
#loading {
	display: none;
	position: absolute;
	z-index: 11;
	background-color: #d2e4e7;
	width: 99%;
	height: 95%;
	text-align: center;
	opacity:0.8;
	filter:alpha(opacity=80)
}
#loading img {
	margin-top: 50px;
}
.page {
	position: relative;
	min-height: 800px;
	width: 800px;
	margin-top: 20px;
	float: left;
	border: 1px solid black;
    padding: 10px;
}

#inner_cont {
    width: 800px;
    position: relative;
    margin: auto;
    float: left;
}

#internal_fields {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #4181ff;
    color: #ffff00;
    font-weight: bold;
    border: 1px solid #ff0000;
}

#internal_fields label {
    display: block;
    float: left;
    width: 80px;
    text-align: right;
    font-size: 11px;
}

#internal_fields input {
    width: 100px;
}

#admin_menu {
  position: absolute;
  height: 20px;
	z-index: 10;
}

#admin_menu.onpage {
  border: 1px outset #667;
	border-radius: 4px;
  background-color: #eee;
	padding-right: 8px;
}

#admin_menu a {
    display: block;
	float: left;
	font-size: 11px;
	margin: 4px 0px 4px 20px;
}


label {
    font-size: 12px;
    font-weight:900;
}

.page input,.page textarea {
    border: 1px solid #fff;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

input:HOVER, textarea:HOVER, input:FOCUS, textarea:FOCUS {
    border: 1px solid #000061;
}
textarea {
    height: 70px;
}

#outer_container {
    text-align: center;
}

#pg_cont {
    margin: auto;
    width: 800px;
}

.report {
    font-size: 12px;
}

.report td {
    border: 1px solid red;
    overflow: hidden;
}

.report td div {
    height: 12px;
    overflow: hidden;
}

.full {
    float: left;
    width: 800px;
    min-height: 25px;
}

.full input {
    margin-left: 5px;
    width: 600px;
}

.longtext {
    float: left;
    width: 800px;
}

.longtext textarea {
    width: 800px;
    height: 70px;
}

.half {
    float: left;
    width: 390px;
}

.half input {
    margin-left: 5px;
    width: 255px;
}

.third {
    float: left;
    width: 265px;
}

.third input {
    margin-left: 5px;
    width: 130px;
}

.quarter {
    float: left;
    width: 170px;
}

.quarter input {
    margin-left: 0px;
    width: 65px;
}

.wide_quarter {
    float: left;
    width: 270px;
}

.wide_quarter input {
    margin-left: 5px;
    width: 65px;
}
