/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
    }
a {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	}
a:active
{
	outline: none;
}
a:focus
{
	-moz-outline-style: none;
}	
img{
	border:none;
}
* html img{
	behavior: url("client/pngbehavior.htc");
}
    
    
/*--content--*/

#wrapper {
	min-height:780px;
	height:100%;
	width:100%;
	min-width:980px;
	margin:0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#left {
	height:780px;
	width:980px;
	margin:0 auto;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	height:780px;
	position:relative;
	width:980px;
	margin:0 auto;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content img.elephant{
	position:absolute;
	left:246px;
	top:442px;
	z-index:2;
}
#content div.form{
	position:absolute;
	left:528px;
	top:305px;
	z-index:20;
	width:400px;
}
#content div.form input{
	width:395px;
	height:21px;
	border:none;
	background-color:transparent;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding-top:2px;
}
#content div.form input.btn{
	float:right;
	width:94px;
	height:22px;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	border:none;
	cursor:pointer;
	margin-top:20px;
	padding:0px;
}
#content div.form div{
	clear:both;
	overflow:hidden;
	height:26px;
}
#content a.link{
	position:absolute;
	left:569px;
	top:692px;
	z-index:30;
	width:378px;
	height:26px;
}
#content a.logo{
	position:absolute;
	left:67px;
	top:22px;
	z-index:31;
	width:225px;
	height:128px;
}
#error_message{
	position:absolute;
	left:594px;
	top:458px;
	font-weight:bold;
	z-index:35;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:underline;
}

	
/*--components--*/
 
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}
