/* CSS Document */
table{
border-collapse: collapse;
background-color: #eee4cf;
}

td.radio{
	width: 10px;

}

.radiobutt{
	margin-top: 1px;
	margin-left: 10px;
	
}

.radiobuttl{
	margin-top: 5px;
	margin-left: 10px;
}

.check {
	margin-left: 10px;
}

table.contact-required {
 	width: 630px;
	background-color: #eee4cf;
}

table.consent {
 	width: 630px;
	background-color: #fff;
}

table.consent td{
 	padding-left:20px;
}

.consent td.charttext{
	font: 1.2em "Times New Roman", Times, Georgia, serif;
	text-align: left;
	width: 430px;
	padding-left: 10px;
	padding-top: 5px;
}

.contact td.charttext {
	font: 1.2em "Times New Roman", Times, Georgia, serif;
	text-align: left;
	width: 430px;
	padding-top: 5px;
	padding-left: 0;
}

.contact td.charttexts {
	font: 1.2em "Times New Roman", Times, Georgia, serif;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}


table.contact .copy_sub, table.contact-required .copy_sub {
	color: black;
	font-size: 1.4em;
	background-color: white;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.sub{
	padding-left: 15px;
}

form {
	border: 1px;
}


.contact-required td.charttext{
	font: 1.2em "Times New Roman", Times, Georgia, serif;
	text-align: left;
	width: 430px;
	padding-left: 2px;
	padding-top: 5px;
}

.contact-required td.charttextf{
	font: 1.2em "Times New Roman", Times, Georgia, serif;
	text-align: left;
	width: 130px;
	padding-left: 10px;
	padding-top: 5px;
}

table.contact{
	width: 630px;

}

.consent td.first{
	 padding-top: 20px;
	 padding-bottom: 20px;
}

.contact-required td.first{
	 padding-top: 20px;
}

.contact td.first{
	 padding-top: 20px;
}


.contact tr td, .contact-required tr td{
		padding: 5px 0 5px 0px;
}

.submit-form{
		width: 650px;
		text-align: center;
}


  .submit {width:150px; background-color:#04445b; color:#FFFFFF;
           font-family:times new roman; font-size:14pt;margin-right: 10px;}
  .reset  {width:150px; background-color:#04445b; color:#FFFFFF;
           font-family:times new roman; font-size:14pt}

text {
	border: 2px solid black;
	padding: 4px;
	height: 20px;
}

.tf{
	border: 1px solid #b4a27f;
	height:  20px;
	padding: 2px 1px 1px 5px;
}

select{
	padding-top: 2px;
	border: 1px solid #b4a27f;
}

option{
	padding: 2px 4px 2px 4px;
}

.required{
	font-weight: bold;
	color: red;
}