﻿body 
{
    font-family: Verdana; font-size: small;
    
}
body {padding:0; margin:0; 	}
.left
{
    border: solid 1px #222;
    width: 200px;
    background-color: White;
    float: left;
    padding: 5px;
}
.top
{
    border: solid 1px #222;
    width: 100%;
    background-color: White;
    float: left;
    padding: 5px;
}

.main
{
    position: absolute;
    left: 225px;
    padding: 5px;
    width: auto;
    background-color:White;
    border: solid 1px #222;
}
.main1
{
    width: 100%;
    min-height:500px;
    background-color:White;
    border: solid 1px #222;
    margin-bottom:10px;
}

.Top
{
    left: 5px;
    padding: 5px;
    width: 99%;
    background-color:White;
    border: solid 1px #222;
    height:100px;
}

.HellowWorldPopup
{
    background:white;
}

.ModalPopupBG
{
	background-color: #000000;
	filter: alpha(opacity=100);
	opacity: 0.8;
}

.popup_Container {
	background-color:#fffeb2;
	border:20px solid #000000;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 300px;
	height: 200px;
}

.popup_Titlebar {
	background: url(Images/titlebar_bg.jpg);
	height: 29px;
}

.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
}