body {
    background-image: url(../images/bg.png);
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div#innerBody
{
	 background-image: url(../images/spark2.gif);
	 width:100%;
	 height:100%;
	 position:absolute;
	 display:none;
}

div#mainWindow {
    left: 193px;
    top: 10px;
    position: absolute;
    width: 701px;
    margin: 0px;
    padding: 0px;
/*    border: black 1px solid;*/
}

div#mainWindowTop {
    height: 150px;
    background: url('../images/mainbg/top.gif');
    padding: 0px 50px 0px 80px;
/*    background-color: white;*/
}

div#mainWindowBody {
    background: url('../images/mainbg/middle.gif');
    padding: 10px 50px 10px 100px;
    /*background-color: white;*/
}

div#mainWindowFooter {
    background: url('../images/mainbg/middle.gif');
    padding: 10px 50px 10px 100px;
    /*background-color: white;*/
}

div#mainWindowBottom {
    background: url('../images/mainbg/bottom.gif');
    height: 90px;
/*    background-color: white;*/
}

div#menuWindow {
    left: 10px;
    top: 150px;
    position: absolute;
    width: 270px;
/*    background-image: url("menu.png");*/
    padding: 0px;
/*    border: black 1px solid;*/
}

div#menuWindowTop {
    height: 80px;
    background: url('../images/menubg/top.gif');
/*    background-color: white;*/
}

div#menuWindowBody {
    background: url('../images/menubg/middle.gif');
    padding: 0px 40px;
/*    background-color: white;*/
}

div#menuWindowBottom {
    height: 81px;
    background: url('../images/menubg/bottom.gif');
/*    background-color: white;*/
}

.greyBorder {
    border: solid 1px #CCCCCC;
}

.greyBackground {
    background-color: #F0F0F0;
}

hr.divider {
	/*border-top: 1px solid #CCCCCC;*/
	border: none;
	background-color: #CCCCCC;	/* color for firefox/opera */
	margin: 4px 0px;
	height: 1px;
	color: #CCCCCC;	/* color for IE */
}

.colorize {
    color: #E763BB;
}

h1 {
    color: #E763BB;
    margin: 0px;
    font-family: 'Impact';
	font-size: 32px;
}

h5 {
    color: #E763BB;
    margin: 0px;
}

h2 {
    color: #E763BB;
    margin: 0px;
    padding: 10px 0px;
	font-size: 12pt;
}

h3 {
    color: #E763BB;
    margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

h4 {
	font-size: 10pt;
}

li {
    list-style-type: none;
    color: #E763BB;
}

a {
    text-decoration: none;
    color: #E763BB;
    padding: 0px;
    margin: 0px;
}

.bold {
    font-weight: bold;
}

.accountLabel {
    width: 45%;
    float: left;
    text-align: right;
    padding: 3px;
}

.accountInput {
    width: 50%;
    float: right;
    text-align: left;
}

/* Kitsch list */
ul.list {
 color: black;
}
ul.list li {
 color: black;
 list-style-image: url("/private/images/leaf.gif");
 list-style-type: none;
 padding: 10px 0px;
}

/*ul.list li:before {
 content: "-";
}*/

/* MENU */
input.login {
    background: #FFFFFF;
    border: 1px #CCCCCC solid;
}

p.basket {
    margin: 0px 0px 12px 0px;
    padding: 3px 0px 0px 0px;
    font-size: 10px;
}

p.small {
    font-size: 9px;
    font-weight: bold;
    color: #E763BB;
    margin: 0px;
}

.smallText {
    font-family: arial, verdana;
    font-size: 9px;
    font-weight: normal;
}

.normalText {
    font-family: arial, verdana;
    font-size: 11px;
    font-weight: normal;
}

table {
    margin: 0px;
    padding: 0px;
}

td {
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

tr {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    behavior: url(../lightbox/pngHack.htc);
}

a {
    border: 0px;
}

.row {
    padding: 1px 0px;
}

/* Remove border around links and images */
a {
    outline: none;
}
* input[type="image"] {
    outline: none;
}

#birds {
	top: 40px;
	left: 420px;
	position: absolute;
}

#mainLogoDiv {
	top: 20px;
	left: 60px;
	position: absolute;
}

.MsgBox { border: 1px solid ThreeDShadow; }
.MsgBoxContent { padding: 20px;background-color: #fff; color: #000;}
.MsgBoxTitle {
	padding: 3px;
	height: 22px; /*to fit image*/
	color: captiontext;
	background-color: #E763BB;
	background-image: url(MsgBoxTitleBar.gif);
	background-repeat: repeat-x;
}
span.MsgBoxClose
{
	/*put it on the right*/
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.ToolTip {
background-color:cornsilk;
color : black;
border:1px solid gray;
padding:2px;
font-size:12px;
font-weight:normal;
}
.Error {
color: red;
}
div.WaitMsgs {
background-color: #B2B2B2;
color: #0f0;
position: absolute;
left: 30%;
top: 30%;
width: 30%;
font-size: large;
padding: 15px;
-moz-border-radius: 12px;
}
.keyboard input {
width: 2em;
}
