﻿html, body {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    font-family: Arial, Helvetica, Sans Serif;
    font-size:11px;
    background-color:#fff;
	border:none;
}
a:link    {color:#ba0118; text-decoration:underline;}
a:visited {color:#a90015;}
a:active  {color:#ba0118;}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

html 
{
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
ol
{
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	font-size: 12px; margin:0px;
	color:#5e6172;
}
ol li
{
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
	font-size: 12px;
	margin:0px;
	color:#5e6172;
}


#wrapper {
    border:1px solid purple;
    width:815px;
    height:590px;
    margin:0px auto;
	padding:0px;
	text-align:left;
	position:relative;
}

#header {
    border:1px solid red;
	width:815px;
	height:250px;
}

#content {
    border:1px solid blue;
    width:815px;
	height:300px;
}

#footer {
    width:815px;
    height:30px;
    text-decoration:none;
    color:#5e6172;vertical-align:top;
   
}
#footer a:link {color:#5e6172; text-decoration:underline;}
#footer a:visited {color:#5e6172;}
footer a:active  {color:#5e6172;}

/* three column on main page*/
.acctinfoCol
{   width:300px;
    margin-left:70px;
    margin-right:50px;
    }
.paymentinfoCol
{   
    width:300px;
    height: 500px;
    margin-left:50px;
    margin-right:50px;
    
}
.divider
{
    height: 500px;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #505050;
}
/* end of three column on main page*/

.error
{
    color:Red;
    font-weight:bold;
    font-family: Arial, Helvetica, Sans Serif;
    font-size:11px;
    }
.headlines
{
    color:#8d2d91;
    font-weight:bold;
    font-family: Arial;
    font-size:14px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #505050;
}

.labelTextBold
{
    color: #5e6172;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    line-height: 35px;
}
.labelText
{
    color: #5e6172;
    font-family: Arial;
    font-size: 12px;
    line-height: 35px;
}

.labelTextNorm
{
    color: #5e6172;
    font-family: Arial;
    font-size: 12px;
}
.labelTextSm
{
    color: #5e6172;
    font-family: Arial;
    font-size: 10px;
}
a.btn_send {
	background-image:url('images/btn_send.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:108px;
	height:35px;
	float:right;
	padding:0px;
	margin-right:25px;
}
a.btn_send:hover {
	background-position:0 -35px;
}
a.btn_back {
	background-image:url('images/btn_back.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:108px;
	height:35px;
	float:right;
	padding:0px;
	margin-right:25px;
}
a.btn_back:hover {
	background-position:0 -35px;
}
a.btn_conf {
	background-image:url('images/btn_attached.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:108px;
	height:35px;
	float:right;
	padding:0px;
	margin-right:25px;
}
a.btn_conf:hover {
	background-position:0 -35px;
}
.footer
{
	color:#5e6172;
}

