table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.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);
}

.inp-wrap textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(13, 12, 54, 0.1);
    box-shadow: 0px 0px 15px rgb(157 157 157 / 14%);
    border-radius: 5px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #0D0C36;
    padding: 11px 17px 12px 17px;
    height: 45px;
}

.position-static {
	position: static !important;
	margin-bottom: 10px !important;
	display: block !important;
	margin: 0 auto 10px auto !important;
}
.become-supplier-form span.starrequired {
	display: inline !important;
}