#passbox {
	width: 740px;
	height: 350px;
	margin-left: 30px;
	float: left;
}
#pass_title {
	background-image: url(/images/passiton/pass_title.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 83px;
}
#passnotes {
	color: #FFFFFF;
	width: 732px;
	margin-top: 10px;
	height: 200px;
	padding-left: 8px;
}
#leftbox {
	float: left;
	height: 200px;
	width: 400px;
	margin-top: 15px;
}
#rightbox {
	float: right;
	height: 200px;
	width: 320px;
	margin-top: 15px;
}


#theform {
	height: 100px;
	width: 400px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.frminput {
	color: #000000;
	background-color:#FFFFFF;
	height: 16px;
	width: 200px;
	border: 0px none #000000;
	margin-bottom: 2px;
}
.frmtable{
	height: 16px;
}
.green {color: #A9D01B}
.yellowtxt{
	color: #FFFF00;
}
#button {
	width: 51px;
	height: 24px;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/images/contact/send.gif);
	background-repeat: no-repeat;
}
#button:hover{
	width: 51px;
	height: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/images/contact/send.gif);
	background-position: 0px -24px;
	cursor: hand;
	cursor: pointer;
}