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;
	font-weight: normal;
}


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


/* + new styles */
table.table1 {
	max-width: 300px;
}

table.table1,
table.table1 tbody,
table.table1 tfoot,
table.table1 tr,
table.table1 th,
table.table1 td {
	display:block;
	background: none;
	border: 0;
}
table.table1>tbody>tr>td {
	padding: 0;
	text-align: center;
	border: 0;
}

table.table1>tbody>tr>td:first-child {
	text-align: left;
}

textarea {
	max-height: 150px;
	resize: vertical;
}

.table1 h3.form_header {
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 20.83px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

.table1 input,
.table1 select,
.table1 textarea {
	width: 100%;
	padding: 24px 20px;
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
  	font-size: 25px;
	color: #000;
	box-sizing: border-box;
}
.table1 input[type="reset"],
.table1 input[type="submit"] {
	border: none;
	cursor: pointer;
	display: inline-block;
	/*padding-top: 10px;
	padding-bottom: 13px;*/
	border-radius: 3px;
	width: 100%;
	background-color: #fc1919;
	/*font-size: 16.67px;*/
	color: white;
	text-decoration: none;
	text-align: center;
	border: 0;
}
.table1 input[type="submit"]:disabled {
	background-color: #ddd;
	color: #a2a2a2;
}
.table1 input[type="reset"] {
	background: transparent;
	border: 1px solid #ccc;
	color: #202002;
	text-decoration: none;
	cursor: pointer;
}
/* - new styles */