 html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  font-family: Veranda, Helvetica, "Helvetica Neue";
	  font-size: 12px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	

}
 

.check-avail{ font-weight:bold; font-size: 14px; line-height:20px; }
a.check-avail:link { color:#ff0000; text-decoration: none; }
a.check-avail:visited { color:#ff0000; text-decoration: none; }
a.check-avail:active { color:#ff0000; text-decoration: none; }
a.check-avail:hover { color:#000000; text-decoration: underline; }


.shadow {
	text-shadow: #000000 2px 2px 2px;
}

.shadow-lighter {
	text-shadow: #999999 2px 2px 2px;
}

.shadow-lighter-1 {
	text-shadow: #999999 1px 1px 1px;
}

.shadow-light {
	text-shadow: #CCCCCC 2px 2px 2px;
}

.shadow-blue {
	text-shadow: #7fb6e5 2px 2px 2px;
}