.list-table {
	border-collapse:collapse;
	margin:0px;
	padding:20px;
	width:100%
}

.list-table > tbody > tr > td{
	border-width:1px;
  	border-style:dashed;
  	border-color:#cccccc;
}

.list-table thead {
	 color: #ffffff;
	 background-color: #8FACD4;
}

.list-table td{
  	padding:3px;
  	padding-left:6px;
}

.list-table input[type="image"] {
	background-color: #8FACD4;
	border:none;
}



select
{
	width:150px;
}


option
{

	width:250px;
}

.label
{
	float:left;
	width:100px;
}


.bfi
{
	margin-bottom:10px;
}





