﻿/* CustomerLoyaltyPages.css style sheet File */

a:hover
{
	text-decoration: underline;
}

.cAnchorRoll
{
	text-decoration: none;
}

/*************************************************************************************************/
/* CustomerChangePassword page specific */

#loyalty_ccp_lblWebOrdering
{
}

#loyalty_ccp_divWebOrdering
{
}

#loyalty_ccp_lblPassword
{
	position: absolute;
	left: 7px;
	top: 24px;
}

#loyalty_ccp_lblPasswordStrengthInfo
{
	cursor: pointer;
}

#loyalty_ccp_imgPasswordStrengthInfo
{
	position: absolute;
	left: 70px;
	top: 20px;
	width: 23px;
}

#loyalty_ccp_txtPassword
{
	position: absolute; 
	top: 22px;
	left: 134px;
	width: 302px;
}

#loyalty_ccp_lblPasswordStrengthMsg
{
	position: absolute;
	left: 444px;
	top: 22px;
}

#loyalty_ccp_lblPasswordConfirm
{
	position: absolute;
	top: 46px;
	left: 7px;
}

#loyalty_ccp_txtPasswordConfirm
{
	position: absolute;
	left: 134px;
	top: 44px;
	width:302px;
}

#loyalty_ccp_lblPasswordConfirmMatch
{
	position: absolute;
	left: 444px;
	top: 44px;
}

#loyalty_ccp_divSave
{
	position: absolute;
	top: 100px;
	left: 7px;
	width: 80px;
	height: 36px;
	background-color: Black;
	background-image: url(https://server1.ibs-systems.co.uk/images/benugo-btn-save2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 10px;
	display: inline-block;
	cursor: pointer;
}

#loyalty_ccp_divLogout
{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 80px;
	height: 36px;
	background-color: Black;
	background-image: url(https://server1.ibs-systems.co.uk/images/btn-logout.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 10px;
	display: inline-block;
	cursor: pointer;
}

#loyalty_ccp_btnSave
{
}

