/*-----------------------------------
	FORMS
------------------------------------*/

.form {
  clear: both;
}

.block.form ::-webkit-input-placeholder {
   color: rgba(0,0,0,0.2);
   display: inline-block;
   -webkit-transition: opacity 150ms;
	 -o-transition: opacity 150ms;
	 transition: opacity 150ms;
   opacity: 1;
}
.block.form :-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.2);
   display: inline-block;
   -webkit-transition: opacity 150ms;
   -o-transition: opacity 150ms;
   transition: opacity 150ms;  
   opacity: 1;
}
.block.form ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.2);
   display: inline-block;
   -webkit-transition: opacity 150ms;
   -o-transition: opacity 150ms;
   transition: opacity 150ms;  
   opacity: 1;
}
.block.form :-ms-input-placeholder {  
   color: rgba(0,0,0,0.2);
   display: inline-block;
   -webkit-transition: opacity 150ms;
   -o-transition: opacity 150ms;
   transition: opacity 150ms; 
   opacity: 1;
}

.block.form input:focus::-webkit-input-placeholder {
   opacity: 0;
}
.block.form input:focus:-moz-placeholder { /* Firefox 18- */
   opacity: 0;  
}
.block.form input:focus::-moz-placeholder {  /* Firefox 19+ */
   opacity: 0;  
}
.block.form input:focus:-ms-input-placeholder {  
   opacity: 0;  
}

.block.form .fields-filefield input[type=file] {
	padding: 10px 0;
}
.block.form [type=submit] {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  width: 100px;  
  border: inherit;
  background-color: rgb(182, 0, 0);
  color: white;
  font-weight: bolder;
  height: 100%;  
  padding: 7px 3px;
  cursor: pointer;
  border-radius: 0;
}

.block.form [type=submit]:hover {
	opacity: 0.7;
}

fieldset {
  border: 1px solid;
  width: auto;
  display: block;
  margin: 20px 0;
  padding: 10px;
}

legend {
  font-weight: bold;
  font-size: 120%;
}

textarea,
input[type='text'] {
  background: #fff;
  border: 1px solid;
  color: #333;
}

label {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 1.5em;
  text-align: right;
}

select {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
}

form div {
  margin-top: -1px;
  padding: .8em 10px;
}

form div.last {
  border-bottom: 0;
}

form div.alt {
  background: #eee;
}

input[type='text'],
input[type='password'] {
  padding: 1px 2px;
}

.fields {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

.fields li {
  margin: 0 !important;
  width: 100%;
  padding: 7px 0;
}

.fields li div {
  margin: 0;
  padding: 0 !important;
}

.fields label {
  text-align: left;
  display: block;
  float: none;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 2px;
}

.block.form .fields-textbox label {
}
.block.form .fields-textbox:not(.focused) label {
}
.block.form .fields-textbox.focused label {
}

label.heading {
  text-indent: 0;
  font-size: 120%;
  font-weight: normal;
  margin: 0;
  height: auto;
}

.block.form input.text,
.block.form textarea,
.block.form input.captcha {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px lightgrey;
  outline: none;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(180, 180, 180, 0.3);
}

.form.block .fields-captcha::before {
	content: 'Please verify this captcha.';
}

input.captcha {
	margin-top: 15px;
}

.form.block .focused input.text,
.form.block .focused textarea,
.form.block .focused input.captcha {
  background-color: rgba(255, 255, 255, 0.5);
}

select.select {
  background: #fff url(/images/layout/fieldbg-trans.png) no-repeat;
  border: 1px solid #ddd;
  border-color: #bbb #ddd #ddd #bbb;
  padding: 2px;
}

input.radio {
  margin: 0 7px;
  float: left;
}

input.phone {
  width: auto;
}

.fields li div.radio_group {
  margin: 3px 0;
}

.fields span.required {
  color: rgb(182, 0, 0);
}

.hide {
  display: none;
}
/* -----Ad iFrame----*/

.ad_iframe {
  width: 646px;
  height: 60px;
  border: none;
  overflow: hidden;
}
