
.contact_form_style{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 15px;
}

.contact_form_style input:not([type="checkbox"]),
.contact_form_style select{
    padding: 5px 10px;
    border-radius: 5px;
    width: 230px;
}

.contact_form_style select{
	width: 254px;
}

input[type="checkbox"]{
	margin-right: 15px;
	margin-left: 10px;
}

div.row{

}

div.column{
    float: left;
}

div.column:nth-child(1){
    width: 234px;
    font-weight: bold;
}

.cleaner{
    clear: both;
}