
.frm-table{
	border-collapse:collapse;
	border:1px solid black;
	margin-right:10px;
}

.frm-table td, .frm-table th{
	padding:5px;
	border:1px solid black;
	vertical-align:top;
}
.frm-table select{
	width:auto !important;
}
.form-wrap .frm-table label{
	display: inline;
}

.frmplus-wrapper p{
	margin-top:5px;
	margin-bottom:0px;
}

.frmplus-wrapper table{
	border: 1px solid black;
	border-collapse:collapse;
}

.frmplus-wrapper table td, .frmplus-wrapper table th{
	border:1px solid black;
	vertical-align:top;
	padding:10px;
}

.frmplus-wrapper table th{
	white-space:nowrap;
}

.frmplus-wrapper table tr.odd td{
	background:#eee;
}

.frmplus-wrapper table ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.frmplus-wrapper table ul li{
	margin:0px;
	padding:0px;
}

.frm-table-container .frmplus-add-row.loading{
	padding-right:20px;
	background:url(images/ajax_loader.gif) 100% 50% no-repeat;
}
