#wrapper {
	background: url(/images/wrapper_inside.png) repeat-y;
	margin: 0px auto;
	width: 950px;
	padding-right: 27px;
	padding-left: 27px;
	position: relative;
}
#masthead  {
	background: #fff;
}
#content {
	position: relative;
	width: 950px;
	background: url(/images/inside_clouds.jpg) no-repeat right top;
	height: 680px;
}

#content #instructions {
	position: absolute;
	height: 700px;
	width: 224px;
	left: 0px;
	top: 0px;
	background: #419CD5;
}
#content #right {
	float: right;
	width: 290px;
	padding-right: 24px;
	font: 14px/24px Verdana, Geneva, sans-serif;
	padding-top: 24px;
}
#content #right p.ruleabove {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #000;
}
#content #right p.nr {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content #right p {
	border-bottom: 1px solid #000;
	margin: 0px 0px 12px;
	padding: 0px 0px 12px;
}
#content #right p .red {
	color: #b02f2f;
}
#content span.full  {
	color: #b02f2f;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#content #right p.norule {
	border-bottom: none;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px;
}
#content #form {
	margin-left: 244px;
	width: 350px;
	padding-top: 24px;
	font: 14px/20px Verdana, Geneva, sans-serif;
	padding-bottom: 1px;
}
#content #form div.ruleabove {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #000;
}
#content #form p {
	/* [disabled]border-bottom: 1px solid #000; */
	margin: 0px 0px 4px;
	padding: 0px;
}
#content #form p.note {
	/* [disabled]border-bottom: 1px solid #000; */
	margin: 20px 0px 4px;
	padding: 9px 0px 0px;
	border-top: 1px solid #000;
	font-size: 12px;
	line-height: 18px;
}
#content #form p .red {
	color: #b02f2f;
}
#content #form h2 {
	margin: 0px 0px 9px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
}
#content #form h4 {
	margin: 12px 0px 4px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}
#content #form p.norule {
	border-bottom: none;
	margin: 0px 0px 12px;
	padding: 0px 0px 12px;
	font-weight: normal;
	color: #B02F2F;
}
#content #form p.norule a{
	color: #B02F2F;
}
#content #form table td p{
	border-bottom: none;
	margin: 0px 0px 12px;
	padding: 0px;
}
#content #form table td ul{
	border-bottom: none;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 20px;
}
#content #form table td p a{
	color: #114D8E;
}
#form label {
	width: 144px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 8px;
	position: relative;
}
#form label span{
	width: 300px;
	display: block;
	float: none;
	text-align: left;
	padding-right: 0px;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
	position: absolute;
}
#content #form .row {
	clear: left;
	padding-bottom: 16px;
}
#content #form .rule {
	border-bottom: 1px solid #000;
	margin-bottom: 12px;
}
#content #form .double {
	height: 36px;
}
#content #form .triple {
	height: 54px;
}
#content #form .four {
	height: 72px;
}
#content #form .five {
	height: 90px;
}
#content #form input {
	width: 191px;
	border: 1px solid #fff;
	height: 18px;
}
#content #form input.auto {
	width: auto;
	border: none;
	height: auto;
}
#content #form select {
	width: 191px;
	border: 1px solid #fff;
	height: 18px;
}
#content #form textarea {
	width: 191px;
	border: 1px solid #fff;
	height: 100px;
}
#content #form input#submit {
	width: auto;
	border: none;
	height: auto;
	display: block;
	margin-left: 220px;
}
#bottom {
	background: url(/images/bottom_inside.png) no-repeat;
	margin: 0px auto;
	height: 40px;
	width: 1004px;
}
