

table.remindmeTable {
	background-color:#DAF4BB;
	background-image: url(/images/remindmeBot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top: 15px;
}

table.remindmeTable td {
	color:#336633;
	font-size:12px;
	padding-bottom:4px;
}
table.remindmeTable td label {
  font-size:14px;
  line-height:17px;
  padding-bottom:2px;
}
table.remindmeTable .radioList td label {
  font-size:12px;
  line-height:120%;
  padding-bottom:0;
}
table.remindmeTable .radioList td input {
margin:0 5px 0 0;
}
table.remindmeTable td.remindHeader {
	color:#fff;
	font-size:16px;
	font-weight:bold;
  background-color: #99d953;
  background-image:url(/images/remindmeTopLi.gif);
  background-position:center top;
  background-repeat:no-repeat;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  padding-top:5px;

}
table.remindmeTable td.remindHeader.dark {
  background-color:#336633;
  background-image:url(/images/remindmeTop.gif);
}

table.remindmeTable td.remindHeader table td {
	color:#fff;
	font-size:16px;
	font-weight:bold;
}


/*** PET LIST ***/

.petList {
  width:402px;
}
.petListItem {
  width:402px;
  overflow:hidden;
  padding-bottom:15px;
}
.petListItem .petImage {
  width:150px;
  float:left;
}
.petListItem .petImageWrap {
  width:150px;
  min-height:150px;
  height:auto !important;
  height:150px;
  background:url(/images/petImageBackgroundLarge.gif) top left no-repeat transparent;
}
.petListItem .petInfo {
  width:240px;
  margin-left:162px;
  _float:left;
  _margin-left:12px;
}
.petListItem .petInfoHeader {
  position:relative;
}
.petListItem .petInfoHeader h3{
  width:155px;
}
.petListItem .petInfoHeader h3{
  font-size:18px;
  margin-top:2px;
  line-height:21px;
  color:#62c52f;
  font-weight:bold;
  font-family:Arial, Verdana, Tahoma, Sans-Serif;
}
.petListItem .petInfoHeader h3 a{
  color:#62c52f;
  text-decoration:none;
}
.petListItem .petInfoHeader h3 a:hover{
  color:#62c52f;
  text-decoration:underline;
}
.petListItem .petInfoHeader .editPetLinks {
  position:absolute;
  right:10px;
  top:4px;
  line-height:120%;
}
.petListItem .petInfoHeader .editPetLinks a{
  color:#0099cc;
  text-decoration:none;
}
.petListItem .petInfoHeader .editPetLinks a:hover{
  text-decoration:underline;
}

.petListItem .petInfoBody {

}
.petListItem .petInfoBody dl{
  width:210px;
}
.petListItem .petInfoBody dt{
  width:75px;
  float:left;
  font-weight:bold;
  margin-bottom:3px;
}
.petListItem .petInfoBody dd{
  width:135px;
  margin-left:75px;
  _margin-left:0;
  _float:left;
  margin-bottom:3px;
}


/*** REMINDER LIST (UNDER PET LIST) ***/
.petListReminders { }
.petListReminders .plrHeader {
  position:relative;
  margin-bottom:5px;
  clear:both;
  height:19px;
}
.plrHeader h4 { width:295px; color:#336633; font-size:12px; margin-top:-1px; }
.plrHeader .addReminderLink {
  position:absolute;
  top:-2px;
  right:0px;
}
.plrReminder {
  width:386px;
  background-color:#c3f08e;
  padding:8px;
  margin-bottom:4px;
}
.plrReminder .reminderImage {
  width:90px;
  min-height:60px;
  height:auto !important;
  height:60px;
  float:left;
}
.plrReminder .reminderInfo {
  width:285px;
  margin-left:100px;
  _margin-left:15px;
  _float:left;
}
.plrReminder .reminderInfoHeader {
  position:relative;
}
.plrReminder .reminderInfoHeader h5 {
  width:215px;
  font-size:14px;
  line-height:16px;
  font-weight:bold;
  font-family:Arial, Verdana, Tahoma, Sans-Serif;
  color:#336633;
}
.plrReminder .reminderInfoEditLinks {
  position:absolute;
  top:0px;
  right:8px;
}
.plrReminder .reminderInfoEditLinks a {
  color:#0099cc;
  text-decoration:none;
}
.plrReminder .reminderInfoEditLinks a:hover {
  text-decoration:underline;
}
.plrReminder .reminderInfoBody { }
.plrReminder .reminderInfoBody dl {
  width:280px;
}
.plrReminder .reminderInfoBody dt {
  width:105px;
  float:left;
  font-weight:bold;
  margin-bottom:2px;
}
.plrReminder .reminderInfoBody dd {
  width:175px;
  margin-left:105px;
  margin-bottom:2px;
  _margin-left:0px;
  _float:left;
}


td div.reminderTableInner {
  padding:10px 15px 5px;
}
td div.reminderTableInner.last {
}
div.reminderHR{
  padding:2px 0;
}
div.reminderHR hr{
  height:1px;
  color:#fff;
  background-color:#fff;
  border-color:#fff;
}
.reminderNarrowField,
.reminderMediumField,
.reminderNormalField,
.reminderWideField  {
  font-size:12px;
  padding:2px;
  border:1px solid #0099cc;
}
select.reminderNarrowField,
select.reminderMediumField,
select.reminderNormalField,
select.reminderWideField  { padding:0;}

.reminderNarrowField { width:90px; }
.reminderMediumField { width:135px; }
.reminderNormalField { width:185px; }
.reminderWideField   { width:225px;}


/* STYLES TO COMPENSATE SUBURB LOOKUP */

.reminderTableInner div.row {
	margin-bottom: 10px;
}

.reminderTableInner div.row label {
	display: block;
}

.reminderTableInner div.short input {
	width: 83px;
	border:1px solid #0099CC;
	font-size:12px;
	padding:2px;
	
}

.reminderTableInner div.long select {
	width: 200px;
	border:1px solid #0099CC;
	font-size:12px;
	padding:1px;
}

.reminderTableInner a.formLink {
	font-size: 0.9em;
}

div#divPostcodeInfo {
	clear: left;
	padding: 10px;
	background-color: #eaf7db;
}
div#divPostcodeInfo p {
	margin: 0;
}

/* --------------------------- */


span.astrix {
	font-weight: bold;
}

div.Errors {

}

div.Errors ul {
	padding: 0 0 15px 0;
	margin: 0;
}

div.Errors ul li {
	background-image: none;
	list-style: none;
	padding: 0;
	margin: 0 0 1px 0;
}

/* Login Form */

div.login ,
div.UserMenu
{
	width: 169px;
	margin: 1px 0px 0px 0px;
	color: #FFF;
}
#subContent div.UserMenu {
  width:137px;
}

div.login div.LoginForm,
div.UserMenu div.UserMenuInner
{
	margin: 0px;
	padding: 5px 5px 10px 8px;
	background-color: #66CC66;

	background-color: #6dc36b;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

div.login h2,
div.UserMenu h2
{
	padding: 3px 10px 3px 15px;
	margin: 0px;
	font-size: 11px;
	color: #FFF;
	background: #3DA33D;
	font-weight: bold;
}

div.UserMenuInner a,
div.UserMenuInner a:visited,
div.UserMenuInner a:link,
div.UserMenuInner a:hover
{
	/*font-size: 0.8em;*/
	color: #FFF;
	display: block;
	height: 100%;
	width: 104px;
	padding: 1px 0px 3px 0px;
	margin: 0px;
	color: #FFF;
}


div.UserMenuInner ul {
	margin: 0 0 15px 0;
	padding: 0;
}

div.UserMenuInner ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

div.LoginForm a
{
	font-size: 11px;
	color: #FFF;
	display: block;
	height: 100%;
	padding: 4px 0 0 5px;
	margin: 0px;
	font-size: 0.9em;
	clear: both;
}

div.login div.LoginForm A,
div.login div.LoginForm A:active,
div.login div.LoginForm A:link,
div.login div.LoginForm A:visted
{
	text-decoration: underline;

}

div.login div.LoginForm A:hover
{
	text-decoration: underline;
}

div.LoginForm div.Errors
{
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #780101;
}
#subContent div.LoginForm div.Errors{
  padding:0 5px 5px 5px;
}




div.login, div.UserMenu {
	background: url(/images/bgRegister.jpg) no-repeat;
	width: 137px;
	padding: 149px 0 0 0;
}
div.UserMenu {
	background: url(/images/bgWelcome2.jpg) no-repeat;
}
div.login h2, div.UserMenu h2 {
	display: none;
}

div.login a.register-now {
	background: url(/images/btnRegisterNowSub.gif) no-repeat;
	display: block;
	height: 24px;
	width: 121px;
	text-indent: -9999px;
	margin: 0 0 0 8px;
	float: none;
	outline: none;
}

div.login fieldset {
	border: none;
	margin: 12px 0;
	padding: 0;
}

div.login legend {
	background: url(/images/btn_login.png) 8px 0 no-repeat;
	padding: 0 0 10px 81px;
	text-indent: -99999px;
	display: block;
}
.UserMenu h3 {
  background:url(/images/btn_loggedin.png) 8px 0 no-repeat transparent;
  padding:0 0 10px 100px;
  height:12px;
  margin:0;
}
.UserMenu h3 span{ position:absolute; left:-9999px;}

div.login div.LoginForm {
	background: #62BE63;
	width: 137px;
	min-height: 70px;
	padding: 0;
	margin-top: -5px;
}

.login label {
	color: #305c32;
	cursor: text;
	display: none;
	position: absolute;
	left: 7px;
}

.login label#label-email {
	top: 7px;
}

.login label#label-password {
	top: 28px;
}

div.LoginForm {
	position: relative;
}

div.LoginForm div.formRow input {
	background: #ceebce;
	border: none;
	width: 131px;
	height: 18px;
	margin: 4px 0 0 3px;
	color: #305c32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px 0 0 2px;
}

div.LoginForm div.formRow input[type=password] {
	width: 108px;
	margin: 2px 0 0 3px;
	float: left;
}


div.LoginForm div.formRow input.button
{
	float: left;
	width: 23px;
	margin: 2px 0 0 0;
	height: 20px;
	padding: 0;
}


