#rightnav	{
	float: left;
	width: 175px;
	background: url(../images/rightnav-bg.gif) bottom center no-repeat #6B6E8A;
	border-top: 1px solid #9BA0CD;
	padding: 10px 0 1em;
}

#rightnav	#buttons	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#rightnav	#buttons	a	{
	display: block;
	width: 175px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/rightnav-buttons.gif);
}

#rightnav	#buttons	a.request	{
	background-position: 0 0;
}

#rightnav	#buttons	a.news	{
	background-position: 0 -40px;
}

#rightnav	#buttons	a.home	{
	background-position: 0 -80px;
}

#rightnav	#buttons	a.your	{
	background-position: 0 -120px;
}

#rightnav	form	{
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	color: #fff;
}

#rightnav	form	h5	{
	text-indent: -9999px;
	width: 175px;
	height: 43px;
	margin: 0;
	overflow: hidden;
	background-image: url(../images/rightnav-h5.gif);
}

#rightnav	form	th	{
	text-align: right;
	font-weight: normal;
}

#rightnav	form	input	{
	width: 100px;
	border: none;
	border-bottom: 1px dashed #fff;
	color: #fff;
	padding: 1px;
	background: none;
}