﻿body{
	margin-top:50px; 
	background-image:url(../images/BG_red.png);	
	font: bold 11px/1.5em Verdana;
}
table.main{
	border: 4px solid #666666;
	width:750px;
	height:350px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-spacing:0px;
}
td.mainLeft{
	width:40%;
	background-color:#ffffff;
	text-align:center;
	vertical-align:middle; 
}
td.mainRight{
	width:60%;
	background-color:#f1f1f1;
	vertical-align:middle; 
}
td,input{
    
    font: 11px/1.5em Verdana;
}
a
{
	text-decoration: underline;
	color: #990000;	
}
a:hover
{
	text-decoration: underline;
	color: #336600;
}
#alert
{
	height:15px;
	background-image:url(../images/Alert1.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;

	/*border: 2px dotted #c3c3c3;*/
    margin:10px 0px 10px 0px; 
    padding:9px 10px 10px 30px; 
   
	text-align:left;
	font-weight: bold;
    background-color: #f1f1f1;
    width:auto;
}
#alertNot
{
	height:15px;
    margin:10px 0px 10px 0px; 
    padding:9px 10px 10px 30px; 
   
	text-align:left;
	font-weight: bold;
    background-color: #f1f1f1;
    width:auto;
}
#Loading
{
	height:16px;
	background-image:url(../images/Loading_Arrow.gif);
	background-repeat:no-repeat;
	
    padding:0px 16px 0px 20px; 
	color: #cccccc;
}