#leftColLAAForm{
width: 80%;
float: none;
border-top: 1px solid #c2c1c6;
border-left: 1px solid #c2c1c6;
border-bottom: 1px solid #c2c1c6;
border-right: 1px solid #c2c1c6;
background-color: #f7f6fb;
padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
margin: 0px 0px 0px 0px; 
}

#leftColLAAForm h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;  	
	line-height: 20px;
}

input, option, select, textarea, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;  
	line-height: 14px;
}

#RequestInfoForm, #RequestInfoForm div.rfi-row, #RequestInfoForm div.rfi-label, #RequestInfoForm div.rfi-labeld, #RequestInfoForm div.rfi-data {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	vertical-align: middle;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;  
	line-height: 18px;
}

#RequestInfoForm {
	display: table;
	margin: auto auto;
	width: 750px;
   text-align: center;
   overflow: visible;
}

#RequestInfoForm div.rfi-row {
	display: table-row;
   clear: both;
}

#RequestInfoForm div.rfi-label, #RequestInfoForm div.rfi-labeld, #RequestInfoForm div.rfi-data {
   padding: 3px 5px 3px 5px;
	display: table-cell;
	float: left; /* fix for  buggy browsers */
}

#RequestInfoForm div.rfi-label {
   margin-top: 2px;
   padding-top: 2px;
   width: 260px;
   text-align: right;
}

#RequestInfoForm div.rfi-label label {
   margin: auto auto;
	vertical-align: middle;
}

#RequestInfoForm div.rfi-labeld {
   margin-top: 2px;
   padding-top: 1px;
   width: 260px;
   text-align: right;
}

#RequestInfoForm div.rfi-labeld label {
   margin: auto auto;
	vertical-align: middle;
}

#RequestInfoForm div.rfi-data 
{
	text-align: left;
	vertical-align: middle;
	width: 470px;
}

#RequestInfoForm div.rfi-data input {
	vertical-align: middle;
	line-height: 14px;	
}
#RequestInfoForm div.rfi-data select {
	vertical-align: middle;
	line-height: 14px;
}

#RequestInfoForm div.rfi-data span.Form_Radio input, #RequestInfoForm div.rfi-data table.Form_Check input {
   margin: 0px 0px 0px 0px;
   width: 14px;
   height: 14px;
 	vertical-align: middle;
}

#RequestInfoForm div.rfi-data span.Form_Radio label, #RequestInfoForm div.rfi-data table.Form_Check label {
   padding: 0px 5px 0px 5px;
 	vertical-align: middle;
}

#RequestInfoForm div.rfi-button {
	text-align: center;
	vertical-align: middle;
}

#RequestInfoForm div.rfi-button input {
   margin: 10px 20px 0px 20px;
	background-color: #003399;
	border-bottom: #CCCCCC thin outset;
	border-left: #CCCCCC thin outset;
	border-right: #CCCCCC thin outset;
	border-top: #CCCCCC thin outset;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	width: 70px;
}

#RequestInfoForm div.rfi-error {
     text-align: left;
}

#RequestInfoForm span.rfi-validation-err 
{
	float: left;
	clear: both;
	display: block;
   margin: auto auto;
	vertical-align: middle;
}

#RequestInfoForm  span.rfi-validation-err img 
{
   margin: auto auto;
   padding: 0px 0px 0px 0px;
	vertical-align: middle;
	width: 16px;
   height: 16px;
   border: top;
}
.Form_InputBox{
	padding-left : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	padding-top : 1px;
	border : 1px solid #003399;
	border-style : solid;
}
