a {
  color:#666;
}
			
h1 {
	font-size:12pt;
}

input, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

.error {
	font-weight: bold;
	color: #3964A5;
}

.center {
	text-align: center !important;
}

.forminput {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.thumbnail {
	padding: 5px;
	border: 1px solid #AAA;
}

table td {
	text-align: left;
}

/* Styles for form table layout views
----------------------------------------------- */

.table-form {
	border-collapse: collapse;
	width: 560px;
	padding: 0px;
	margin-bottom: 0px;
	border-spacing: 0px;
}

.table-form thead th {
	width: 33%;	
	text-align: left;
	font-size: 10pt;
	color: #FFF;
	padding: 4px 0px 6px 4px;
	font-weight: bold;
}
	
.table-form tbody th {
	height: 25px;
	vertical-align: top;
	padding: 8px 0px 0px 4px;
	width: 33%;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}
	
.table-form tbody td {
	font-size: 10pt;
	height: 25px;
	vertical-align: middle;
	height: 20px;
	padding: 5px 0 5px 0;
	width: 66%;	
	text-align: left;	
}

.table-form img {
	border: 1px solid #AAA;
}

.table-form tbody td td {
	padding: 0px;
}

.table-form tbody td p {
	font-size: 10pt;
}

.table-form tbody th td {
	padding: 0px;
}

.table-form tbody td label {
	cursor: pointer;
}
	
.formbutton {
	font-size: 10pt;
	padding: 4px 20px 4px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.PAUTHS_Poll table {
margin: 0 auto;
}

