table.form {
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	border: 1px solid #727272;
	border-collapse: collapse;
}
table.form th, table.form td {
	padding: 5px;
	
}
table.form td.new-section, table.form td.form-header {
	padding: 0;
}
#content-wrap table.form td h4, #content-wrap table.form th h4 {
	margin: 20px 0 20px 0;
	padding: 15px 15px 15px 20px;
	color: #2C2C2C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeebe3;
	font-weight: normal;
	font-size: 14px;
}
#content-wrap table.form td.form-header h4 {
	margin: 0 0 15px 0;
	padding: 30px 15px 20px 20px;
	font-size: 16px;
}

#content-wrap table.form td.form-header h4 span{
	display: block;
	margin: 1em 0 0 0;
	font-size: 10px;
}

#content-wrap table.form p {
	padding: 0 20px 0 20px;
}
#content-wrap table.form .first {
	border-top: none;
}
table.form th {
	width: 150px;
	text-align: right;
	vertical-align: top;
	border-collapse: collapse;
	font-weight: normal;
}
table.form th small {
	font-weight: normal;
}
table.form input, table.form textarea, table.form select {
	width: 90%;
	border: 1px solid #727272;
	padding: 1px;
	margin: 2px 0 2px 0;
	vertical-align: middle;
}
table.form iframe {
	border: 1px solid #666;
	padding: 1px;
	background-color: #fff;
}
table.form input.checkbox, table.form input.radio {
	width: auto;
}
table.form div.multi {
	height: 100px;
	overflow: auto;
	border: 1px inset silver;
	padding: 2px;
}
table.form div.multi div input {
	padding: 0;
	margin: 0;
	line-height: 12px;
}
.ifdown {
	display:none;
}  
table.intdates td, table.intdates th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
table.intdates .dates {
	background-color: #eeebe3;
}
table.intdates td {
	border-top: 1px solid #727272;
}
table.intdates {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 468px;
	border-collapse: collapse;
	clear:both;
	border: 1px solid #727272;
	xborder-right: 1px solid #727272;
	xborder-left: 1px solid #727272;
}
table.intdates td {
	width: 50%;
}
table.intdates th {
	background: #d1e7e4;
	color: #000;
}
table.form .mailcopyfields {
	margin: 0 0 0 20px;
}
table.form input.radio, table.form input.checkbox {
	border: none;
	border: hidden;
	border-collapse: collapse;
	border: 0;
}
table.form td.dotted-bottom-row {
	border-bottom: 1px dotted #666;
	padding: 5px;
	margin: 0;
}
table.form #savemyinfo {
	xborder-top: 1px dotted #666;
	xborder-bottom: 1px dotted #666;
}
#content table.form ul.no-bullets {
	list-style: none;
}
#content table.form ul {
	margin: 10px;
	list-style-type: square;
}
tr.submit input {
	background-color: #91002b;
	color: #fff;
	border: none;
	text-transform: uppercase;
	width: auto;
	padding: 5px;
}
tr.submit .submit-button {
	cursor:pointer;
}

