.mark-grey {
  color:#8c8c8c !important;
  margin:0 !important;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.center {text-align:center !important;}

.dialog-client {
  font:14px/18px Tahoma, Arial, Verdana, sans-serif;
  background:#fff !important;
  padding:40px 20px !important;
  width:480px !important;
  position:relative;
  -webkit-border-radius:15px;
    -moz-border-radius:15px;
      -o-border-radius:15px;
        border-radius:15px;
}
.dialog-client.w600 {width:600px !important;}
.dialog-client a {color:#00659B;}
.dialog-client a:hover {text-decoration:none;}
.close-dialog {
  position:absolute;
  right:-24px;
  top:-24px;
  background: url(/s/i/icons/close-dialog.png) no-repeat;
  width:49px;
  height:49px;
  cursor:pointer;
  text-indent:-9999px;
  outline:none;
  z-index:1000;
}
.close-dialog:hover {background-position:0 -49px;}
.close-dialog:active {background-position:0 -100px;}

.dialog-client h2 {
  font-size:15px;
  margin:0 0 20px;
}
.dialog-client p {margin:0 0 20px;}

/* Support question form */
.support-question label {
  display:block;
  margin-bottom:5px;
}
.support-question textarea {
  display:block;
  padding:5px;
  border:1px solid #bebebe;
  height:110px;
  resize:none;
  margin-bottom:10px;
  width:468px;
}
.support-question input[type=text] {margin-right:10px;}

/* Site add file block */
.add-file-holder {
  padding:10px;
  margin-bottom:10px;
  overflow:hidden;
  background-color:#f7f7f7;
  -webkit-border-radius:10px;
    -moz-border-radius:10px;
      -o-border-radius:10px;
        border-radius:10px;
}
.file-input {
  width:120px;
  position:relative;
}
.file-input input {
  position:absolute;
  right:-100px;
  top:-100px;
  font-size:200px !important;
  cursor:pointer;
  z-index:100;
  opacity:0;
  filter:alpha(opacity=0);
}
.add-file-text {
  color:#8c8c8c;
  font-size:12px;
  float:right;
  width:305px;
  line-height:13px;
}


/* Table dialog */
.table-dialog {
  width:100%;
  table-layout:auto;
  border-collapse:collapse;
  border-spacing:0;
  font-size:12px;
}
.table-dialog tr:first-child td {border:none;}
.table-dialog td {
  height:40px;
  vertical-align:middle;
  border-top:1px solid #f2f2f2;
  text-align:right;
  padding:0 10px;
}
.table-dialog td:first-child {text-align:left;}


/* Dialog form */
.form-dialog {font:14px Tahoma, Arial, Helvetica, sans-serif;}
.form-dialog .row {margin-bottom:20px;}
.form-dialog label {
  width:60px;
  padding-right:10px;
  line-height:30px;
  float:left;
}
.form-dialog input[type=text] {
  padding:0 5px;
  margin:0;
  height:28px;
  line-height:28px;
  border:1px solid #bebebe;
  width:518px;
  float:left;
}
.form-dialog input[type=checkbox] {
  float:left;
  width:16px;
  height:17px;
  margin:0;
}
.dialog-client .reg-dialog {
  position:absolute;
  right:20px;
  top:34px;
  font-size:14px;
  font-weight:normal;
  line-height:29px;
  height:29px;
  min-width:140px;
  padding:0 10px;
}
.back-password {
  float:left;
  clear:both;
  width:100%;
  margin:7px 0 0 70px;
}
.form-dialog .row .row {
  margin:0;
  clear:both;
  width:100%;
}
.form-dialog .row .row label {width:auto;}
.form-dialog .row .row input[type=checkbox] {margin:6px 8px 0 70px;}
.form-dialog .row.center {margin-bottom:0;}



/* IE7 */
*+html .row {width:100%;}