.visual-form-builder-container .egain2014sj_submit {width: 100% !important;}

.visual-form-builder-container .visual-form-builder fieldset {
border: 1px solid #FFFFFF;
background-color: #FFF;
}

.visual-form-builder-container input[type="text"], input[type="tel"], input[type="email"], input[type="url"] {
padding-top: 5px !important;
padding-bottom: 5px !important;
padding-left: 10px !important;
border: 1px solid #ccc !important;
height: 45px !important;
background: #f8f8f8 !important;

}

.visual-form-builder-container select {
border: 1px solid #ccc !important;
background-color: #f8f8f8;
height: 45px !important;

width: 90px;
}

.visual-form-builder-container label.vfb-desc {
font-weight: normal;
}

.visual-form-builder-container .visual-form-builder .vfb-legend h3 {
font-weight: bold;
}

.visual-form-builder-container textarea {
padding-left: 10px !important;
padding-top: 7px !important;

border: #FFF !important;

border-radius: 0 !important;
}

.visual-form-builder-container input[type="submit"] {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FDAD00),
	color-stop(1, #FB6D00)
);
background-image: -o-linear-gradient(bottom, #36c0c3 0%, #00a5d2 100%);
background-image: -moz-linear-gradient(bottom, #36c0c3 0%, #00a5d2 100%);
background-image: -webkit-linear-gradient(bottom, #36c0c3 0%, #00a5d2 100%);
background-image: -ms-linear-gradient(bottom, #36c0c3 0%, #00a5d2 100%);
background-image: linear-gradient(to bottom, #36c0c3 0%, #00a5d2 100%);
width: 25%;
border: 1px solid #FFFFFF;
color: white;
text-indent: 0;
height: 50px;
font-family: "Open Sans Condensed",sans-serif,"Helvetica Neue",Arial;
font-size: 22px;
font-weight: bold;
}



.visual-form-builder-container input[type="submit"]:hover {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FDAD00),
	color-stop(1, #FB6D00)
);
background-image: -o-linear-gradient(bottom, #63e1e4 0%, #08bcdd 100%);
background-image: -moz-linear-gradient(bottom, #63e1e4 0%, #08bcdd 100%);
background-image: -webkit-linear-gradient(bottom, #63e1e4 0%, #08bcdd 100%);
background-image: -ms-linear-gradient(bottom, #63e1e4 0%, #08bcdd 100%);
background-image: linear-gradient(to bottom, #63e1e4 0%, #08bcdd 100%);
width: 25%;
border: 1px solid #FFFFFF;
color: white;
text-indent: 0;
height: 50px;
font-family: "Open Sans Condensed",sans-serif,"Helvetica Neue",Arial;
font-size: 22px;
font-weight: bold;
}


/*********************************************************************************************** MOBILE ************************************************************************************/
@media screen and (max-width: 640px) {

  #eGainWorld2014SJ_Form {
    width: 100%;
  float: none;
  }

  #eGainWorld2014SJ_Leftside {
   float: none;
   width: 100%;
   margin-bottom: 4em;
  }

  #eGainWorld2014_youtubevideo {
   width: 100%;
   /* height: auto; */
  }	

  .visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
    width: 100%!important;
  }

  .visual-form-builder-container input[type="submit"] {
    width: 100%!important;
  }

  #eGainWorldTopNav {height: auto;}

  #eGainWorldTopNav li {
    float: none;
    text-align: center;
   }

  #eGainWorldTopNav a {
    font-size: 18px;
  }

}