#formarea {
	position: static;
	margin-left: 30px;
	margin-right: 30px;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	}
	
#formarea2 {
	position: static;
	margin-left: 30px;
	margin-right: 30px;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	}

.example {
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	color: #333;
	text-decoration: none;
	}
	
#formtable {
	padding: 0px;
	border: 0px;
	}
	
#formtable-lsq {
	width: 100%;
	padding-left: 15px;
	padding-right: 20px;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}
	
#ssn {
	padding: 0px;
	border: 0px;
	}
	
#formtable td {
	vertical-align: top;
	}
	
#formarea td#labels {
	width: 40%;
	padding-right: 20px;
	padding-top: 3px;
	}

#formarea td#fields {
	width: 60%;
	}
	
#formarea2 td#labels {
	width: 10%;
	padding-right: 2px;
	}

#formarea2 td#fields {
	width: 90%;
	padding-top: 3px;
	}
	
#formspace {
	height: 15px;
	}
	
#formline {
	height: 5px;
	}
	
#formbuttons {
	float: left;
	}

#formarea input[type=text].long {
	height: 16px;
	width: 194px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}
	
/* revised for Ph5 */	
#formarea input[type=text].small {
	height: 16px;
	width: 64px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}

/* new style for Ph5 */		
#formarea input[type=text].xshort1 {
	height: 16px;
	width: 50px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}
	
/* new style for Ph5 */	
#formarea input[type=text].xshort2 {
	height: 16px;
	width: 70px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}

#formarea input[type=checkbox] {
	vertical-align: middle;
	}
	
#formarea input[type=radio] {
	vertical-align: middle;
	}
	
#formarea2 input[type=checkbox] {
	vertical-align: middle;
	}
	
#formarea2 input[type=radio] {
	vertical-align: middle;
	}
	
#formarea select.select {
	width: 200px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}

#formarea textarea {
	height: 80px;
	width: 200px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}
	
#formarea textarea.comments {
	height: 80px;
	width: 194px;
	padding: 3px;
	border: 1px solid #333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}
	
#formarea a {
	color: #333;
	text-decoration: underline;
	}
	
#formarea2 a {
	color: #333;
	text-decoration: underline;
	}
	
#formtable-lsq a {
	color: #333;
	text-decoration: underline;
	}
	
#pbfield {
	padding-right: 30px;
	}
	
#chooseCenter2 {
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #333;
	}
	
#chooseCenter2 a {
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-decoration: none;
	}
	
#chooseCenter2 a:hover {
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-decoration: underline;
	}
	
#chooseCenter2 b {
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #333;
	text-decoration: none;
	}

a.privacy {
	margin-left: 30px;
	margin-right: 30px;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	}
	
/* New style for Ph 5 */
#reveal1 {
	display: block;
	}

/* ++++++++++++++++++++++++++++++++++++++++++ */
/* +++++ Begin Landing Page From Styles +++++ */

#formarea-lp {
     width: 255px;
     padding: 0px;
     text-align: left;
     }

#formline-lp {
     line-height: 5px;
     font-size: 5px;
     display: block;
     width: 250px;
     height: 5px;
     padding: 0px;
     margin: 0px;
     border-top: 1px solid #666;
     }

#select-lp {
     font-size: 10px;
     }

