﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Tahoma;
    font-size: 12px;
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
	}

#window
{
	background-image: url('images/windowbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	}

#container
{
	width:654px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 181px;
	text-align: center;
	}
	
.corners
{
	background-image: url('images/roundCorner.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 654px;
	}

.pnlModal
{
    background-image: url('images/emailBg.jpg');
    background-repeat: no-repeat;
	}

.tblShare
{
	margin: 8px 0 0 10px;
	}
	
.pnlModalForeign
{
	background-image: url('images/foreignBg.jpg');
    background-repeat: no-repeat;
	}

.pnlLeft
{
    float: left;
    padding: 0 5px;	
    width: 300px;
	}
	
.pnlRight
{
    float: right;
    padding: 0 15px;
    width: 300px;
	}
	
.modalBg
{
    background-color: gray;
    opacity: .75;
    filter: alpha(opacity=75);
	}

.tblShare td
{
    vertical-align: middle;
    padding: 1px 0;
	}


