div#register {
	height: 30px;
}
div#register-btn {
	border: 1px solid #336600;
	background-color: #99CC66;
	height: 28px;
	width: 130px;
	float: right;
}
div#register-btn p {
	font-size: 18px;
	line-height: 24px;
	padding: 0 10px;
	text-align: center;
}
div#register-btn p a, div#register-btn p a:visited {
	color: #FFF;
	text-decoration: none;
}
div.signin {
	clear: right;
	width: 170px;
	margin-top: 5px;
}
div#signedin {
}
div#signedin h3 {
	font-weight: normal;
}
div#signedin p {
	font-size: 14px;
	line-height: 22px;
	/*color: #CC9966;*/
}
div#signin table {
	margin: 10px 0 5px;
}
div#signin input.btn {
	font-size: 14px;
	padding: 0 3px;
}
tr#submit {
	
}
