.sponsor-banner {
	text-align: right;
	width: 180px;
}

.bg-extend {
	background-image: url(images/moy/bg-moy.gif);
	background-repeat: repeat-x;
	background-color: #5d6625;
	
}

.moy-content {
	background-image: url(images/moy/bg-moy.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 825px;
}


#subnav {
	float: left;
	width: 160px;
}
	.moy-logo {
		margin: 20px 0px 0px 20px;
	}
	#subnav ul {
		margin: 33px 0px 0px 20px;
		padding: 0px;
	}
		#subnav li {
			list-style: none;
			padding-bottom: 15px;
		}
			#subnav li a {
				font-size: 12px;
				color: #90b42f;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				text-decoration: none;
			}
			#subnav li a:hover, #subnav li a.active {
				color: #ffffff;
			}

#content {
	float: left;
	width: 410px;
	color: #ffffff;
	line-height: 16px;
	padding-bottom: 30px;
}
	.moy-header {
		margin: 45px 0px 65px 0px;
	}
	.moy-title {
		font-size: 14px;
		display: block;
		margin-bottom: 15px;
	}
	#content p {
		color: #ffffff;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	.green-title {
		color: #90b42f;
		display: block;
		padding-bottom: 3px;
	}
#content td {
	color: #ffffff;
}
.moy-form-title {
	padding: 4px 0 6px 0;
	font-weight: bold;
	}
.moy-form-subtitle {
	padding: 4px 0 6px 0;
	font-size: 11px;
		}
.moy-pic {
	padding-right: 10px;
	position: relative;
	}

.submit-button
{
width:155px;
height:1px;
padding-top:28px;
overflow:hidden;
background:url(/images/moy/form-button.gif) top left no-repeat;
display:block;
}
.submit-button:hover
{
background-position:0 -29px;
}