.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;
}

fieldset .grid2 label {
    display: inline;
}

.clearme {
    clear: left;
}

fieldset legend {
    display: none;
}

.fancyBoxContent {
    padding: 0.25em 1em;
    display: none;
}

fieldset .grid10 .longText {
    width: 15em !important;
}
.btnSuccess.disabled
{
	opacity: .5;
}
.btnSuccess.disabled:hover
{
	cursor: auto;
}
#btnCover
{
	border: 1px solid #F00;
	display: inline;
	padding: 10px;
}
#btnCover.disabled
{
	display: none;
}

.greenText {
	color: #009900;
	font-weight: bold;
}

@media only screen and (max-width:768px){
	/*Media Query Example*/

    fieldset .grid2 label {
        display: inline-block;
    }
    fieldset .grid10 .longText {
        width: 100% !important;
    }
}
