body{
	margin-top:50px; 
	background-image:url(/images/bg5.gif);
}
table.main{
	border: 1px solid #000000;
	width:750px;
	height:350px;
	padding: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-family:Verdana,Arial,Sans-Serif;
    font-size:10px; 
}
a{
    color:#3ec8f4;
}


#alerts{
		background-image:url(/images/warning.gif);
		background-repeat:no-repeat;
		background-position: 5px 5px;

		border: 2px dotted #c3c3c3; 
        margin:10px 0px 10px 0px; 
        padding:9px 10px 10px 30px; 
        text-align:left;
        font-weight: bold;
        background-color: #CCDDEE;
        width:auto;
    }