/* GENERAL FORMATTING */

.formFull {
  width: 99% !important;
}

div.form input, div.form select, div.form textarea {
  color: #333;
}

div.form {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2px;
}

div.formHolder {
  width: 100%;
  float: left;
  text-align: center;
}

div.formLeft {
  width: 43%;
  margin-right: 1%;
  float: left;
  background: url("../img/bg-form.png") no-repeat right;
}

div.formRight {
  width: 56%;
  float: left;
  /* border: 1px solid #cecece; */
  background-color: #e9e9e9;
}

div.formRight input {
  width: 95%;
  margin: 0 0 0 2%;
  padding: 0;
  background: transparent;  
  display: inline-block;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

div.formRight select {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;  
  display: inline-block;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

div.formRight textarea {
  width: 98%;
  margin: 3px 0 0 2%;
  padding: 0;
  background: transparent;  
  display: inline-block;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  height: 50px;
}

div.formRight input:disabled, div.formRight select:disabled, div.formRight textarea:disabled {
  /* background: url("../img/bg-disabled.png") repeat right #cecece; */
  color: #999;
}

button.submit, input.submit {
  width: 100%;
}

.disabled {
  background: url("../img/bg-disabled.png") repeat right #e9e9e9 !important;
}

.styledSelect {
  background: url("../img/bg-select2.png") no-repeat right #e9e9e9;
}






/* FLOATING LABELS */

form.fp{
  width: 100%;
  margin: 0;
  background-color: white;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  -ms-border-radius:14px;
  -o-border-radius:14px;
  border-radius:14px;
}

form.fp input, form.fp select, form.fp textarea {
  color: #333;
}

.floating-placeholder, .floating-placeholder input, .floating-placeholder select, .floating-placeholder textarea {
  font-size: 15pt;
  line-height: 1.95em;
  height: 1.95em;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}

.floating-placeholder input, .floating-placeholder select, .floating-placeholder textarea {
  font-size: 15pt;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: transparent;
  z-index: 2;
  border-bottom: 1px solid #ccc;
  text-indent: 20px;
}

.floating-placeholder input:disabled, .floating-placeholder select:disabled, .floating-placeholder textarea:disabled {
  color: #999;
}

.floating-placeholder select {
  text-indent: 16px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  display: inline-block;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}
 
.floating-placeholder textarea:disabled {
  background: transparent;
  box-shadow: none;
  border: none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

.floating-placeholder input:focus + label, .floating-placeholder select:focus + label, .floating-placeholder textarea:focus + label {
  color: blue;
}

.floating-placeholder input[value] + label, .floating-placeholder select[value] + label, .floating-placeholder textarea[value] + label {
  color: purple;
}

.floating-placeholder {
  position: relative;
}

.floating-placeholder:last-child {
  border-bottom: none;
}

.floating-placeholder label {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 15pt;
  z-index: 1;
  -webkit-transform-origin: 0 0em;
  -moz-transform-origin: 0 0em;
  -ms-transform-origin: 0 0em;
  -o-transform-origin: 0 0em;
  transform-origin: 0 0em;
  -webkit-transition: -webkit-transform 160ms, color 200ms;
  -moz-transition: -moz-transform 160ms, color 200ms;
  -ms-transition: -moz-transform 160ms, color 200ms;
  -o-transition: -o-transform 160ms, color 200ms;
  transition: transform 160ms, color 200ms;
  -webkit-transform: scale(1, 1) rotateY(0);
  -moz-transform: scale(1, 1) rotateY(0);
  -ms-transform: scale(1, 1) rotateY(0);
  -o-transform: scale(1, 1) rotateY(0);
  transform: scale(1, 1) rotateY(0);
  color: #999;
}

.floating-placeholder-float label {
  -webkit-transform: scale(0.55, 0.55) rotateY(0);
  -moz-transform: scale(0.55, 0.55) rotateY(0);
  -ms-transform: scale(0.55, 0.55) rotateY(0);
  -o-transform: scale(0.55, 0.55) rotateY(0);
  transform: scale(0.55, 0.55) rotateY(0);
}

.floating-placeholder-float input, .floating-placeholder-float select, .floating-placeholder-float textarea {
  line-height: 2.55em;
}






