/* ################################################################################## */


/* -=# LavaFox - Textboxes style #=- */



/* Dark Gray background - light gray text */



@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document url-prefix(http), url-prefix(file), url-prefix(https) {


pre, textarea {



   color: #DCDCDC !important;



   background: #181818 !important;



   border-left-color: #707070 !important;



   border-right-color: #707070 !important;



   border-top-color: #707070 !important;



   border-bottom-color: #707070 !important;

}


   input:not([type="button"]):not([type="checkbox"]):not([type="Submit"]):not([type="reset"]):not([type="image"]), 


select {



    color: #DCDCDC !important;



    background: #181818 !important;



    border-left-color: #707070 !important;



    border-right-color: #707070 !important;



    border-top-color: #707070 !important;



    border-bottom-color: #707070 !important;

}


}



/* ###################################################################### */


