﻿html, body, form{
	height: 100%;
}

.aleft{ text-align: left !important; }
.aright{ text-align: right !important; }
.acenter{ text-align: center !important; }
.fleft{ float: left; }
.fright{ float: right; }
.fcenter{ margin: o auto; }
.clear{ clear: both; }

.lo-main {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
}

.lo-header{
    vertical-align: top;
    height: 40px;
    padding: 0;
}.lo-header img{
	display: block;
}

.lo-left{
    width: 187px;
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.lo-content{
    vertical-align: top;
    text-align: center;
    padding: 10px 0 0 10px;
}

.lo-title{
	font-family: Helvetica, Arial;
	border-bottom: solid 1px #f90;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	width: 350px;
	padding: 5px 0;
}

.lo-filters, .lo-results{
	padding: 5px;
	float: left;
	clear: left;
	text-align: left;
	font-size: 14px;
	margin: 10px 0;
}.lo-filters > div{
	margin: 3px;
}

.lo-fields{
	padding: 0;
	width: 550px;
	margin: 20px;
	list-style-type: none;
}.lo-fields > li{
	float: left;
	text-align: left;
	margin-top: 5px;
}.lo-fields > li.fn{
	font-size: 14px;
	cursor: default;
	width: 150px;
	clear: left;
}.lo-fields > li.fv{
	width: 400px;
}

.lo-button{
	margin: 20px auto;
	text-align: center;
}
.lo-filters .lo-button{
	margin: 10px auto;
	clear: both;
}

::selection{ color: #fff; background-color: #f90; }
::-moz-selection{ color: #f90; }