/* Custom Register Plugin Stylesheet */

.red
{
	color: #F00;
	font-weight: bold;
}

.login_outer_container
{
	position: relative;
	height: 600px;
	margin-top: 20px;
}

.login_inner_container
{
	padding: 40px 0px;
	width: 470px;
	min-height: 300px;
	margin: 0px auto;
}

.login_content
{
	width: 470px;
	margin: 0px auto;
}

form#register
{
	line-height: 24px;
}

form#register table tbody tr td
{
	padding-right: 10px;
}

form#register table tbody tr td input.text
{
	width: 310px;
	border: 1px solid #999;
}

form#register table tbody tr td input.small_text
{
	width: 150px;
	border: 1px solid #999;
}

div#rc
{
	display: inline-table;
	width: 320px;
	overflow: hidden;
}

form#lostpasswordform input[type='text']
{
	width: 400px;
}

form#new_pwd
{
	line-height: 24px;
}

form#new_pwd table tbody tr td
{
	padding-right: 10px;
}

.spacer
{
	height: 0px;
}

/* Custom Widget */

ul#links_widget
{
	list-style: none;
}

ul#links_widget li a
{
	background-color: #7dab65;
	padding: 5px 10px;
	width: 165px;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0px 0px 15px;
	text-decoration: none;
	display: block;
}

ul#links_widget li a:hover
{
	background-color: #a0db81;
}