form, fieldset
{
	margin: 0;
	padding: 0;
	border-style:none;
}

* {
   box-sizing: border-box;	
}

form {
	display: block;
}

.leadjab-form-control-wrap {
	position:relative;
}

.leadjab-clearfix
{
   overflow:auto;	
}

#leadjab-responsive-form
{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
    overflow: visible;
    
}

.leadjab-form-row{
	width: 100%;
}

.leadjab-column-half, .leadjab-column-full, .leadjab-column-third, .leadjab-column-quart {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    /* max-height: 30px; */
    
}

.leadjab-form-control-wrap  {
	width:280px;
}

.leadjab-form-control  {
	width:280px;
	outline:none;
}

.leadjab-clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*.leadjab_signup_label_horiz
{
	display:none;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	
	.leadjab-column-half{
		width: 50%;
	}
	
	.leadjab-column-third {
		width: 33%;
	}
	
	.leadjab-column-quart {
		width: 25%;
	}
	
	.leadjab-form-control {
		width:142px;
		outline:none;
	}
	
	.leadjab-form-control-wrap  {
		width:142px;
		font-size:16px;
	}

	.leadjab_signup_label_horiz
	{
		display:block;
	}
	
}

.leadjab_signup_input {
	width: 100%;
	height: 38px;
	padding: 8px;
	font-size:14px;
	background-color:#f7f7f7;
	border: 1px solid #ccc;
	border-radius: 1.5px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}



.leadjab input[type="text"]:focus{
	background: #fff;
}

.leadjab-submit{
	float: left;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}

.leadjab-submit:hover{
	background: #ff0000;
}

span.leadjab-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}

div.leadjab-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}

div.leadjab-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

.leadjab_signup_button
{
	background:#e8e8e8;
    border: 1px solid #ccc;
    border-radius: 1.5px;
	color:#787878;
	background-image:-webkit-gradient( linear, left bottom, left top, from( #d6d6d6 ), to( #e8e8e8 ) );
	background-image:linear-gradient( to top, #d6d6d6, #e8e8e8 );
	background-image:-webkit-linear-gradient( to top, #d6d6d6, #e8e8e8 );
	background-image:-moz-linear-gradient( to top, #d6d6d6, #e8e8e8 );
	background-image:-ms-linear-gradient( to top, #d6d6d6, #e8e8e8 );
	background-image:-o-linear-gradient( to top, #d6d6d6, #e8e8e8 );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8e8, endColorstr=#d6d6d6);transition:all .2s;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	height: 100%;
	width:100%;
	font-size: 14px;
}