#fancy-message {
  width: 400px;
  
}

#fancy-message ul {
  list-style-type: none;
}

#fancy-message ul li {
  margin-bottom: 10px;
}

.fancy .content {
  padding: 10px 0px 10px 0px;
  
}

.fancy .actions {
  margin-top: 10px;
}

.fancy .actions .button{
  float: right;
  margin-left: 10px;
}


.fancy.confirm .actions .button {
  width: 100px;
  text-align: center;
}

.fancy h2 {
    color: #D41C1C;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.business .fancy h2 {
    color: #00ACDF;
}

.fancy p {
    margin-bottom: 10px;
    line-height: 16px;
}

#fancybox-close {
    background: url(/images/delete.png) top left no-repeat;
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px;
}

#fancybox-content p{
    padding: 5px 0;
}

#fancybox-content ul{
    margin-left: 20px;
}