/********** GLOBAL **********/
body {
	background: url(../images/bg.png) repeat-x #0053a0;
	font-family: 'Arial', 'Helvetica', 'Verdana';
}
#wrapper {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -470px;
	padding-bottom: 10px;
}

/********** HEADER **********/
#header {
	background: url(../images/headerbg.png) repeat-x;
	height: 173px;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 195px;
	height: 80px;
	margin-top: 26px;
	margin-left: 38px;
	float: left;
}
#working-logo {
	background:transparent url(../images/logo.png) no-repeat scroll 0 0;
height:80px;
left:50%;
margin-left:-230px;
margin-top:170px;
position:absolute;
width:196px;
}
#message h1 {
	color:#FFFFFF;
font-family:Arial;
font-size:17px;
font-weight:normal;
left:50%;
position:absolute;
top:200px;
margin-left:-20px;
}
#login {
	background: url(../images/loginbg.png) no-repeat;
	width: 209px;
	height: 105px;
	float: right;
}
.references, .references li {
	background: none !important;
	list-style-type: decimal !important;
	padding-left: 0px !important;
	margin-left: 10px !important;
}
#login-link a {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-left: 50px;
	margin-top: 18px;
	text-decoration: none;
}
#login-link a:hover {
	text-decoration: underline;
}
#login-note p {
	font-size: 11px;
	color: #ccc;
	width: 165px;
	margin-top: 28px;
	margin-left: 21px;
	float: left;
	line-height: 13px;
}
#header-bottom {
	background: url(../images/headerbgbottom.png) no-repeat;
	height: 10px;
	width: 980px;
	float: left;
	margin-top: -10px;
}
#banner {
	margin-top: 6px;
}
#about #banner {
	height: 250px;
	width: 980px;
	margin-top: 6px;
	background: url(../images/aboutbanner.jpg) no-repeat;
}
#nutrition #banner {
	height: 250px;
	width: 980px;
	margin-top: 6px;
	background: url(../images/nutritionbanner.jpg) no-repeat;
}
#fitness #banner {
	height: 250px;
	width: 980px;
	margin-top: 6px;
	background: url(../images/trainingbanner.jpg) no-repeat;
}
#overweight #banner {
	height: 250px;
	width: 980px;
	margin-top: 6px;
	background: url(../images/overweightbanner.jpg) no-repeat;
}
#slimmer #banner {
	height: 250px;
	width: 980px;
	margin-top: 6px;
	background: url(../images/slimmerbanner.jpg) no-repeat;
}
/********** NAVIGATION **********/
#nav {
	position: absolute;
	margin-left: 9px;
	margin-top: 126px;
	width: 964px;
}

/**SPRITE ROLLOVERS + ACTIVES **/
/* HOME */
#home .sf-menu li.home a {
	width: 96px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat 0px -94px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
	cursor: default;
}
.sf-menu li.home a {;
	width: 96px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
.sf-menu li.home:hover a {
	color: #1a3b8f !important;
	background: url(../images/nav-sprite.png) no-repeat 0px -47px;
}
/* ABOUT */
#about .sf-menu li.about a {
	width: 147px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -96px -94px; /* this will make home the active state when on the about page */ 
	text-indent: -9999px;
}
.sf-menu li.about a {
	width: 147px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -96px 0px;
	text-indent: -9999px;
}
.sf-menu li.about:hover a {
	color: #1a3b8f !important;
	background: url(../images/nav-sprite.png) no-repeat -96px -47px;
}
/* NUTRITION */
#nutrition .sf-menu li.nutrition a {
	width: 123px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -243px -94px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
}
#nutrition .sf-menu li.nutrition:hover a {
	width: 123px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -243px -47px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
}
.sf-menu li.nutrition {
	width: 142px;
}
.sf-menu li.nutrition a {
	width: 123px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -243px 0px;
	text-indent: -9999px;
}
.sf-menu li.nutrition:hover a {
	color: #1a3b8f !important;
	background: url(../images/nav-sprite.png) no-repeat -243px -47px;
}
/* FITNESS ROOM */
#fitness .sf-menu li.fitness a {
	width: 154px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -385px -94px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
}
#fitness .sf-menu li.fitness:hover a {
	width: 136px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -385px -47px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
}
.sf-menu li.fitness {
	width: 154px;
}
.sf-menu li.fitness a {
	width: 120px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -385px 0px;
	text-indent: -9999px;
}
.sf-menu li.fitness:hover a {
	color: #1a3b8f !important;
	background: url(../images/nav-sprite.png) no-repeat -385px -47px;
}
/* IS MY PET OVERWEIGHT */
#overweight .sf-menu li.overweight a {
	width: 175px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -539px -94px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
}
#overweight .sf-menu li.overweight:hover a {
	width: 191px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -539px -47px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
}
.sf-menu li.overweight {
	width: 209px;
}
.sf-menu li.overweight a {
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -539px 0px;
	text-indent: -9999px;
	width: 175px;
}
.sf-menu li.overweight:hover a {
	color: #1a3b8f !important;
	background: url(../images/nav-sprite.png) no-repeat -539px -47px;
}
/* PET SLIMMER 2010 */
#slimmer .sf-menu li.slimmer a {
	width: 139px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -748px -94px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
}
#slimmer .sf-menu li.slimmer:hover a {
	width: 163px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -748px -47px; /* this will make home the active state when on the home page */ 
	text-indent: -9999px;
}
.sf-menu li.slimmer a {
	width: 139px;
	padding-top: 14px;
	padding-bottom: 14px;
	background: url(../images/nav-sprite.png) no-repeat -748px 0px;
	text-indent: -9999px;
}
.sf-menu li.slimmer:hover a {
	color: #1a3b8f !important;
	background: url(../images/nav-sprite.png) no-repeat -748px -47px;
}

/* END NAV SPRITE ROLLOVERS */

/********** HOME **********/
#middle {
	height: 336px;
	background: url(../images/middlebg.jpg) no-repeat;
	float: left;
}
#welcome-text {
	background: url(../images/welcometext.png) no-repeat;
	height: 45px;
	width: 429px;
	margin-left: 81px;
	margin-top: 64px;
	float: left;
	text-indent: -9999px;
}
#welcome-message {
	font-size: 16px;
	margin-left: 81px;
	margin-top: 10px;
	float: left;
	width: 429px;
	line-height: 21px;
}
#welcome-message p {
	color: #fff !important;
}
#welcome-button {
	background: url(../images/welcomebtn.png) no-repeat;
	width: 198px;
	height: 42px;
	float: left;
	margin-left: -198px;
	margin-top: 120px;
}
#welcome-button a {
	width: 194px;
	height: 38px;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	text-indent: -9999px;
}
#welcome-image {
	background: url(../images/middleimage.jpg) no-repeat;
	height: 287px;
	width: 403px;
	margin-right: 55px;
	margin-top: -60px;
	float: left;
}
#home-content-top {
	background: url(../images/contentbgtop.png) no-repeat;
	height: 26px;
	width: 981px;
	float: left;
	margin-top: 0px;
}
#home-content {
	height: 510px;
	width: 980px;
	background: #fff;
	float: left;
	margin-top: -7px;
	padding: 0 !important;
}

/********** HOME - LEFT COLUMN **********/
#home-left-col {
	height: 445px;
	padding: 32px 36px 32px 36px;
	width: 460px;
	float: left;
}
#home-left-col-header {
	background: url(../images/treatpetsheader.png) no-repeat;
	width: 274px;
	height: 30px;
	float: left;
	text-indent: -9999px;
}
#home-passage {
	float: left;
	margin-top: 10px;
	width: 445px;
	margin-left: 2px;
}
#home-passage p {
	font-size: 13px;
	color: #666;
	font-family: arial;
	line-height: 20px;
	padding-bottom: 22px;
}
#home-passage h3 {
	font-size: 17px;
	color: #00539f;
	padding-bottom: 22px;
}
#home-passage a {
	color: #00539f;
}
#home-passage a:hover {
	color: #e3173e;
}
#home-passage-button {
	background: url(../images/passagebtn.png) no-repeat;
	width: 198px;
	height: 42px;
	position: absolute;
	margin-top: 375px;
}
#home-passage-button a {
	width: 194px;
	height: 38px;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	text-indent: -9999px;
}

#home-divider {
	width: 5px;
	height: 402px;
	background: url(../images/divider.png) no-repeat;
	margin-top: 45px;
	float: left;
}

/********** HOME - RIGHT COLUMN **********/
#home-right-col {
	height: 445px;
	padding: 32px 36px 32px 36px;
	width: 365px;
	float: right;
}
#right-col-header {
	background: url(../images/loginheader.png) no-repeat;
	height: 30px;
	float: left;
	text-indent: -9999px;
	width: 250px;
}
/***** HOME - LOGIN FORM *****/
#home-login-form {
	float: left;
	margin-top: 10px;
}
#home-login-form label {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#home-login-form input.login {
	border: 0;
	background: url(../images/inputbg2.png) no-repeat;
	padding: 2px 10px 4px 10px;
	width: 252px;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: 5px;
	height: 20px;
	font-size: 14px;
}

#home-right-col label.checkbox {
	font-weight: normal !important;
	position: absolute;
	margin-top: 2px;
	margin-left: 4px;
}
#home-right-col p {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-top: 5px;
}
#home-right-col a {
	color: #e3173e;
}
#home-right-col a:hover {
	color: #00539f;
}
#home-login-form input.login-btn {
	border: 0;
	background: url(../images/logintwo.png) no-repeat;
	width: 85px;
	height: 38px;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	margin-top: 35px;
}
#home-login-form p.or {
	float: left;
	margin-top: 48px;
	padding-left: 14px;
	padding-right: 14px;
}
#home-login-form input.register-btn {
	border: 0;
	background: url(../images/registerbtn.png) no-repeat;
	width: 128px;
	height: 42px;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 35px;
}
#home-pet-slimmer {
	background: url(../images/petslimmerbtntwo.png) no-repeat;
	width: 358px;
	height: 149px;
	float: left;
	text-indent: -9999px;
	margin-top: 20px;
}
#home-pet-slimmer a {
	float: left;
	width: 354px;
	height: 107px;
	margin-top: 15px;
	margin-left: 2px;
	
}
#home-content-bottom {
	background: url(../images/contentbgbottom.png) no-repeat;
	height: 26px;
	width: 981px;
	float: left;
	margin-top: -26px;
}

/********** OTHER **********/
#content-top {
	background: #fff;
	height: 26px;
	width: 980px;
	float: left;
}
#content {
	width: 912px;
	background: #fff;
	float: left;
	margin-top: -6px;
	padding: 26px 34px 70px 34px;
	text-align: left;
}
#content h2 {
	font-size: 16px;
	color: #00539f;
	padding: 25px 0px;
}
#content h2.faq {
	font-size: 16px;
	color: #00539f;
	padding-bottom: 10px;
	padding-top: 0px;
}
#content h3 {
	font-size: 16px;
	color: #00539f;
	padding-bottom: 10px;
}
#content h4 {
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: normal;
}
#content hr {
	height: 1px;
	border-top: 1px dotted #ccc !important;
	border: 0;
	padding: 10px;
}
#content a {
	color: #00539f;
}
#content p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}
#content li {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	background-image: url(../images/listimage.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 19px;
	line-height: 20px;
	margin-bottom:7px;
}
#content ul {
	padding-left: 0px;
	padding-bottom: 15px;
}
#left-col {
	width: 525px;
	float: left;
}
#about-header {
	background: url(../images/aboutheader.png) no-repeat;
	height: 29px;
	width: 500px;
	text-indent: -9999px;
	float: left;
}
#product-details-header {
	background: url(../images/productdetailsheader.png) no-repeat;
	height: 37px;
	width: 500px;
	text-indent: -9999px;
	float: left;
}
#feeding-tips-header {
	background: url(../images/feedingtipsheader.png) no-repeat;
	height: 37px;
	width: 177px;
	text-indent: -9999px;
	float: left;
}
#faq-header {
	background: url(../images/faqheader.png) no-repeat;
	height: 34px;
	width: 348px;
	text-indent: -9999px;
	float: left;
}
#changing-diet-header {
	background: url(../images/changingdietsheader.png) no-repeat;
	height: 37px;
	width: 218px;
	text-indent: -9999px;
	float: left;
}
#contact-us-header {
	background: url(../images/contactusheader.png) no-repeat;
	height: 29px;
	width: 230px;
	text-indent: -9999px;
}
#termsconditions-header {
	background: url(../images/termsconditionsheader.png) no-repeat;
	height: 21px;
	width: 212px;
	text-indent: -9999px;
	padding-bottom: 10px;
}
#references-header {
	background: url(../images/referencesheader.png) no-repeat;
	height: 27px;
	width: 187px;
	text-indent: -9999px;
	padding-bottom: 10px;
}
#treat-translator-header {
	background: url(../images/treattranslatorheader.png) no-repeat;
	height: 29px;
	width: 230px;
	text-indent: -9999px;
	float: left;
}
#privacy-policy-header {
	background: url(../images/privacyheader.png) no-repeat;
	height: 38px;
	width: 194px;
	text-indent: -9999px;
	padding-bottom: 10px;
}
#hillsrep-header {
	background: url(../images/hillsrepheader.png) no-repeat;
	height: 27px;
	width: 575px;
	text-indent: -9999px;
	padding-bottom: 10px;
}
#calorie-chart-header {
	background: url(../images/caloriechartheader.png) no-repeat;
	height: 29px;
	width: 186px;
	text-indent: -9999px;
	float: left;
}
#funfit-exercises-header {
	background: url(../images/funfitexercisesheader.png) no-repeat;
	height: 29px;
	width: 224px;
	text-indent: -9999px;
	float: left;
}
#people-pets-header {
	background: url(../images/peoplepetsheader.png) no-repeat;
	height: 37px;
	width: 197px;
	text-indent: -9999px;
	float: left;
}
#weight-gain-header {
	background: url(../images/weightgainheader.png) no-repeat;
	height: 37px;
	width: 398px;
	text-indent: -9999px;
	float: left;
}
#is-my-pet-header {
	background: url(../images/weightgainproblemheader.png) no-repeat;
	height: 38px;
	width: 440px;
	text-indent: -9999px;
}
#petfit-slimmer-header {
	background: url(../images/petfitslimmerheader.png) no-repeat;
	height: 29px;
	width: 310px;
	text-indent: -9999px;
	float: left;
}
#photoguide-header {
	background: url(../images/photoguideheader.png) no-repeat;
	height: 37px;
	width: 187px;
	text-indent: -9999px;
	float: left;
}
#prizedetails-header {
	background: url(../images/prizedetailsheader.png) no-repeat;
	height: 37px;
	width: 187px;
	text-indent: -9999px;
	float: left;
}
#nutrition-header {
	background: url(../images/nutritionheader.png) no-repeat;
	height: 37px;
	width: 500px;
	text-indent: -9999px;
	float: left;
}
#fitness-header {
	background: url(../images/fitnessroomheader.png) no-repeat;
	height: 30px;
	width: 500px;
	text-indent: -9999px;
	float: left;
}
#overweight-header {
	background: url(../images/overweightheader.png) no-repeat;
	height: 37px;
	width: 500px;
	text-indent: -9999px;
	float: left;
}
#petsribs-header {
	background: url(../images/petsribsheader.png) no-repeat;
	height: 37px;
	width: 500px;
	text-indent: -9999px;
	float: left;
}
#left-col-content {
	float: left;
	margin-top: 23px;
}
.reg-trademark {
	vertical-align: top;
	font-size: 11px;
}
#content p.para-red {
	font-size: 16px;
	color: #e3173e;
	font-weight: bold;
}
#about-content p {
	padding-bottom: 10px;
}
#about-content ul.up-and-running {
	list-style-type: decimal;
	margin-left: 19px;
}
#about-content ul.up-and-running li {
	background-image: none !important;
	padding-left: 0px;
	padding-bottom: 15px;
}
#right-col {
	float: right;
	width: 342px;
	
	margin-top: -26px;
	margin-right: 9px;
}
.right-about {
	background: url(../images/aboutrightbg.jpg) no-repeat;
	height: 711px;
}
#right-col #right-col-content {
	padding: 26px 35px 26px 35px;
}
ul.facts {
	margin-top: 35px;
}
ul.facts li {
	padding-bottom: 15px;
	margin-top: 15px;
}
#right-col #right-col-content li.one {
	background: url(../images/listitem-one.png) no-repeat;
	padding-left:33px;
	line-height: 17px !important;
}
#right-col #right-col-content li.two {
	background: url(../images/listitem-two.png) no-repeat;
	padding-left:33px;
	line-height: 17px !important;
}
#right-col #right-col-content li.three {
	background: url(../images/listitem-three.png) no-repeat;
	padding-left:33px;
	line-height: 17px !important;
}
.right-alt {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 1px solid #0272BA;
}
#right-col #right-col-content li.one, #right-col #right-col-content li.two, #right-col #right-col-content li.three {
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
#right-col #right-col-content .right-about-header {
	background: url(../images/aboutrightheader.png);
	height: 23px;
	width: 269px;
	text-indent: -9999px;
}
.overweight-right-header {
	background: url(../images/whatcausesheader.png) no-repeat !important;
	width: 258px !important;
	height: 37px !important;
}
.fitness-right-header {
	background: url(../images/diabetesheader.png) no-repeat !important;
	width: 398px !important;
	height: 37px !important;
}
.slimmer-right-header {
	background: url(../images/somefactsheader.png) no-repeat !important;
	width: 262px !important;
	height: 24px !important;
}
.feeding-right-header {
	background: url(../images/feedingheader.png) no-repeat !important;
	width: 300px !important;
	height: 24px !important;
}
#right-col #right-col-content #right-col-header h2 {
	padding: 0;	
}
#signs-chart {
	padding-bottom: 20px;
}
#signs-chart #signs-left {
	float: left;
	width: 250px;
	padding: 15px 0px;
	height: 599px;
}
#signs-chart #signs-right {
	float: right;
	width: 250px;
	padding: 15px 0px;
	height: 599px;
	
}
#signs-chart h5 {
	color: #e3173e;
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 20px;
}
#signs-chart ul {
	margin-top: 10px;
}

#signs-chart ul.signs-list-one li {
	list-style-type: decimal;
	background-image: none;
	padding-left: 0;
	margin-left: 20px;
}
#signs-chart .list-two-box {
	background: #f2f2f2;
	padding: 10px 10px 0px 10px;
	background-image: url(../images/signstl.png);
	background-repeat: no-repeat;
	height: 188px;
}
.tr {
	background-image: url(../images/signstr.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 11px;
	width: 11px;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
}
.bl {
	background-image: url(../images/signsbl.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	float: left;
	margin-left: -10px;
}
li.spacer {
	visibility: hidden;
}
.br {
	background-image: url(../images/signsbr.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	float: right;
	margin-top: -1px;
	margin-right: -10px;
}
#signs-chart h6 {
	font-size: 13px;
}
#content-bottom {
	background: url(../images/contentbgbottom.png) no-repeat;
	height: 26px;
	width: 981px;
	float: left;
	margin-top: -26px;
}
#about #pet {
	width: 200px;
	height: 200px;
	float: left;
	background: url(../images/aboutpet.png) no-repeat;
	margin-top: -80px;
}
#fitness #pet {
	width: 227px;
	height: 150px;
	float: left;
	background: url(../images/fitnesspet.png) no-repeat;
	margin-top: -70px;
}
#slimmer #pet {
	width: 227px;
	height: 200px;
	float: left;
	background: url(../images/slimmerpet.png) no-repeat;
	margin-top: -90px;
}
#overweight #pet {
	width: 200px;
	height: 210px;
	float: left;
	background: url(../images/overweightpet.png) no-repeat;
	margin-top: -60px;
}
#nutrition #pet {
	width: 400px;
	height: 200px;
	float: left;
	background: url(../images/nutritionpet.png) no-repeat;
	margin-top: -80px;
}
#home #cat {
	background: url(../images/cat.png) no-repeat; 
	height: 177px;
	width: 111px;
	float: left;
	margin-top: -60px;
	margin-left: 87px;
}
#footer {
	float: left;
	margin-top: 15px;
	font-size: 12px;
	color: #ccc;
	margin-left: 40px;
}
#footer a {
	font-size: 12px;
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
#requestvisit-btn {
	background: url(../images/requestvisitbtn.png) no-repeat;
	width: 176px;
	height: 40px;
	text-indent: -9999px;
}
#requestvisit-btn a {
	width: 176px;
	height: 40px;
	float: left;
}
/********** SECURE CSS **********/
#VeterinaryDetails {
	background: url(../images/vetdetailsheader.png) no-repeat;
	width: 225px;
	height: 27px;
	text-indent: -9999px;
}
table.rego {
	width: 450px;
	float: left;
}
table.rego label {
	font-family: 'Arial';
	font-size: 14px;
	color: #1a3b8f;
	text-align: left !important;
	line-height: 52px;
}
table.rego tr {
	border-bottom: dotted #999 1px;
	width: 425px;
}
table.rego th {
	padding: 10px 0px;
}
.vetdetails-edit {
	background: url(../images/vetdetailseditbtn.png) no-repeat;
	width: 86px;
	height: 38px;
	float: left;
}
.vetdetails-change {
	background: url(../images/vetdetailschangebtn.png) no-repeat;
	width: 235px;
	height: 40px;
	float: right;
}
#vetdetails-btns {
	text-indent: -9999px;
	margin-top: 20px;
	width: 330px;
	float: left;
	position: relative;
	margin-top: 855px;
	margin-left: -450px;
}
#add-nurse {
	float: right;
	margin-right: 75px;
	margin-top: 27px;
	width:311px;
}
.AddNurse {
	color: #1a3b8f;
	font-weight: bold;
	font-size: 14px;
}
.NurseInput {
	background: url(../images/addnursebg.png) no-repeat;
	border: none;
	padding: 4px 15px 8px 15px;
	width: 239px;
	margin-top: 15px;
	margin-bottom: 43px;
}
.NurseAdd {
	background: url(../images/addnursebtn.png) no-repeat;
	padding: 11px;
	float: right;
	font-size: 0px;
	margin-top: 117px;
}
ul.nurses-list {
	float: left;
	margin-top: -15px;
}
ul.nurses-list li {
	list-style-type: none !important;
	padding: 0 !important;
	background: none !important;
}
span.delete {
	float: right !important;
	margin-left: 230px;
}
ul.nurses-list li a {
	color: #999 !important;
	text-decoration: underline;
}
table.hub {
	font-size: 12px;
	text-align: center;
}
table.hub th {
	background: url(../images/petfit-hub-table-head.png) repeat-x;
	height: 61px;
	border: solid 1px #fff;
	border-top: 0 !important;
	padding-top: 5px;
}
table.hub th a {
	color: #fff !important;
	text-decoration: none;
	padding-top: 5px;
}
table.hub tr.zebra {
	background: #f3f3f3;
}
table.hub td {
	padding: 10px;
	border: dotted 1px #d1d1d1;
	border-top: 0 !important;
	vertical-align: middle;
}
.hName {
	width: 86px;
}
.hPetName {
	width: 101px;
}
.hNurseName {
	width: 107px;
}
.hStart {
	width: 62px;
}
.hLastA {
	width: 79px;
}
.hWeeks {
	width: 84px;
}
.hFeedPlan {
	width: 86px;
}
.hHalfway {
	width: 56px;
}
.hCompleted {
	width: 73px;
}
.hQuestions {
	width: 69px;
}
.hUpdate {
	width: 65px;
}
td.nowrap {
	border-left: none;
}
th img {
	margin-top: 8px;
}
#petfit-header {
	text-indent: -9999px;
}
#petfit-header h1 {
	background: url(../images/header-petfithub.png) no-repeat;
	height: 30px;
	width: 163px;
}
.Buttons {
	float: right;
	margin-top: -29px;
	width: 510px;
}
#editclinic {
	width: 177px;
	height: 41px;
	background: url(../images/btn-editclinic.png) no-repeat;
	float: right;
	margin-left: 5px;
}
#editclinic a {
	padding: 0px 53px 23px 0px;
	text-decoration: none;
}
#editclinic span {
	visibility: hidden;
}
#registerpet {
	width: 191px;
	height: 41px;
	background: url(../images/btn-registerpet.png) no-repeat;
	float: right;
	margin-left: 5px;
}
#registerpet a {
	padding: 0px 53px 23px 0px;
	text-decoration: none;
}
#registerpet span {
	visibility: hidden;
}
#feedingclac {
	width: 219px;
	height: 41px;
	background: url(../images/btn-feedingplan.png) no-repeat;
	float: right;
	margin-left: 5px;
	margin-top: 10px;
}
#feedingclac a {
	padding: 0px 52px 23px 0px;
	text-decoration: none;
}
#feedingclac span {
	visibility: hidden;
}
#duration {
	width: 193px;
	height: 41px;
	background: url(../images/btn-duration.png) no-repeat;
	float: right;
	margin-left: 5px;
	margin-top: 10px;
}
#duration a {
	padding: 0px 69px 23px 0px;
	text-decoration: none;
}
#duration span {
	visibility: hidden;
}
#tasks {
	width: 128px;
	height: 41px;
	background: url(../images/btn-tasks.png) no-repeat;
	float: right;
}
#tasks a {
	padding: 0px 69px 23px 0px;
	text-decoration: none;
}
#tasks span {
	visibility: hidden;
}
#widget {
	width: 176px;
	height: 39px;
	margin-left: -177px;
	position: absolute;
}
#activeclients {
	margin-top: 33px;
}
span.blueText {
	font-size: 50px;
	color: #005fa6;
}
.tip {
	margin-bottom: 0px;
	float: left;
	width: 911px;
	vertical-align: middle;
}
.tip p {
	border-right: 1px dotted #f3f3f3;
	float: left;
	margin-top: 8px;
}
#repre {
	float: right !important;
	background: url(../images/btn-hillsrep.png) no-repeat;
	width: 265px;
	height: 41px;
	text-indent: -9999px;
}
#repre a {
	float: left;
	height: 41px;
	width: 265px;
}
.module {
	background: url(../images/vetdetailsbg.png) repeat-y;
	width: 255px;
	overflow: hidden;
	padding: 15px;
	float: right;
}
.module h4 {
	font-weight: bold !important;
	margin-bottom: 10px;
}
.module p {
	margin-top: 10px;
}
#add-pettable {
	float: left;
	width: 575px;
}
#add-pettable label {
	font-family: 'Arial';
	font-size: 14px;
	color: #1a3b8f;
	display: block;
	float: left;
	width: 175px;
	margin-top: 4px;
	height: 12px;
}
#add-pettable hr {
	margin-top: 10px;
	padding: 0px 0px;
}
#add-pettable h2 {
	padding: 30px 0px 5px 0px;
}
#addpet-header {
	background: url(../images/header-addpet.png) no-repeat;
	height: 21px;
	width: 167px;
	text-indent: -9999px;
	padding-bottom: 15px;
	margin-top: 20px;
}
#comp-one label, #comp-two label {
	float: none;
	display: inline;
}
#update-btns label {
	float: none;
	display: inline;
}
#next {
	background: url(../images/btn-next.png) no-repeat;
	width: 103px;
	height: 42px;
	text-indent: -9999px;
	margin-top: 5px;
}
#next a {
	float: left;
	height: 42px;
	width: 103px;
}
#owner-details, #add-clinic {
	float: left;
	width: 575px;
}
#owner-details label, #add-clinic label {
	font-family: 'Arial';
	font-size: 14px;
	color: #1a3b8f;
	display: block;
	float: left;
	width: 175px;
	margin-top: 4px;
	height: 12px;
}
#owner-details hr {
	margin-top: 10px;
	padding: 0px 0px;
}
#owner-details-header {
	background: url(../images/header-ownerdetails.png) no-repeat;
	height: 21px;
	width: 190px;
	text-indent: -9999px;
	padding-bottom: 15px;
	margin-top: 20px;
}
#registermarket label {
	font-weight: normal !important;
	float: none !important;
	display: inline !important;
}
#registermarket input {
	background: none !important;
	width: 10px !important;
	height: 13px !important;
	padding-top: 0px !important;
}
#owner-details input {
	border: 0;
	background: url(../images/contactdetailsinput.png) no-repeat;
	width: 259px;
	height: 20px;
	padding-left: 10px;
	padding-top: 4px;
}
#owner-details textarea {
	width: 266px;
}
#header-updatepassword {
	background: url(../images/header-updatepassword.png) no-repeat;
	height: 27px;
	width: 885px;
	text-indent: -9999px;
	float: left;
	margin-bottom: 20px;
	margin-top: 5px;
}
#table-password {
	float: left;
}
#table-password input {
	border: 0;
	background: url(../images/contactdetailsinput.png) no-repeat;
	width: 259px;
	height: 20px;
	padding-left: 10px;
	padding-top: 4px;
}
#table-password th {
	font-family: 'Arial';
	font-size: 14px;
	color: #1a3b8f;
	width: 175px;
	margin-top: 4px;
}
#table-password tr {
	height: 40px;
}
#password-save {
	background: url(../images/changepass-save.png) no-repeat;
	width: 104px;
	height: 42px;	
	text-indent: -9999px;
	float: left;
}
#password-save a {
	float: left;
	width: 104px;
	height: 42px;
}
#password-cancel {
	background: url(../images/changepass-cancel.png) no-repeat;
	width: 104px;
	height: 42px;
	text-indent: -9999px;
	float: left;
}
#password-cancel a {
	float: left;
	width: 104px;
	height: 42px;
}
#uploadphoto-header {
	background: url(../images/header-uploadphoto.png) no-repeat;
	width: 199px;
	height: 27px;
	text-indent: -9999px;
	padding-bottom: 20px;
}
p.subhead-one {
	font-size: 17px !important;
	font-weight: bold;
	line-height: 22px !important;
}
#btn-cancel {
	background: url(../images/changepass-cancel.png) no-repeat;
	width: 104px;
	height: 42px;
	text-indent: -9999px;
	float: left;
}
#btn-cancel a {
	width: 104px;
	height: 42px;
	float: left;
}
#btn-upload {
	background: url(../images/btn-upload.png) no-repeat;
	width: 104px;
	height: 42px;
	text-indent: -9999px;
	float: left;
}
#btn-upload a {
	width: 104px;
	height: 42px;
	float: left;
}
#add-clinic hr {
	margin-top: 10px;
	padding: 0px 0px;
	clear: both;
}
#add-clinic-btn {
	background: url(../images/btnaddclinic.png) no-repeat;
	width: 85px;
	height: 38px;
	text-indent: -9999px;
}
#add-clinic-btn a {
	width: 85px;
	height: 38px;
	float: left;
	
}
#add-clinic-header {
	background: url(../images/addclinicheader.png) no-repeat;
	width: 199px;
	height: 27px;
	text-indent: -9999px;
	padding-bottom: 20px;
	clear: both;
}
#clinic-admin-header {
	background: url(../images/clinicadminheader.png) no-repeat;
	width: 199px;
	height: 27px;
	text-indent: -9999px;
	padding-bottom: 20px;
	clear: both;
}
/********** PET DASHBOARD **********/

ul.tabNav {
	overflow: hidden;
	position: relative;
	z-index: 1;
		height: 16px;
	border-bottom: 1px solid #ccc;
}
ul.tabNav li {
	float: left;
	background-image: none !important;
	padding: 0;
	margin: 0;
	position: relative;
	padding-left: 0 !important;

}
ul.tabNav li.first a {
	border-left: 1px solid #dadada;
}
ul.tabNav li.selected a, ul.tabNav li.selected a:hover {
	color: #666;
	background-image: none;
	background: #fff;
	text-decoration: none;
	border-bottom: 0 !important;
}
ul.tabNav li a {
	color: #999;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 113px;
	text-align: center;
	background: #fff url(../images/template/tab_bg_off.gif) left bottom repeat-x;
	border: solid;
	border-width: 1px 1px 0 0;
	border-color: #dadada;
}
ul.tabNav li a:hover {
	text-decoration: underline;
}
ul.tabNav li a.addButton, ul.tabNav li a:hover.addButton {
	display: inline-block;
	background: url(../images/template/button_add.gif) 0 0 no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 25px;
	text-decoration: none;
	color: #fff;
	width: auto;
	border: none;
	margin: 4px 0 0 8px;
	line-height: 20px;
	height: 21px;
}
ul.tabNav li a.addButton span {
	display: inline-block;
	background: url(../images/template/button_add.gif) right top no-repeat;
	padding: 0 8px 0 0;
	line-height: 20px;
	height: 21px;
	cursor: pointer;
	color: #fff;
}

#petSelect {
	float: right;
	margin-top: -42px;
	color: #0053A0;
}

#petSelect label, select {
	vertical-align: middle;
}

#petSelect label {
	margin: 0 5px 0 0;
}

#petSelect select {
	width: 150px;
}

#dashboard {
}

#dashboard h2 {
	text-indent: 0;
	font-size: 12px;
	font-weight: bold;
	background: #0055a5 url(../images/template/dashboard_heading_bg.gif) right top repeat-y;
	color: #fff;
	padding: 6px 15px;
	display: block;
	position: relative;
	margin: 2px 0 0 0;
	line-height: 1.4em;
}

#dashboard h2.cursor {
	cursor: pointer;
}

#dashboard h2 span {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 10px;
	font-weight: normal;
	background: url(../images/template/icon_arrow_down.gif) right 4px no-repeat;
	padding: 0 15px 0 0;
}

#dashboard h2 a {
	color: #fff;
	text-decoration: none;
}

.dashboardContent {
	overflow: hidden;
	width: 911px;
	margin: 0 0 2px 0;
	background: url(../images/template/bg_detail-module.gif) right repeat-y;
}

#progressTracker {
	float: left;
	width: 624px;
	margin: 2px 0 0 0;
}

.moduleDetails {
	float: right;
	width: 263px;
	background: url(../images/template/bg_detail-module.gif) repeat-y;
	padding: 7px 8px 0 14px;
	border-bottom: 2px solid #fff;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}

.moduleDetails.last {
	border: none;
}

.moduleDetails label {
	font-size: 12px;
}

.moduleDetails p {
	margin: 10px 0;
	font-size: 11px;
	line-height: 14px;
}

p.thumbsUp {
	padding: 0 0 0 50px;
	margin: 13px 0 20px 0;
	width: 213px;
}

.moduleDetails h4 {
	font-size: 12px;
	margin: 0 0 7px 0;
}

.moduleDetails a {
	color: #666;
}

div.hr {
	height: 1px;
	font-size: 1px;
	color: #fff;
	margin: 7px 0;
	border-top: 1px solid #ccc;
}

.moduleLeftCol {
	float: left;
	width: 90px;
	padding: 0 0 7px 0;
}

.moduleLeftCol img {
	margin-bottom: 4px;
}

.moduleRightCol {
	float: right;
	width: 160px;
}

#myPetFit #progressMarkers {
	font-size: 11px;
	margin: 2px 0 0 0;
}

#progressMarkers select {
	font-size: 11px;
	color: #666;
}

#progressMarkers h4 {
	height: 25px;
	line-height: 25px;
	color: #0055a5;
	margin: 0 0 11px 0;
}

#progressMarkers .one h4 {
	background: #fff url(../images/template/icon_current-weight.gif) right 0 no-repeat;
}

#progressMarkers .two h4 {
	background: #fff url(../images/template/icon_body-shape.gif) right 0 no-repeat;
	padding: 0 0 0 8px;
}

#progressMarkers .three h4 {
	background: #fff url(../images/template/bg_grey-grad.gif) right 0 no-repeat;
	padding: 0 0 0 8px;
}

#progressMarkers h4 span {
	background: url(../images/template/icon_red-square.gif) center center no-repeat;
	width: 18px;
	height: 25px;
	display: inline-block;
	color: #fff;
	text-align: center;
}

#progressMarkers p {
	font-size: 11px;
	line-height: 16px;
}

#progressMarkers p.noBottomMargin {
	margin-bottom: 0;
}

#progressMarkers .column {
	float: left;
	min-height: 185px;
	height: auto !important;
	height: 185px;
}

#progressMarkers label {
	color: #666;
}

#progressMarkers .one {
	width: 193px;
	border-right: 1px solid #ccc;
}

#progressMarkers .two {
	width: 236px;
	border-right: 1px solid #ccc;
}

#progressMarkers .three {
	width: 193px;
}

#progressMarkers table {
	margin: 0 auto;
}

#progressMarkers select {
	width: 70px;
}

#progressMarkers table td {
	padding: 3px;
	vertical-align: middle;
}

#progressMarkers .three table td {
	padding: 5px 2px;
	vertical-align: middle;
	text-align: right;
}

#progressMarkers .three table td.leftPadding, .leftPadding {
	padding-left: 8px;
}

#contentWrap .moduleLeftCol ul {
	margin: 0;
	padding: 0;
}

#contentWrap .moduleLeftCol ul li {
	padding: 0 0 0 9px;
	margin: 0;
	background: none;
}

#contentWrap .moduleLeftCol ul li.add {
	background: url(../images/template/bullet_plus.gif) 0 5px no-repeat;
}

#contentWrap .moduleLeftCol ul li.gt {
	background: url(../images/template/bullet_gt.gif) 0 5px no-repeat;
}
#deregister-box {
	height: 27px;
}
#deregister-box h4 {
	float: left;
}
#deregister-box label {
	float: left;
	margin-top: 7px;
}
#deregister {
	background: url(../images/deregister.png) no-repeat;
	width: 118px;
	height: 27px;
	float: left;
	text-indent: -9999px;
	margin-left: 15px;
}
#deregister a {
	float: left;
	width: 118px;
	height: 27px;
}
#reset-program {
	background: url(../images/resetprogram.png) no-repeat;
	width: 128px;
	height: 36px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#reset-program a {
	float: left;
	width: 128px;
	height: 36px;
}
h4 label {
	color: #0055a5;
	float: left;
}
div.hr {
	margin-top: 5px;
}
/* Icon hover */
.bodyIcon {
	position: relative;
	display: block;
	text-decoration: none;
	width: 23px;
	height: 15px;
}

.bodyIcon span {
	text-decoration: underline;
}

.bodyIcon:hover span {
	text-decoration: none;
}

.bodyIcon img {
	position: relative;
	z-index: 9999;
}

.bodyIcon div, .bodyIcon div.hide {
	display: none;
	position: absolute;
	bottom: 25px;
	left: -70px;
	font-weight: normal;
	padding: 0;
	background: #ccc;
	text-decoration: none;
	z-index: 9999;
}

.bodyIcon div img {
	border: 3px solid #ccc !important;
	margin: 0;
}

.bodyIcon div span {
	display: block;
	color: #000;
	background: #ccc;
	font-size: 11px;
	padding: 0 5px 5px 5px;
	width: 150px;
}

.bodyIcon:hover div, .bodyIcon div.show {
	display: block;

}

#flashTracker img, #flashTracker {
	position: relative;
	z-index: 0;
}

/* Log table */

table.log {
	margin: 7px 0;
	width: 100%;
}

table.log th {
	padding: 6px 10px;
	background: #003669 url(../images/template/bg_th.gif) bottom left repeat-x;
	color: #fff;
	border-right: 1px solid #fff;
}

table.log th.date {
	width: 70px;
}

table.log td {
	text-align: left;
	padding: 7px;
}

#contentWrap table.log td ul li {
	margin-left: 0;
}

table.log td.date {
	text-align: center;
}

/* Rewards */

.rewardItem {
	border: 1px solid #ccc;
	width: 211px;
	background: #fff url(../images/template/bg_reward.gif) repeat-x;
	text-align: center;
	padding: 18px 0 0 0;
	float: left;
	margin: 0 80px 30px 0;
}

.last {
	margin-right: 0 !important;
}

#contentWrap .rewardItem h3 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}

#contentWrap .rewardItem p {
	margin: 4px 0 0 0;
}

#contentWrap .rewardItem p.free {
	text-align: center;
	display: block;
	color: #fff;
	line-height: 16px;
	margin: 0;
	padding: 20px 0 6px 0;
	background: url(../images/template/reward-seal.gif) no-repeat center bottom;
	font-size: 16px;
}

.rewardItem label {
	color: #000;
}

.rewardImageHalf {
	height: 140px;
	text-align: center;
}

.rewardImageComplete {
	text-align: center;
	height: 152px;
}

.rewardImage img {
	vertical-align: middle;
}

/* Footer */

#footer a, #footer a:link, #footer a:active, #footer a:visited {

}

#footer ul {
	margin: 0 auto 7px auto;
	text-align: center;
	overflow: auto;
	/*height: 16px;*/
	line-height: normal;
	width: 520px;
}

#footer li {
	display: inline;
}

#footer li.last span{
	border: none;
}

#footer li span 
{
	float: left;
	padding: 0 4px 0 6px;
	border-right: 1px solid #999;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-align: left;
}

#footer li a, #footer li a:link, #footer li a:visited, #footer li a:active {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#footer li a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.alignRight {
	float: right;
}
.alignLeft {
	float: left;
}
.marginLeft2 {
	margin-left: 150px;
}
.marginLeft2 li {
	margin-bottom: 15px;
}
.windowPadding {
	padding: 20px;
}
small {
	font-size: 10px;
}
#update-tracker {
	background: url(../images/updatetracker.jpg) no-repeat;
	width: 128px;
	height: 36px;
	text-indent: -9999px;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -64px;
}
#update-tracker a {
	width: 128px;
	height: 36px;
	float: left;
}
#start p{
	text-align: right;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url(../images/start.jpg) no-repeat 9px 6px;
}
#midway p {
	text-align: right;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url(../images/present.jpg) no-repeat 9px 6px;
}
#finish p {
	text-align: right;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-top: 10px;
	background: url(../images/finish.jpg) no-repeat 11px 6px;
}
.two p {
	padding: 10px;
}
.one p {
	padding: 0px 10px 10px 10px;
}
.one select {
	margin-left: 10px;
	width: 130px !important;
	margin-bottom: 10px;
}	
.moduleLeftCol li {
	background: none !important;
	padding: 0 !important;
}
.one input {
	margin-left: 10px;
	width: 126px !important;
	margin-bottom: 10px;
}	
#logout {
	background: url(../images/loginbg.png) no-repeat;
	width: 209px;
	height: 105px;
	float: right;
}
#logout-link {
	width: 208px;
	height: 46px;
	background: url(../images/logoutbg.png) no-repeat 0px 2px;
}
#logout-link a {
	font-size: 13px;
	color: #005fa6;
	font-weight: bold;
	float: left;
	margin-left: 50px;
	margin-top: 18px;
	text-decoration: none;
}
#logout-link a:hover {
	text-decoration: underline;
}
#petfithub {
	width: 208px;
	height: 58px;
	background: url(../images/petfithubbg.png) no-repeat;
}
#petfithub a {
	font-size: 16px;
	color: #fff;
	width: 165px;
	margin-left: 21px;
	float: left;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 24px;
}
#petfithub a:hover {
	text-decoration: underline;
}
#update {
	background: url(../images/btn-update.png) no-repeat;
	width: 104px;
	height: 42px;
	float: left;
	text-indent: -9999px;
}
#update a {
	width: 104px;
	height: 42px;
	float: left;
}
#changepass {
	background: url(../images/changepass.png) no-repeat;
	width: 235px;
	height: 40px;
	float: left;
	text-indent: -9999px;
}
#changepass a {
	width: 235px;
	height: 40px;
	float: left;
}
#flashTracker {
	width: 624px !important;
	height: 230px !important;
}
.rego th, .rego td, .rego input, .rego select {
	float: left;
	vertical-align: middle;
}
.rego th {
	padding: 0 !important;
	width: 175px;
}
.rego td {
	float: left;
	margin-top: 16px;
	display: inline;
}
.rego td.leftPadding {
	float: right;
	margin-right: 54px;
	margin-bottom: 15px;
}
#cancel-btn {
	background: url(../images/cancelbtn.png) no-repeat;
	float: left;
	height: 38px;
	width: 96px;
	text-indent: -9999px;
}
#cancel-btn a {
	float: left;
	height: 38px;
	width: 96px;
}
#save-btn {
	background: url(../images/savebtn.png) no-repeat;
	float: left;
	height: 38px;
	width:85px;
	text-indent: -9999px;
}
#save-btn a {
	float: left;
	height: 38px;
	width: 85px;
}
#header-reward {
	background: url(../images/header-rewardselection.png) no-repeat;
	width: 217px;
	height: 21px;
	text-indent: -9999px;
}
#rewardboxes {
	clear: both;
	float: left;
	width: 859px;
	margin-left: 25px;
	margin-top: 30px;
}
.rewardItem {
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 10px;
}
#claimbtn {
	background: url(../images/claimrewardbtn.png) no-repeat;
	float: left;
	height: 40px;
	width: 235px;
	text-indent: -9999px;
}

#claimbtn a {
	float: left;
	height: 40px;
	width: 235px;
}
#tasks-header {
	background: url(../images/header-tasks.png) no-repeat;
	width: 66px;
	height: 21px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#nurse-select {
	float: right;
}
#nurse-select label {
	font-size: 12px;
	font-weight: bold;
	color: #1A3B8F;
}
#backtologinbtn {
	background: url(../images/backtologinbtn.png) no-repeat;
	float: left;
	width: 176px;
	height: 40px;
	text-indent: -9999px;
}
#backtologinbtn a {
	float: left;
	width: 176px;
	height: 40px;
}
#sendlogin {
	background: url(../images/senddetailsbtn.png) no-repeat;
	width: 176px;
	height: 40px;
	float: left;
	text-indent: -9999px;
}
#sendlogin a {
	width: 176px;
	height: 40px;
	float: left;
}
#passwordret-header {
	width: 243px;
	height: 47px;
	text-indent: -9999px;
	background: url(../images/passwordrecoveryheader.png) no-repeat;
}
#recotable tr {
	border-bottom: 0 !important;
}
#askqheader {
	background: url(../images/askquestionheader.png) no-repeat;
	width: 200px;
	height: 37px;
	text-indent: -9999px;
}
#sendbtn {
	background: url(../images/sendbtn.png) no-repeat;
	width: 85px;
	height: 38px;
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
}
#sendbtn a {
	width: 85px;
	height: 38px;
	float: left;
}
.thumbsUp img {
	float: left;
	margin-left: -50px;
}