﻿td.form-title { padding: 5px; }
td.form-desc { padding: 5px; }

.shop .txt-long,
.shop input.txt-long,
.shop select.txt-long
{
    width: 300px !important;
}

.formrequired
{
    color: #C00000;
}

input.bsweberrorel,
select.bsweberrorel,
textarea.bsweberrorel
{
    border: 2px solid #C00000 !important;
}

select.bsweberrorel
{
    _background-color: #FF0000 !important;
}

/* Checkout login */
.checkoutlogin .form td
{
    padding: 5px;
}

/* Address Form */
.addressform .form
{
    color: #AAAAAA;
}

.addressform .leftpad
{
    padding-left: 10px;
}

.addressform .longleftpad
{
    padding-left: 15px;
}

.addressform .padbottom
{
    padding-bottom: 4px;
}

.addressform .padbottomxl
{
    padding-bottom: 16px;
}

.formrequired
{
    margin: 0 2px 0 8px;
}

.addressform input,
.addressform select
{
    border: 1px solid #999999;
}

.addressform .nametitle
{
    padding: 20px 10px 0 0;
    font-weight: bold;
    vertical-align: top;
    color: #444;
}


.addressform .addresstitle
{
    padding: 20px 10px 0 0;
    font-weight: bold;
    vertical-align: top;
    color: #444;
}

.addressform .name
{
    width: 200px;
}

.addressform .address
{
    width: 200px;
}

.addressform .city
{
    width: 200px;
}

.addressform .state
{
    width: 120px;
}

.addressform .zip
{
    width: 70px;
}

.addressform .phone
{
    width: 100px;
}

/* Console */

.console .form input,
.console .form select
{
    border: 1px solid #999999;
}

/* form defaults */

.form fieldset { border: 0; padding: 0; }
.form fieldset dl { margin: 5px 0; overflow: hidden; }
.form fieldset dt { clear: left; float: left; margin: 12px 0 0; width: 175px; font-size: 14px; text-align: right; }
.form fieldset dd { margin: 10px 0 0 185px; }
.form fieldset input.text { padding: 3px; border: 1px solid #999999; width: 300px; }
.form fieldset .note { color: #999; }

.form .vld { color: #C00000; margin: 10px 0 0; font-weight: bold; margin-left: 185px; }

/* custom forms */
.form-label-width-200 fieldset dt { width: 200px; }
.form-label-width-200 fieldset dd { margin-left: 210px; }


.toolbox
{
    background-color: #eee;
    margin: 10px 0 10px;
    padding: 10px;
}

.toolbox.top
{
    border-bottom: 1px solid #D4D4D4;
}

.toolbox.bottom
{
    border-top: 1px solid #D4D4D4;
}

.edit
{
    font-size: 12px;
    background-color: #FFF;
}

.edit h4
{
    background-color: #eee;
    border-bottom: 1px solid #D4D4D4;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    margin: 10px 0 10px;
    padding: 2px;
}

.fieldset
{
    color: #000000;
    font-size: 12px;
}

table.fieldset
{
    width: 100%;
}

.fieldset td.cell
{
    padding: 5px;
    vertical-align: top;
}

.edit .input
{
    border: 1px solid #aaa;
    width: 150px;
}

.edit .fullwidth, .edit textarea, .edit textarea.input
{
    width: 100%;
}