body {font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: 14px; cursor: default !important;}

a {color:#bfbfbf;text-decoration:none;}
a:hover {color:#ffffff;text-decoration:none;}
a {outline: none;}

input { 
 border: 2px solid #929292; 
}

select {
 width:155px;
 border: 2px solid #929292;
}

checkbox {
 border: 2px solid #929292;
}

input.submit {
 padding: 3px;
}

textarea {
 width:155px;
 height:50px;
 border: 2px solid #929292;
}

::selection {
        background: #000000; /* Safari */
        }
::-moz-selection {
        background: #000000; /* Firefox */
}