﻿
.lakerfm {
	display: block;
	border-color: #6194BC;
	border-width: 1px;
	border-style: solid;	
}

.inptclr {
	border: 1px;
	border-style: solid;
	border-top-color: #6194BC;
	border-right-color: #A3C4DE;
	border-bottom-color: #A3C4DE;
	border-left-color: #A3C4DE;
}

.fmtitle {
	font-size: 1.2em;
	font-weight: bolder;
	position: relative;
}

.titlerow { 
	display: table-cell;
	text-align: left;
	padding: 8px 4px;
	vertical-align: middle;
}

.table {
	display: table;
	width: 100%;
}

.row {
	display: table-row;
	border: none;
}
  
.cell1 {
	display: table-cell;
	text-align: right;
	padding: 8px 4px;
	vertical-align: middle;
}
  
.cell2 {
	display: table-cell;
	text-align: left;
	padding: 8px 4px;
}

.cell3 {
	display: table-cell;
	text-align: left;
	padding: 4px 0px 0px 50px;
}
  
.cell4 {
	display: table-cell;
	text-align: left;
	padding: 4px 0px;
}

.cell5 {
	display: table-cell;
	width: 100%;
	margin: 4px 210px 0px ;
	float: left;
}

.lbl {
	width: 100%;
	margin: 10px 90px;
	text-decoration: underline;
}

.txtarea {
	width: auto;
	margin: 10px 90px;
}

.sbt {
	display: table-cell;
	text-align: left;
	padding: 15px 0px 0px 175px;
}
  
.rst {
	display: table-cell;
	text-align: right;
	padding: 15px 175px 0px 0px;
}
