@import url("jquery-ui-1.10.1.custom.min.css");

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-dialog  {
    font-size: 13px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
/***Dialog fixes**/
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
  color: #ffffff;
  background-color: #8296AD;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8296AD), to(#8296AD));
  background-image: -moz-linear-gradient(top, #8296AD, #8296AD);
  background-image: -ms-linear-gradient(top, #8296AD, #8296AD);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8296AD), color-stop(100%, #8296AD));
  background-image: -webkit-linear-gradient(top, #8296AD, #8296AD);
  background-image: -o-linear-gradient(top, #8296AD, #8296AD);
  background-image: linear-gradient(top, #8296AD, #8296AD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8296AD', endColorstr='#8296AD', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #8296AD #8296AD #8296AD;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-dialog-buttonset .ui-button:nth-child(2), .ui-dialog-buttonset .ui-button:nth-child(3){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}

.ui-dialog-buttonset .redButton {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #DA4F49 !important;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F)  !important;
    background-repeat: repeat-x  !important;
    border-bottom-color: rgba(0, 0, 0, 0.25)  !important;
    border-left-color-ltr-source: physical  !important;
    border-left-color-rtl-source: physical  !important;
    border-left-color-value: rgba(0, 0, 0, 0.1)  !important;
    border-right-color-ltr-source: physical  !important;
    border-right-color-rtl-source: physical  !important;
    border-right-color-value: rgba(0, 0, 0, 0.1)  !important;
    border-top-color: rgba(0, 0, 0, 0.1)  !important;
  
}
.ui-dialog form {
    margin-bottom: 0px;    
}
