﻿
h1
{
    margin-top: 0;
    padding-top: 10px;
}

form, fieldset, fieldset ul, fieldset li, fieldset label
{
    position: relative;
}



legend
{
    color: Blue;
}

form table
{
    margin: 5px;
}

form table td
{
    padding-right: 10px;
}
table td strong
{
    display: block;
    margin: 10px 0 0 0;
}

form fieldset p
{
    padding: 5px 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.products
{
    margin-left: 20px;
}

.name input
{
    width: 100px;
    position: absolute;
    left: 240px;
    top: 5px;
}

.name label input
{
    width: 80px;
    position: absolute;
    left: 150px;
    top: 0;
}

form fieldset
{
    margin-bottom: 15px;
}
form fieldset ul
{
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    
}

em.required
{
    color: Red;
    cursor: help;
}

li
{
    line-height: 2em;
}

li label input,
li label select
{
	top: 0;
    position: absolute;
    left: 150px;
}

.address label input
{
    width: 260px;
}

#new_pcbrand
{
   display: block;
   padding: 10px;
}

#new_pcbrand label input
{
    position: relative;
    left: 0;
}

#new_pcbrand label
{
    padding-right: 10px;
}

li label span input
{
    position: relative;
    left: auto;
    display: block
}

li label span.companysize
{
    display: block;
}


fieldset
{
    clear: both;
}

.box
{
    margin-right: 20px;
    position: relative;
    top: -20px;
}
    
    
form textarea
{
    margin: 10px;
}

.submit
{
    padding: 5px 10px;
    text-align: right;
}
.submit input
{
    padding: 5px 20px;
}

.notify
{
    padding: 5px 10px; display: block;
}
