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);
}

.form-actions input{font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #1c923a;
    border-radius: 7px;
    padding: 10px 20px;
    margin-bottom: 10px;
}


.form-fields input, .form-fields textarea{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #d4d4d4;
    outline: none;
    background: #ffffff;
    font-size: 16px;
    color: #3c3b3b;
    padding: 0 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.form-description .title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2b2a29;
    padding: 10px 0 20px;
    text-align: center;
}

.inputfile {
    padding: 12px !important;
    margin-top: 10px;
    height: 50px !important;
}


.form-fields textarea {
    resize: none;
    padding: 10px;
    height: 100px;
}