/* [ common styles ]---------------------------------------------------------------- */
.hide {
    display: none;
}
.light {
    color: #6d6d82;
}
.orange {
color: #ec7f0a;
}
/*
 * No good for IE
span.copy:before, a.copy:before {
    content: "\00A9  ";
}
*/
span.required {
    color: #ff9933;
}
#loginform {
    color: #262a30;
    margin: 4em auto 0em auto;
    padding: 1em 3em 2em 3em;
}
/* [ layout blocks ]---------------------------------------------------------------- */

#content {
    position:absolute;
    display:block;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    text-align: left;
    background: transparent;
}
#content p {
    text-align: justify;
}

#document-content {
    width: 100%;
    margin: 30px auto 0em auto;
    padding-bottom: 2em;
    background: transparent;
}
#document-content p {
}
#header {
    position: absolute;
    top: 0; left: 0;
    padding:0px;margin:0px;
    width: 100%;
}
#holder {
    padding-right: 20px;
    position: relative;
    bottom: 0; right: 0;
}
#footer {
    position: absolute;
    bottom: 0; right: 0;
    visibility: hidden;
    margin-right: 0.5em;
    margin-top: 0.5em;
    bottom: 0; right: 0;
    text-align: right;
}
#footer ul {
float: right;
}
#footer li {
    float:left;
    padding: 0em 0em 0.3em 0.3em;
}
#footer a {
    font-size: 85%;
    color: #6d6d82;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: none;
}
#footer a.foot:before {
    content: "\00AB";
}
#footer a.foot:after {
    content: "\00BB";
}
/* [ menu styles ]---------------------------------------------------------------- */
#menuwrapper {
    position: absolute;
    padding: 0; margin: 0;
    width: 100%;
    visibility: visible;
    height: 0px;
}
#menuborder {
    position:absolute;
    visibility: hidden;
    border-bottom: 1px solid #9da3ac;
    width: 100%;
    background-color: #495968;
    height: 0px;
}
div#menu {
    position:relative;
    display:none;
    padding: 0; margin: 0;
}
ul {
   list-style-type: none;
    padding: 0; margin: 0;
}
div#menu a,
div#menu a:hover,
div#menu a:visited
{
    text-decoration: none;
    color: #353d40;
}
.info {
    display: block;
    color: black;
    background-color: white;
    border: 1px solid black;
    width: 180px;
}
.info:first-letter {
    font-weight:bold; 
    font-size:1.1em;
}
#loader {
    position: relative;
    top:0px;
    left: 0px;
    width: 30px;
    padding: 0px;
}
div.img-shadow {
    float: left;
    background: url('https://payments.ebizsecure.co.nz/secure/registration/img_cache.asp?url=http://barryrosssmith.warpfusion.co.nz/templates/images/shadowAlpha.png') no-repeat bottom right !important;
    background: url('https://payments.ebizsecure.co.nz/secure/registration/img_cache.asp?url=http://barryrosssmith.warpfusion.co.nz/templates/images/shadow.gif') no-repeat bottom right;
    margin: -6px 6px 6px -6px;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

div.img-shadow img {
display: block;
position: relative;
background-color: #fff;
margin: -6px 6px 6px -6px;
padding: 4px;
border: 1px solid #a9a9a9;
}
div.p-shadow {
width: 90%;
float:left;
background: url('https://payments.ebizsecure.co.nz/secure/registration/img_cache.asp?url=http://barryrosssmith.warpfusion.co.nz/templates/images/shadowAlpha.png') no-repeat bottom right !important;
background: url('https://payments.ebizsecure.co.nz/secure/registration/img_cache.asp?url=http://barryrosssmith.warpfusion.co.nz/templates/images/shadow.gif') no-repeat bottom right;
margin: 10px 0 0 10px !important;
margin: 5px 0 0 5px;
}

div.p-shadow div#ecard-wrapper {
background: none !important;
background: url('https://payments.ebizsecure.co.nz/secure/registration/img_cache.asp?url=http://barryrosssmith.warpfusion.co.nz/templates/images/shadow.gif') no-repeat left top;
padding: 0 !important;
padding: 0 6px 6px 0;
}

div.p-shadow div#ecard {
background: white url('https://payments.ebizsecure.co.nz/secure/registration/img_cache.asp?url=http://barryrosssmith.warpfusion.co.nz/templates/images/stamp.jpg') no-repeat 95% 10px;
border: 1px solid #a9a9a9;
padding: 4px;
margin: -6px 6px 6px -6px !important;
margin: 0;
}
input.orange {
font-weight: bold;
font-size: 110%;
color: #ec7f0a;
border: 0;
vertical-align: middle;
margin-bottom: 1px; /* IE bug fix */
padding: 0.1em 0.5em;
background-color: white;
text-decoration: none;
cursor: pointer;
}
table#ecardtable {
width: 95%;
margin:15px 0px 10px 10px;
}
table#ecardtable td {
color: #a3a3a3;
}
table#ecardtable td#ecardmessage {
padding-top: 10px;
}
table#ecardtable td#ecardemail {
padding-top: 100px;
}
table#ecardtable td#ecardemail table td {
padding-bottom: 20px;
}