.tastyform1 {
    background-color: seashell;
}
.tastyform1 #id_general {
    background-color: azure;
}
.tastyform1 #id_other {
    background-color: ivory;
}
.tastyform1 #id_general .name_text {
    background-color: yellow;
}
.tastyform1 #id_other .name_text {
    background-color: blue;
}
.tastyform1 #id_general .fdate_time_selector select {
    background-color: green;
}
.tastyform1 #id_general .fdate_time_selector select[name*="month"],
.tastyform1 #id_general .fdate_time_selector select[name="datetime[hour]"] {
    background-color: blue;
}
.tastyform1 #id_other .fdate_time_selector select {
    background-color: red;
}
.tastyform1 #id_other .fdate_time_selector select[name*="day"],
.tastyform1 #id_other .fdate_time_selector select[name="datetime2[year]"],
.tastyform1 #id_other .fdate_time_selector select[name$="[minute]"] {
    background-color: yellow;
}
