.WaGadgetLoginForm .loginContainer.authenticated.loginContainer.authenticated .loginLink {
width: 180px;
height: 40px;
}
.WaGadgetLoginForm .loginContainer.authenticated.loginContainer.authenticated .loginLink:before {
   font: bold 16px/20px 'Verdana';
content: 'My Profile';
}
.WaGadgetLoginForm .loginContainer.loginContainer .loginLink {
width: 200px;
height: 40px;
}
.WaGadgetLoginForm .loginContainer.loginContainer .loginLink:before {
font: bold 16px/20px 'Verdana';
   content: 'Member Login';
}
/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: rgba(255, 255, 255, 0) !important;
}
/* Logout button */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
    background: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
}
/* Logout button on hover */
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover, .WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: rgba(255, 255, 255, 0) !important;
    color: #000000 !important;
}
a.stylizedButton.buttonStyle001
{
	background-color: rgba(255, 255, 255, 0);
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.stylizedButton.buttonStyle001:hover
{
	background-color: rgba(255, 255, 255, 0);
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
	color: #FFFFFF;
}
