table.form-table
{
	width:90%;
	background-color:white;
	border-collapse:collapse;
    border: none;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table td
{
	border-bottom: 1px solid #ECECEC;
	padding: 10px 2px 10px 10px;
	vertical-align:top;
}

table.form-table tr:first-child td
{
	border-top: 1px solid #ECECEC;
}

table.form-table td input[type="text"],
table.form-table td select
{
    height: 30px;
    border: 1px rgb(192, 192, 192) solid;
    border-radius: 3px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
table.form-table td input[type="checkbox"]:first-child
{
    margin-top: 10px;
}
table.form-table td input[type="radio"]:first-child
{
    margin-top: 9px;
}
table.form-table td select
{
    height: 25px;
    margin-top: 4px;
}

.form-table tr td:first-child {
    text-align: right;
    padding: 15px;
    font-weight: bold;
}

.form-required
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

table.form-table td input + label {
	margin-left: 5px;
}

table.form-table .licence-agreement-block .la-input,
table.form-table .licence-agreement-block .la-label {
	display: inline;
	vertical-align: middle;
}

table.form-table td.licence-agreement-block input.la-input {
	margin: 0;
}

table.form-table .licence-agreement-block .la-label {
	text-align: left;
}