#contactbox {
  display:block;
  font-weight:bold;
  width:215px;
  height:80px;
  float:left;
  padding:10px;
  margin:10px;
  border:1px solid #990000;
  /***/
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
#contactbox ul {
	list-style:none;
	margin:0;
	padding:0;
}
.cbname {
	color:#ccc;
}
.cbphone {
	color:#999;
}
#contactbox a {
	color:#666;
	text-decoration:none;
}
#contactbox a:hover {
	color:#ff0000;

}
