.smallForm{
	margin-bottom:10px;
}
.smallForm .row label{
	float:none;
	width:100%;
	text-align:left
}
.row{
	padding:5px 0;
}
a.button{
	border:1px solid #333;
	padding:2px 5px;
	background-color:#FFEB70;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.button:hover{
	background-color:#666;
	color:#FFF;
}
.smallForm .row input[type="text"], .smallForm .row input[type="password"], .smallForm .row select{
	width:250px;
}
.right{
	text-align:right;
}
.leaseOptions div{
	margin-right:0;
}
.leaseOptions div.row:hover{
	background-color:#FEFFD5;
}
table.History{
	width:100%;
	margin-bottom:20px;
}
.History thead{
	color:#666;
	}
.History tbody{
}
tr.HistoryRow{
	cursor:pointer;
}
tr.HistoryRow:hover{
	background-color:#FFEB70;
	color:#000;
}
.HistoryRow td{
	padding:.2em 0.3em;
}
.odd{
	background-color:#FFFCCC;
}

form .grid_1, form .grid_2, form .grid_3, form .grid_4, form .grid_5, form .grid_6, form .grid_7, form .grid_8, form .grid_9{
	margin-bottom:3px;
}
.input{
	border:1px solid #666;
	height:21px;
	overflow:hidden;
	position:relative;
}
.input input[type="text"], .input input[type="password"]{
	border:none;
	padding:1px 2px;
	width:100%;
}
.input select{
	border:none;
	height:25px;
	left:-1px;
	position:absolute;
	top:-1px;
	width:101%;
}

.box{
	padding:10px 0; 
	background:#FEFFD5; 
	border:1px solid #FFEB70;
	font-size:90%; 
	margin:0 8px;
	margin-bottom:10px;
	overflow:hidden;
}
.box .grid_8, .box .grid_16{
	margin:0;
	padding:0 5px;
}
.box.red{
	border-color:#FF0000;
}
.box table{
	margin-left:-5px;
}

.box tbody td, .box th{
	border-bottom:1px solid #FFEB70;
	padding:0 5px ;
}
small{
	font-size:.9em;
}


