.horizontalMenu{
	/*Change Menu Background Colors ONLY Here*/
}
.horizontalMenu .l_tinynav1 a{
	/*Change Menu Text Colors ONLY Here*/
}
.activeMenu{
	/*Change Active Menu Text Color Only Here*/
	/*color: red !important;*/
}

fieldset .grid10 input.phone3digit {
    width: 3em;
}

fieldset .grid10 input.phone4digit {
    width: 3.5em;
}

.furniturechoice > .row-responsive > div{
    padding: 1em;
}

.furniturechoice .grid4 {
    padding: 0 1em;
}

.furniturechoice > .row-responsive > div img {
    padding: 0.75em;
    background-color: #B094B5;
    display: block;
    /*background-color: #441f49;*/
}

.selectedFurnitureImage {
    background-color: #441f49 !important;
}


.furniturechoice > .row-responsive > div label, .furniturechoice div label, .furniturechoice img {
    display: inline;
    cursor: pointer;
}
.furniturechoice img{
    margin-bottom: 10px;
}

.furniturechoice .row-responsive {
    margin-bottom: 0;
}

fieldset .otherFurnitureDescription {
    padding: 0 1em;
}

fieldset .grid2 label {
    display: inline;
}

.clearme {
    clear: left;
}

.disclaimerAndSubmit p {
    color: #000 !important;
}

@media only screen and (max-width:768px){
	/*Media Query Example*/

    fieldset .grid2 label {
        display: inline-block;
    }
}
