/* Overlay */
#smcf-overlay {
  background-color: #000;
  cursor: wait;
  width: 100% !important;
}
/* Container */
#smcf-container {
  background-color: #000;
  width: 100%;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
}
/* Data / Content */
#smcf-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 976px;
  margin: 0px auto;
  padding: 0px;
}

/* ALL THE REST ELEMENTS */
.smcf-header {
  height: 571px;
  width: 976px;
}
.smcf-header1 {
  background: url(../../../themes/amado_v1/images/header_bg2.jpg) no-repeat 0px 0px;
  height: 280px;
  width: 976px;
}
.smcf-header2 {
  background: url(../../../themes/amado_v1/images/header_bg1.jpg) no-repeat 0px 0px;
  height: 212px;
  width: 976px;
}
.smcf-header3 {
  background: url(../../../themes/amado_v1/images/header_bg3.jpg) no-repeat 0px 0px;
  height: 79px;
  width: 976px;
}
.smcf-top {
  height:18px;
  margin:0px;
  padding:0px;
}
.smcf-bottom {
  height:18px;
  margin:0px;
  padding:0px;
}
.smcf-body {
  text-align: center;
  padding-top: 10px;
}
.smcf-content {
  background-color: #000;
  color:#c4c4c4;
}
.smcf-cc {
  font-size:.9em; cursor:default;
}
.smcf-title {
  font-size: 16px;
  margin: 0px auto;
  padding: 0px 0px 30px 0px;
  width: 520px;
  text-align: left;
  color:#FFFFFF;
  font-style:normal;
  font-family: Arial, Helvetica, sans-serif;
}
.smcf-loading {
  background:url(../img/loading.gif) no-repeat;
  z-index:8000;
  height:55px;
  width:54px;
  margin: -14px 0 0 170px;
  padding:0;
}
.smcf-message {
  text-align: center;
}
.smcf-error {
  width:92%;
  font-size: .8em;
  background: #000;
  border: 2px solid #ccc;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 auto;
}
.smcf-clear {
  clear: both;
  height: 14px;
}
.smcf-form {
  margin: 0px auto;
  padding: 0px;
  width: 520px;
  text-align: left;
}
.smcf-label {
  font-size:16px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 170px;
  display: block;
  float: left;
  text-align: right;
}
.smcf-input {
  background: #464646;
  border: 2px solid #8c8c8c;
  color:#c4c4c4;
  margin: 0px 0px 0px 14px;
  padding: 0px;
  height: 20px;
  width: 324px;
  float: right;
}
.smcf-textarea {
  background: #464646;
  border: 2px solid #8c8c8c;
  color:#c4c4c4;
  margin: 0px;
  padding: 0px;
  height: 200px;
  width: 324px;
  float: right;
}
.smcf-send {
  background: url(../../../themes/amado_v1/images/smcf-button1.gif) no-repeat 0px 0px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 23px;
  width: 328px;
  cursor: pointer;
  float: right;
}
a.modalCloseX,
a.modalCloseX:link,
a.modalCloseX:active,
a.modalCloseX:visited {
  text-decoration:none;
  font-weight:bold;
  font-size: 16px;
  position:absolute;
  top: 15px;
  right: 25px;
  color:#c4c4c4;
}
a.modalCloseX:hover {
  color:#9bb3b3;
}

