/*
 **********************************************************
 * --- Created April 5 2009 --- By Barbie Foster      *
 * Barbiegirl  http://userstyles.org/users/13023      *
 * TITLE:  Buttons: Remove Dotted Outline (ALL)   *
 * http://userstyles.org/styles/16695                     *
 **********************************************************
*/



button *
{
border: none !important; 
 }

.checkbox-label-box,
button::-moz-focus-outer,
::-moz-focus-inner
{
border: 1px solid transparent!important;
}

menulist *
{ 
border: 0px solid transparent !important;
/*border:none!important;*/
}


SELECT:focus,
SELECT
{
color: transparent !important;
text-shadow:  0px 0px 0px #000 !important;
}
/*END*/