.ui-dialog .ui-dialog-title {
  display: block;
  text-align: center;
  width: 100%;
}

#couponMsg {
    color: red;
    padding: 0px 0px 0px 15px;
    float: left;
    line-height: 15px;
   }
.blue_button_color {
	background: #2576bc none repeat scroll 0 0;	
    border: 1px solid #1660a0;
    border-radius: 2px;
    color: #fff;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1px;
    text-align: center;
    text-decoration: none;
    transition: all 150ms ease-in-out 0s;
    height: 25px;
    width: 70px;
    margin-left: 2px
}