div#lp_outform .form-group {
	float: left; 
    margin: 14px 0 0 30px;
    /*padding: 25px 0 0;*/
    position: relative;
    width: 500px;
}
	
div#lp_outform.small .form-group {
	width: 300px;
	margin: 14px 0 0 5px;
}

div#lp_outform .form-group label {
    background: #fff none repeat scroll 0 0;
    color: #353535;
    float: left;
    font-weight: bold;
    /*height: 19px;*/
    line-height: 14px;
    padding: 5px 0 5px 13px;
    width: 263px;	
}

div#lp_outform.small .form-group label {
    width: 80px;	
}


div#lp_outform .form-group select {
	margin: 0 0 0 4px;
	padding: 3px 0;
	float: left;
	width: 198px;
	height: 23px;
	background: #FDFDFD;
	border: 1px solid #E0E0E0;	
}


div#lp_outform .form-group input {
	background: #FDFDFD;
	border: 1px solid #E0E0E0;	
    color: #7b7575;
    font: 11px/13px Arial,Helvetica,Garuda,sans-serif;

	margin: 0 0 0 4px;
	padding: 3px 3px;
	float: left;
	width: 199px;
	height: 17px;
}

div#lp_outform.small .form-group input {
	width: 190px;
}

div#lp_outform .form-group textarea { 
    color: #7b7575;
    font: 11px/13px Arial,Helvetica,Garuda,sans-serif;
	
	margin: 0 0 0 4px;
	padding: 3px 3px;
	float: left;
	width: 199px;
	background: #FDFDFD;
	border: 1px solid #E0E0E0;	
}

div#lp_outform .form-group textarea {
	width: 190px;
}

div#lp_outform .giodo_consent .form-group label {
	width: 464px;
	font-weight: normal;
	height: auto;
	text-align: justify;
	padding-right: 10px;
	/*display: none;*/
}

div#lp_outform.small .giodo_consent .form-group label {
	width: 270px;
	font-weight: normal;
	height: auto;
	text-align: justify;
	padding-right: 10px;
	/*display: none;*/
}

div#lp_outform .giodo_consent .form-group .form-group-field {
	float: left;
}


div#lp_outform .giodo_consent .form-group input[type='checkbox'] {
	width: 20px;
	height: 15px;
	margin-right: 10px;
	padding-left: 10px;
}



div#lp_outform button.btn {
    background: rgba(0, 0, 0, 0) url("../img/a8t.gif") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 34px;
    /*padding: 0 0 0 400px;*/
    margin: 14px 0 0 188px;
    font-size: 0px;
    width: 192px;
    float: left;    
}

div#lp_outform.small button.btn {
    margin: 14px 0 0 54px;
}


p.help-block {
	margin: 0;
}


