* {
  margin: 0;
  padding: 0;
}

.clear { clear: both; }
.cyan { color: cyan; }

body {
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #043872 url('/images/pet-Bodybg.jpg') repeat-x;
}

#header { 
  background: url('/images/pet_header.jpg') no-repeat;
  height: 198px;
  width: 695px;
  margin-left: auto;
  margin-right: auto;
}

#container {
  width: 695px;
  background: #fff url('/images/pet_contentbg.jpg') repeat-x;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#emailBox { 
  width: 644px;
  margin-left: auto;
  margin-right: auto;
  background: #fff url('/images/pet_emailholderbg.jpg') repeat-x;
  background-position: bottom center;
  padding: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}

#emailBoxHolder {
  padding: 10px;
  background: #2f8be0 url('/images/pet_emailbg2.jpg') repeat-x;
  height: 287px;
  font-size: 11px;
}

#emailBoxHolder h1 { 
  color: #aeffff;
  font-size: 12px;
  padding-bottom: 10px;
}

#emailBoxHolder h2 { 
  padding-top: 5px;
  padding-bottom: 5px;
}

#emailBoxHolder a { 
  color: #fff;
  font-size: 12px;
}

#emailBoxHolder p { 
  color: #fff;
  width: 460px;
}

#emailBoxHolder p.blue { 
  color: #99d3fb; 
  font-size: 10px;
}

#emailBoxContent { 
  margin-top: 10px;
  width: 460px;
  height: 140px;
  border: 1px solid #fff;
  background: #beebfe url('/images/pet_emailboxbg.jpg') repeat-x;
  position: relative;
  padding-top: 15px;
}

#emailBoxContent label { 
  color: #000;
  margin-left: 10px;
  font-weight: bold;
}

#emailBoxContent input { 
  margin-top: 5px;
  margin-left: 10px;
  border: 0;
}

#nameField, #emailField { 
  width: 220px;
  border: 1px solid #fff;
}

#emailBoxContent #submit { 
  position: absolute;
  top: 20px;
  left: 230px;
  border: 0;
}

#emailBoxContent .check { 
  margin-bottom: 5px;
}

#emailBoxContent .check a { 
  font-size: 10px;
  font-weight: 100;
  text-decoration: underline;
  color: #000;
}

#emailBoxContent .check label { 
  color: #fff;
  margin-left: 0px;
  font-size: 10px;
}

#emailBoxContent .check input { 
  margin-left: 10px;
  _margin-left: 5px;
}

#emailRight { 
  background: url('/images/pet_emailright.jpg') no-repeat;
  width: 162px;
  height: 307px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#emailRight h1 { 
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}

#emailRight p { 
  font-size: 10px;
  color: #fff;
  text-align: center;
}

#text h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

#text ul { 
  float: left;
  margin-top: 20px;
  margin-left: 50px;
  _margin-left: 35px;
  font-size: 11px;
}

#text #prevNext { 
  padding: 10px;
  font-weight: bold;
  text-align: center;
  width: auto;
  clear: both;
}

#menuBar { 
  background: url('/images/pet_footerbg.jpg') repeat-x;
  height: 18px;
  color: #fff;
}

#menuBar ul { 
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 25px;
  padding-top: 2px;
}

#menuBar li { 
  display: inline;
}

#menuBar a { 
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}

#disclaimer { 
  font-size: 9px;
  color: #fff;
  width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#disclaimer a { 
  color: #fff;
}