﻿.form {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.form  {
    padding: 0px 0px 10px;
    position: relative;
}
.form  .param-name {
    position: relative;
    margin-bottom: 10px;
}
.form .param-value {
    position: relative;
}
 .form .param-value input[type=text], 
 .form .param-value input[type=password], 
 .form .param-value textarea {
     width: 350px;
 }
  .form li .param-value select{
     width: 100%;
  }
 .form-vr  .param-value input[type=text], 
 .form-vr  .param-value input[type=password], 
 .form-vr  .param-value textarea,
 .form-vr  .param-value select {
     width: 100%;
 }

.form li.header {
    font-weight: bold;
    font-size: 16px;
    clear: both;
    width: 100%;
}
.form li.footer {
    clear: both;
    width: 100%;
}
.form li.title {
    font-weight: bold;
    font-size: 14px;
}
.form-vr li .param-name {
    margin-right: 10px;
}
.form-vr li .param-name, .form-vr li .param-value{
    display: inline-block;
    vertical-align: top;
}
.form-vr li .param-name {
    min-width: 150px;
}
.form-vr li .param-value {
    width: 300px;
}
.form-center li div.param-name{
    text-align: right;
} 
/*custom form*/
.reviews-form li {
    float: left;
    width: 49%;
}
.reviews-form .li-long {
    width: 100%;
}
.reviews-form .param-value input[type=text],
.reviews-form .param-value textarea {
    width: 80%;
}
.reviews-form .li-long textarea {
    width: 89%;
}
.captcha {
    margin-top: 25px;
    display: block;
}
div.form-c {
    float: left;
    width: 45%;
    background: none repeat scroll 0 0 #F8F8F8;
    padding: 30px 30px 5px;
}

div.form-top {
    margin-bottom: 20px;
    font-family: Georgia;
    font-style: italic;
    color: #252525;
    line-height: 150%;
    font-size: 11px;
}

div.form-addon {
    float: left;
    width: 45%;
    margin-left: 3%;
    margin-top: 30px;
}
div.form-addon .form-addon-text
{
    font-family: Georgia;
    font-style: italic;
    color: #252525;
    line-height: 150%;
    font-size: 11px;
}
div.form-c .title, div.form-addon .title{
    font-size: 18px;
    padding-bottom: 20px;
}
div.form-addon .form-addon-text .fb
{
    color: #9a9a9a;
    font-weight: bold;
    font-size: 16px;
}
div.form-addon .form-addon-text .ph
{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
div.form-center
{
    text-align: center;    
}

.form-padding 
{
    padding-top: 20px;
}
