/*
 * CSS Styles that are used on the jScrollPane demo site - these are custom to the site and
 * you shouldn't need to use them in your own implementations of jScrollPane.
 */


#top-nav
{
	width: 306px;
	height: 300px;
	padding: 0 20px 12px 0;
	margin: 0 auto 20px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-radius-topright: 0;
}

#top-nav img
{
	float: left;
}

#top-nav ul
{
	margin: 28px 0 0;
	overflow: hidden;
	float: right;
}

#top-nav ul li
{
	float: left;
	padding: 0 0 0 1em;
	list-style: none;
}

#top-nav ul li a
{
	color: #fff;
}

#top-nav ul li a:hover
{
	color: #fff;
}

#top-nav ul li:last-child
{
	padding-right: 0;
}

#container
{
	width: 306px;
	background: #fff;
	padding: 20px;
	margin: 20px auto;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



form
{
	overflow: hidden;
}

fieldset
{
	border: 0;
	overflow: hidden;
}

legend
{
	font-weight: bold;
	margin: 1em 0;
}

label
{
	clear: left;
	float: left;
	margin: .5em 6px 0 0;
	text-align: right;
	width: 100px;
}

input,
select,
textarea
{
	float: left;
	border: 0;
	padding: 3px 10px;
	margin: 0 0 .5em;
}

input[type=button],
input[type=submit]
{
	clear: left;
	background: #fff;
	width: auto;
	margin: 0 0 0 106px;
}

