﻿html, body 
{
    padding:0px; 
    margin:0px; 
    font-family: arial;
    background: #FFF;
    font-size: 1em;
    color: #000;
    text-align: left;
}
p 
{
    font-size: 0.9em;
    line-height: 0.9em;
    color: #000;
}
a, a:hover 
{
    text-decoration: none;
    color: #000;
}
img, img a 
{
    border: 0;
    padding: 0;
} 
h1
{
    font-size: 1.4em;
    font-weight: bold;
}
.wrapper 
{
    width: 580px;
    margin: 0 auto;
    padding: 10px;
}
.title 
{
    height: 45px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.close
{
    text-align: right;
    top: 20px;
    right: 20px;
    position: absolute;
    font-size: 0.8em;
}
.close img 
{
    padding-right: 6px;
    vertical-align: text-bottom;
}
.data 
{
    padding-bottom: 15px;
    border-bottom: 1px  solid #ccc;
    overflow: auto;
    clear: both;
    margin-top: 1em;
}
.buttons
{
    padding-top: 15px;
}
.required 
{
    color: #FF0000;
    position:relative;
}

.formelement {
    position: absolute;
    left: 180px;
}
.errormessage 
{
    position: absolute;
    left: 342px;
    margin-top: 2px;
}
.errormessagedate
{  
    position: absolute;
    left: 396px;
    margin-top: 8px;
}

/* Shortlist Action Buttons */

.cancel a
{
    width: 82px;
    height: 23px;
    background: url(/Templates/images/tb-cancel.gif);
    text-indent: -1000px;
    float: right;
    margin-right: 360px;
    margin-top: -23px;
}
.cancel a:hover 
{
    background: url(/Templates/images/tb-cancel.gif) 0 -23px;
}
.saveshortlist a
{
    width: 122px;
    height: 23px;
    background: url(/Templates/images/tb-save-shortlist.gif);
    text-indent: -1000px;
    display: block;
}
.saveshortlist a:hover 
{
    background: url(/Templates/images/tb-save-shortlist.gif) 0 -23px;
}
.createshortlist a
{
    width: 122px;
    height: 23px;
    background: url(/Templates/images/tb-create-shortlist.gif);
    text-indent: -1000px;
    display: block;
}
.createshortlist a:hover
{
    background: url(/Templates/images/tb-create-shortlist.gif) 0 -23px;
}
.deleteshortlist a
{
    width: 122px;
    height: 23px;
    background: url(/Templates/images/tb-delete-shortlist.gif);
    text-indent: -1000px;
    display: block;
}
.deleteshortlist a:hover
{
    background: url(/Templates/images/tb-delete-shortlist.gif) 0 -23px;
}
.submitshortlist a
{
    width: 122px;
    height: 23px;
    background: url(/Templates/images/tb-submit-shortlist.gif);
    text-indent: -1000px;
    display: block;
}
.submitshortlist a:hover
{
    background: url(/Templates/images/tb-submit-shortlist.gif) 0 -23px;
}
.copyshortlist a
{
    width: 122px;
    height: 23px;
    background: url(/Templates/images/tb-copy-shortlist.gif);
    text-indent: -1000px;
    display: block;
}
.copyshortlist a:hover
{
    background: url(/Templates/images/tb-copy-shortlist.gif) 0 -23px;
}
