/* Form Styles */




body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}



h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
}

p { margin-bottom: 1.5em; }


#Person {
	border: 1px solid #ccc;
	background-color:#fff;
	width: 505px;
		}
#Logo	{
	border: 1px solid #ccc;
	background-color:#fff;
	text-align:center;
       width: 515px;
		}
#AdForm {
		border-bottom: 1px solid #ccc;
		}
#Header	{
		font-weight: 900;
		font-family: Times New Roman, Times, serif; font-variant: small-caps;
		font-size: 2.5em; 
		color: #3A73AD;
		}
#Header2	{
	display: block;
	padding: 3px;
	width: 505px;
	font-size:1.5em;
	background-image:  url(http://www.yorkbia.com/07/Images/BckNews.jpg);
	border: 1px solid #3A73AD;
	text-align:center;
	font-variant: normal; color: #FFFFFF
		}
#Line	{
		border-top: 1px solid #ccc;
		}
#Thanks {
		color: #3A73AD;
		border: 1px solid #3A73AD;
		}
#AddThis {
		border-bottom: 1px solid #ccc;
		}






.clearing { clear: both; }
.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 20%;
	color: #3A73AD;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 10em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}


input.chk1 {
	border: thin solid #FF0000;
}
input.chk2 {
	background-color: #CCCCFF;
	border: 1px dotted #9900FF;
}
input.chk3 {
	background-color: #6699CC;
	padding: 5px;
	border: 1px solid #6666CC;
}
