
/*Zip-error box*/
a.button, a.button:link, a.button:visited {
  background:transparent url(/images/homepage/2008/rightCap.gif) no-repeat right top; color:#FFFFFF; display:block; float:left; font-family:Arial,Helvetica,sans-serif; font-size:13px; font-weight:bold; height:31px; margin:15px 0 5px 0; padding-right:6px; text-decoration:none; vertical-align: baseline;
}
a.button span {
  background:transparent url(/images/homepage/2008/leftCap.gif) no-repeat scroll 0%; display:block; padding:6px 10px 10px 15px; margin-bottom:0; line-height: 15px;
}
a.button:hover{
  color:#ffcc00;
}
#zipError {
  display:none;position:absolute; left:290px; top:200px; background:#fff; border:solid 7px #999; width:411px;/*height:210px;*/z-index:2;
}
#zipError #zipErrorHeader {
  height:60px;text-align:right; background:#f1f1f1 url(/crp/images/logoPopup.gif) no-repeat 5px 5px;
}
#zipErrorHeader .closeLink {
  padding:5px;
}
#zipError #zipErrorBody {
  margin:10px;/*height:100px;*/
}
#zipErrorBody p {
  font-size:11px
}
#zipErrorBody h2 {
  color:#DF4600;font-size:140%;margin:10px 0; line-height:100%;
}
#miniZip label {
  float:left; margin:0 10px 0 0; font-weight:normal;font-size:100%;
}
#okbutton {
  margin: 10px 0 10px 65px; /* height:17px; */ position: relative; float: left; clear: both;
  display: inline; /* ie */
}
#cancel {
/*  position:absolute;top:15px;left:62px;*/
  display: inline; margin-left: 15px;
}
#okbutton .button {
  margin-top: 5px;margin-left: 5px;
}

