
.eden-phone {
  font-weight: bold;
  font-size: 1.1rem;
  color: #b00000;          /* Eden red */
  text-decoration: none;
}

.eden-phone:hover {
  color: #ff3333;
  text-decoration: underline;
}

.eden-email {
  font-weight: normal;
  font-size: 1rem;
  color: #0066cc;          /* Eden blue */
  text-decoration: none;
}

.eden-email:hover {
  color: #004c99;
  text-decoration: underline;
}

/* Test for IE fix: */
.TestButton {
border: 2px solid #666;
padding: 6px 0;
text-align: center; width: 160px;
text-decoration: none;
display: inline-block;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
font-family: Arial,Helvetica,Geneva,sans-serif;
    	font-size: 12px;
    	font-weight: bold; color: white;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
/* background: #3A7CBE;*/
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3A7CBE), to(#9FDAEE));
background: -webkit-linear-gradient(#3A7CBE, #9FDAEE);
background: -moz-linear-gradient(#3A7CBE, #9FDAEE);
background: -ms-linear-gradient(#3A7CBE, #9FDAEE);
background: -o-linear-gradient(#3A7CBE, #9FDAEE);
background: linear-gradient(#3A7CBE, #9FDAEE);
-pie-background: linear-gradient(#9FDAEE, #3A7CBE);
behavior: url(http://www.edenusa.com/includefiles/css/edenstyle/pie.htc);
}
