html, body {
	font:normal 12px verdana;
	margin:0;
	padding:0;
	border:0 none;
	height:100%;
	background-color: #d2e0f2;
}
p {
	margin:5px;
}
#north{
   border:0 none;
   background:#1E4176 url(../images/hd-bg.gif) repeat-x 0 0;
   padding-top:3px;
   padding-left:3px;
}
#north .api-title {
    font:normal 16px tahoma, arial, sans-serif;
    color:white;
    margin:5px;
}
#loading-mask{
	position:absolute;
	left:0;
	top:0;
    width:100%;
    height:100%;
    z-index:20000;
    background-color:white;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
    height:auto;
}
#loading .loading-indicator{
	background:white;
	color:#555;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}
.mail-btn{
	padding-top:3px;
	border-bottom:1px solid #99bbe8;
	background:url(../images/bg.gif);
	text-align:center;
	height:25px;
	color:#555;
	font-size:14px;
}
.mail-btn a:link {
	color: #555;
	text-decoration: none;
}
.mail-btn a:visited {
	text-decoration: none;
}
.mail-btn a:hover {
	text-decoration: none;
}
.mail-btn a:active {
	text-decoration: none;
}
