input[type=text], input[type=password]
{
    font-size: 10px; 
    padding: 5px; 
    color:#000000;
    border:1px solid #000000;
    background-color:transparent;
}

input[type=hiddentext] 
{
    font-size: 14px; 
    padding: 1px; 
    color:#000000;
    border:0px dashed #cccccc;
    border-bottom:1px dashed #cccccc;
    background-color:transparent;
}

input[type=hiddentext]::placeholder 
{
    color: #cccccc;
    font-weight:normal;
    opacity: 1;
}

select
{
    font-size: 10px; 
    padding: 5px; 
    color:#000000;
    border:1px solid #000000;
    background-color:transparent;
}

option
{
    font-size: 10px; 
    color:#000000;
    background-color:#ffffff;
}

input[type=button], input[type=submit]
{
    text-transform: uppercase; 
    font-size: 10px; 
    padding: 5px; 
    color:#000000;
    border:1px solid #000000;
    background-color:transparent;
    cursor:pointer;
}

input[type=text].textbox_big, input[type=submit].button_big
{
    font-size: 14px !important;
    padding: 6px !important; 
}

input[type=button].button_big, input[type=submit].button_big
{
    font-size: 14px !important;
    padding: 7px !important; 
}

input[type=button]:hover, input[type=submit]:hover
{
    color:#777777;
    border:1px solid #777777;
}

input[type=button].button_thin_black, input[type=submit].button_thin_black
{
    color:#000000;
    border:1px solid #000000;
    background-color:transparent;
}

input[type=button].button_thin_black:disabled, input[type=submit].button_thin_black:disabled
{
    color:#999999;
    border:1px solid #999999;
    background-color:transparent;
    cursor: default;
}

input[type=button].button_thin_black:hover, input[type=submit].button_thin_black:hover
{
    color:#777777;
    border:1px solid #777777;
    background-color:transparent;
}

input[type=button].button_thin_grey, input[type=submit].button_thin_grey
{
    color:#999999;
    border:1px solid #999999;
    background-color:transparent;
}

input[type=button].button_thin_grey:hover, input[type=submit].button_thin_grey:hover
{
    color:#aaaaaa;
    border:1px solid #aaaaaa;
    background-color:transparent;
}

input[type=button].button_thin_green, input[type=submit].button_thin_green
{
    color:#009900;
    border:1px solid #009900;
    background-color:transparent;
}

input[type=button].button_thin_green:hover, input[type=submit].button_thin_green:hover
{
    color:#00cc00;
    border:1px solid #00cc00;
    background-color:transparent;
}

input[type=button].button_thin_red, input[type=submit].button_thin_red
{
    color:#990000;
    border:1px solid #990000;
    background-color:transparent;
}

input[type=button].button_thin_red:hover, input[type=submit].button_thin_red:hover
{
    color:#cc0000;
    border:1px solid #cc0000;
    background-color:transparent;
}

input[type=button].button_solid_black, input[type=submit].button_solid_black
{
    color:#ffffff; 
    border:1px solid #000000;
    background:#000000;
}

input[type=button].button_solid_black:hover, input[type=submit].button_solid_black:hover
{
    color:#ffffff;
    border:1px solid #777777;
    background-color:#777777;
}

input[type=button].button_solid_grey, input[type=submit].button_solid_grey
{
    color:#ffffff; 
    border:1px solid #999999;
    background:#999999;
}

input[type=button].button_solid_grey:hover, input[type=submit].button_solid_grey:hover
{
    color:#ffffff;
    border:1px solid #777777;
    background-color:#777777;
}

input[type=button].button_solid_green, input[type=submit].button_solid_green
{
    color:#ffffff; 
    border:1px solid #009900;
    background:#009900;
}

input[type=button].button_solid_green:hover, input[type=submit].button_solid_green:hover
{
    color:#ffffff;
    border:1px solid #00cc00;
    background-color:#00cc00;
}

input[type=button].button_solid_discord, input[type=submit].button_solid_discord
{
    color:#ffffff; 
    border:1px solid #7289da;
    background:#7289da;
}

input[type=button].button_solid_discord:hover, input[type=submit].button_solid_discord:hover
{
    color:#ffffff;
    border:1px solid #8ea2e8;
    background-color:#8ea2e8;
}

input[type=button].button_solid_red, input[type=submit].button_solid_red
{
    color:#ffffff; 
    border:1px solid #990000;
    background:#990000;
}

input[type=button].button_solid_red:hover, input[type=submit].button_solid_red:hover
{
    color:#ffffff;
    border:1px solid #cc0000;
    background-color:#cc0000;
}

