#voting {
	margin:0 0 0 40px;
	line-height:24.5px;
	font-size:14px;
}
#radio {
	float:left;
	margin-top:2px;
}

/* for Voting */
.Radiobox, .RadioboxChecked {
	display:block;
	width:15px;
	height:15px;
	margin-bottom:6px;
	margin-right:5px;
}
.Radiobox {
	background:url('../images/CheckboxUnchecked.gif') no-repeat center center;
}
.RadioboxChecked {
	background:url('../images/CheckboxChecked.gif') no-repeat center center;
}
.InputHidden {
	display:none;
}

#login {
	margin-left:35px;
}
#member-login {
	float:left;
	margin:35px 0 35px 40px;
	padding-bottom:0px;
	width:280px;
}
#new-user {
	float:right;
	margin:35px 40px 35px 0;
	padding-bottom:10px;
	width:280px;
}
#forgot {
	float:left;
	margin:15px 0 35px 40px;
	padding-bottom:10px;
	width:280px;
}