.fontstyle_002
{
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}
.fontstyle_007
{
	font-size: 13px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica;
}

.form_input_button
,.form_input_button:visited {
color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
display: inline-block;
  margin-bottom: 0;;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;

padding: 1px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;


 }

.form_input_select {
  width: 20%;
  height: 18px;
  padding: 5px 12px;
  font-size: 10px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_input_select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


.form_input_button:hover,
.form_input_button:focus,
.form_input_button:active,
.form_input_button.active {
  background-color: #357ebd;
  border-color: #3071a9;
}
	

.form_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #666666;
	width: auto;
}

.tableBody {
	BORDER-BOTTOM: #e1e1e1 0px solid; BORDER-LEFT: #e1e1e1 0px solid; BORDER-RIGHT: #e1e1e1 1px solid; BORDER-TOP: #e1e1e1 0px solid; PADDING-BOTTOM: 4px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; PADDING-TOP: 4px;
	FONT-SIZE: 10px;
}
