/* WebPart Styles */

.SubmitButton, .LoginButton {
	background-color:#FACA40;
	border:1px solid #d2a31d;
	cursor:pointer;
}


#LoginWrapper table {
	border-bottom:none;
}

#LoginWrapper .LoginButton {
	float:left;
	margin-left:84px;
	background-color:#FACA40;
	border:1px solid #d2a31d;
	cursor:pointer;
}

#MemberProfileWrapper table {
	width:533px;
}

#ManageProfileWrapper {
	border-top:1px solid #D1D3D4;
	margin-left:70px;
	padding:15px 0;
	width:252px;
}

#ManageProfileWrapper h3 {
	color:#66B2E2;
}

#ManageProfileWrapper li {
	margin-left:-16px;
	padding-left:15px;
	background:transparent url('/Templates/Images/Content/arrow-bullet.png') no-repeat left center;
	list-style-type:none;
}



/*------------------- Membership Styles ---------------------------*/
.SearchText, .InputBox {
	background-color:#fff0c4;
	border-top:#d2a31d;
	border-left:#d2a31d;
	border-right:#FACA40;
	border-bottom:#FACA40;
	border-width:2px;
	border-bottom-style:solid;
	vertical-align:top;
}

.SearchText:hover, .InputBox:hover {
	background-color:#ffffff;	
}

.SearchButton {
	padding-top:1px;
	padding-bottom:3px;
	background-color:#0059b1;
	border:1px solid #123c66;
	color:#ffffff;
	font-size:9pt;
	cursor:pointer;
}

.SearchButton:hover {
	background-color:#1e69b4;
}

.InputContainer {
	clear:both;
	margin:5px;
	position:relative;
	width:100%;
}

.FormLabel {
	float:left;
	margin-left:5px;
	margin-right:15px;
	text-align:right;
	width:114px;
}
#ContentRightWrapper .SubmitButton {
	margin-left:139px;
}

#ContentRightWrapper .SubmitButton:hover {
	background-color:#fcdd82;
}