﻿BODY
{ 
    background: #221A17 url('../images/form_background.jpg') repeat top left;
    color: White;
    margin: 60px;
    height: 100%;
}

#wrapper
{
    filter:alpha(opacity=35);
    -moz-opacity:0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 140px;
    left: 40px;
}

#unwrap
{
    z-index: 100;
    position: relative;
}

a
{
    color: Yellow;
}

.shoptitle
{
    margin-top: 20mm;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.shoptitle a
{
    color: White;
}

.shopdetails
{
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 10px;
}

.register
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav
{
    border: 0px;
    padding-bottom: 40px;
    z-index: 100;
}

.noBorder
{
    border: 0px;
}

.selectedBorder
{
    border-bottom: dashed 1px yellow;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

.logo
{
    position: relative;
    top: -10px;
    z-index: 1;
    float: right;
}