form>label {
	font-size: 1.1rem;
    padding: 0 10px 0;
	border-left: 3px solid #565864;
    display: block;
    margin-bottom: 10px;
    font-weight: bold; 
}
form>input,select,textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
}

.cb{
    margin-bottom: 20px;
}

.need, .any{
	font-size: .8rem;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: normal;
}
.need{
    background: #4bb8c2;
    color: #fff;
}
.any{
    background: #fff;
}

#inquiry_type div,
#service1 div {
    margin-bottom: 10 PX;
}
#inquiry_type div input,
#service1 div input {
    margin-right: 5px;
}
#inquiry_type div label,
#service1 div label {
    display: inline;
    margin-right: 15px;
}
textarea {
    resize: vertical;
}
button {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background: #0056b3;
}