body {
  position: relative;
}

/*
 *   Entend or Overide Bootstrap Style
 */

.regis-form-input label {
  color: #666;
}

.regis-form-input hr {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 5px 0;
  padding: 0;
}

form {
  padding: 0px;
  margin-bottom: 16px;
}

form label {
  line-height: 18px;
}

form input[type="text"], form input[type="password"] {
  height: 18px !important;
  line-height: 18px;
  padding: 3px 4px 2px 4px;
  box-shadow: none;
}

form .clearfix {
  margin-bottom: 13px;
}

form .clearfix.password, .clearfix.country-code {
  margin-bottom: 5px;
}

form fieldset {
  padding: 0;
  margin-bottom: 0;
}

form legend {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}

.clearfix.street, .clearfix.district, .clearfix.province, .clearfix.postalCode {
  margin-bottom: 5px;
}

.help-inline, .info-inline {
  padding-left: 0px;
  display: block;
  font-size: 11px;
}

/*
 *   Custom Style
 */

.regis-form-wrapper {
  width: 420px;
  height: 610px;
  margin: 0;
  padding: 20px;
  background: url(../images/regisFormBg.png);
}

.regis-form-outter {
  width: 400px;
  margin: 10px;
  background-color: #EDEDED;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.regis-form-header {
  height: 147px;
  background: url(../images/regisFormHeader.png);
}

.regis-form-container {
  height: 500px;
  width: 400px;
  overflow: hidden;
  clear: both;
  position: relative;
}

.regis-form-input {
  padding: 0;
}

.regis-form-footer {
  clear: both;
  color: #666;
  text-align: center;
  padding: 0px 0 25px 0;
}
.viewport {
  width: 400px;
  height: 480px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.empty {
  color: #BBB;
}

#createButton {
  margin-top: 9px !important;
}

div.header-bar {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  
  height: 28px;
  width: 400px;
  
  padding: 4px 4px 4px 22px;
  background-color: #EDEDED;
  border: 1px solid #EDEDED;
  border-bottom-color: #B0B0B0;
  -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;
  vertical-align: bottom;
  display: table-cell;
}
.btn {
  background-image: none;
  box-shadow: none;
  border-color: #CCC;
}
.btn:active {
  background-color: #828384;
  color: #fff;
}
.uneditable-input {
  border-color: #DDD;
}

.uiIconText .img {
  left: 0;
  position: absolute;
  top: -1px;
  vertical-align: middle;
}
.sx_like-send_fav {
  background-position: -0px -0px;
}
.sp_like-send {
  background-image: url(http://static.ak.fbcdn.net/rsrc.php/v2/yD/x/Q8FTZ0iJJF2.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
}

div.facebook div.input label {
  text-align: left;
}

.facebook_link {
  position: relative;
  top: -2px;
  left: 2px;
}
#facebook_status {
  display: inline;
}

/* modal */
.account.modal.fade.in,
div#delete-account-modal {
  top: 20%;
}
