
  div.overdiv {
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; height: 100%;
  }

  div.squareenvelope {
    width: 450px;
    height: 230px;
    position: absolute;
    top:50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-top: -115px;
    margin-left: -225px;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  div.square {
    height: 230px;
    width: 450px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    text-align: left;
    background-color: #1893cf !important;
    color: #fff !important;
    border-radius: 6px;
  }

  div.square div.header {
    border-bottom: 0 solid #eee !important;
    border-top: 0 solid #ddd !important;
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
  }

  div.square div.header h3 {
    line-height: 30px;
    margin: 0;
    font-size: 24.5px;
  }

  div.square div.header div.closer {
    float: right;
    font-size: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  div.square div.header div.closer button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    box-shadow: none !important;
    color: white !important;
    opacity: 0.8 !important;
    margin-top: 2px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 white;
  }

  div.square div.header div.closer button:hover {
    box-shadow: none !important;
    color: white !important;
    opacity: 0.6 !important;
    cursor: pointer;
    text-decoration: none;
  }

  div.square div.msg {
    height: 100px;
    max-height: 250px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
  }

  div.square div.modal-footer {
    border-top: 0px;
    box-shadow: 0 0 0 white inset;
    background-color: #1893cf !important;
    padding: 7px 15px 15px;
  }

  div.square div.footerWrp {
    font-size: 0;
    text-align: right;
  }

  div.square button.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #f6f6f6, #eaeaea);
    background-repeat: repeat-x;
    border-color: #cfcfcf #cfcfcf #b5b5b5;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    overflow: visible;
    width: auto;
  }

  div.square button::-moz-focus-inner,div.square input::-moz-focus-inner {
    padding:0;
    border:0
  }

  .aui button::-moz-focus-inner,.aui input::-moz-focus-inner{padding:0;border:0}
  .aui .row-fluid:before, .aui .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
  }
  .aui .row-fluid:after { clear: both; }
  .aui .row-fluid { width: 100%; }
  .aui .row-fluid [class*="span"]:first-child { margin-left: 0; }
  .aui .row-fluid .span3 { width: 22.9282%; }
  .aui .row-fluid .span6 { width: 48.6188%; }
  .aui .row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.76243%;
    min-height: 30px;
  }
  .aui body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  .aui input[type="text"], .aui input[type="password"] {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .aui textarea, .aui input[type="text"], .aui input[type="password"], .aui .uneditable-input {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
  }
  .aui label, .aui input, .aui button, .aui select, .aui textarea { line-height: 20px; }

  input.ssize {
    height: 30 !important;
  }

