
* {
  box-sizing: border-box;
}
.form-gradient
{
     	width: 770px; height:auto; margin: 0 auto; padding:40px 40px 20px 40px;
border:1px solid #BEBFC1;
/*border-radius:7px;
-webkit-border-radius:7px;
-mozila-border-radius:7px;*/
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #f1efef 0%, #FFFFFF 10%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #f1efef 0%, #FFFFFF 10%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #f1efef 0%, #FFFFFF 10%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #f1efef 0%, #FFFFFF 10%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #f1efef 0%, #FFFFFF 10%);
}
.second-from-gradient
{
    width:900px;
    padding-top:10px;
    margin-left:25px;
}
.second-from-gradient h3
{
    border-bottom:none;
    color:#666666;
    font-size:20px;
}
.second-from-gradient h4
{    
    color:#666666;    
}
.gradient-form-part1
{
    width:380px;
    float:left;
    margin-left:10px;
}
.gradient-form-part2
{
    width:380px;
    float:right;
    margin-left:10px;
    margin-right:10px;
}
.go-bottom .new-padding
{
    padding:7px 11px 6px 11px;
    height:inherit;
}
form > div > div > div
{
    width:380px;
    float:left;
  position: relative;
  overflow: hidden;
  margin-bottom:15px;
  margin-right:0px;
}
form > div 
{
    width:380px;
    float:left;
  position: relative;
  overflow: hidden;
  margin-bottom:15px;
  margin-right:0px;
}
form input, form textarea, select {
  width: 100%;
  border: 1px solid #D5D6D8;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  height:45px;
  z-index: 1;
  padding: 9px 12px;
  outline: 0;
  margin-right:30px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-size:16px; 
  color:#999999;
  
}
form .drpdwn
{
    padding:14px 10px 10px 0;
}
form input:valid, form textarea:valid {
  background: white;
}

form input:focus, form textarea:focus {
  border-color: #4F3F9F;
}
form input:focus + label, form textarea:focus + label {
  background: #4F3F9F;
  color: white;
  font-size: 70%;
  padding: 0px 6px 0px 6px;
  z-index: 2;
  text-transform: uppercase;
  -webkit-animation: go-up 200ms linear;
  -webkit-animation-fill-mode: forward;
  line-height:inherit;
}

form label {
  position: absolute;
  color: #999;
  padding: 10px 6px;
}


form.go-bottom input, form.go-bottom textarea {

}
form.go-bottom label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
  padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
  top: 100%;
  margin-top: -17px;
}

@-webkit-keyframes go-up {
  0% {
    top: auto;
    bottom: -14px;
  }

  100% {
    top: auto;
    bottom: 0;
  }
}
@-moz-keyframes go-up {
  0% {
    top: auto;
    bottom: -14px;
  }

  100% {
    top: auto;
    bottom: 0;
  }
}
@keyframes go-up {
  0% {
    top: auto;
    bottom: -14px;
  }

  100% {
    top: auto;
    bottom: 0;
  }
}
::-webkit-input-placeholder {
  color: red;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}

::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: gray;
}

textarea:focus::-webkit-input-placeholder {
  color: gray;
}

:-ms-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: gray;
}

textarea:focus:-ms-input-placeholder {
  color: gray;
}

:-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: gray;
}

textarea:focus:-moz-placeholder {
  color: gray;
}

::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: gray;
}

textarea:focus::-moz-placeholder {
  color: gray;
}


form .form-btn
{
	background: url('../images/VSI-button.png') no-repeat;
	width:156px;
	height: 40px;
	border:none;
	color:#ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;	
	margin-right:0px;
	padding-top:0px;	
}

form .form-btn:hover
{
    background: none repeat scroll 0% 0% #ADD63C;
}

form .form-btn:valid
{
	
	background: none repeat scroll 0% 0% #51CAF6;
color: #FFF;
padding: 4px;
border-radius: 4px;
width:25%;
border: medium none;
transition: all 0.4s ease 0s;
cursor: pointer;	
font-size:22px;	
}


form .form-btn:valid:hover
{
    background: none repeat scroll 0% 0% #ADD63C;
}

form .check-box input
{
    height:20px; 
    width:20px;   
    margin-right:20px;
    float:left;
    
}
form .check-box label
{
    float: left;
    top: inherit;
    bottom: inherit;
    left: inherit;
    padding: 0px;
    width:auto;
    margin-left:-15px;
    font-size:14px;
}
form .check-box table tr
{
    float:left;
    width:95px;
}
form.go-bottom .check-box input:focus{
  padding: 4px 6px 20px 6px;
}
form.go-bottom .check-box input:focus + label{
 
}

form .check-box input:focus + label{
 background:none;
  color: #999999;
  font-size: 70%;
  top:inherit;
  bottom:inherit;
  font-size:14px;
  padding:0px;
  padding-top:17px;
  z-index: 2;
  text-transform: capitalize;
  -webkit-animation: none;
  -webkit-animation-fill-mode: none;;
}
.fixed-multoline
{
    resize: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
}
.newsleter input
{
   height:23px;
}
.validation ul
{
    color:Red;
    width:100%;
}
.remove-margin
{
    margin-bottom:0px;
}
.validation-text
{
    color:#da0000; font-size:12px;
}
