.on { display: inline; }
.on, .off { margin: 0px 3px; }
label i { vertical-align: middle; }
//////// Change ////////

/*
.on { color: brown; font-weight: bold; }
*/
.off { color: black; font-weight: normal; }
.on, .off { font-size: 14px; }
.show { display: inline-block; }
.hide { display: none; }
.select { color: brown; font-weight: bold; }

.select-style {
    padding: 0;
    margin: 0;
	margin-left: 3px;
    border: 1px solid #888;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
    overflow: hidden;
    background-color: #fff;
vertical-align: middle;
    background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 95% 50%;
}

.select-style select {
    height: 30px;
	width: 100%;
	
	padding-left: 5px;
	border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	vertical-align: middle;
}

.select-style select:focus {
    outline: none;
    border: none;
}
select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 0 0 0 10px;
	height: 20px;
/*  padding: 10px; 
	
*/  border-radius: 3px;
}

input[type=text] { 
	border-top: none; 
	border-bottom: 1px solid #ddd; 
	border-left: none; 
	border-right: none; 
}

textarea {
	padding: 5px; 
	border: 1px solid #555; 
}

input[type=text] { margin-left: 5px; margin-right: 8px; }