.modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-0-box-shadow: none;
	box-shadow: none;
}

.modal-header {
    /*padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;/*
 }