
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7C9FBF;
}

#bg {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

#container {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -393px;
	margin-top: -278px;
	width:787px;
	height:555px;
	background-image:url(../img/outer.png);
	background-repeat:no-repeat;
	z-index:2;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#inner {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -377px;
	margin-top: -262px;
	width:754px;
	height:523px;
	margin-top:-272;
	background-image:url(../img/inner.png);
	background-repeat:no-repeat;
	opacity:1;
	z-index:3;
	filter:alpha(opacity=100);	
}

#inner #header {
	position:relative;
	padding:16px;
}

#inner #body {
	position:relative;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:320px;
		
}

#inner #textos {
	clear:both;
	height:auto;
	margin-top:15px;	
	margin-bottom:20px;
	text-align:left;
}

#inner #textos #p {
	position:absolute;
	height:auto;
	margin-top:-15px;	
	margin-left:445px;
	text-align:left;
	z-index:1;
}


#window {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -294px;
	margin-top: -192px;
	width:588px;
	height:395px;
	background-image:url(../img/window_bg.png);
	background-repeat:no-repeat;
	opacity:1;
	z-index:4;
	filter:alpha(opacity=100);
	visibility:hidden;
}

#login_ext {
	position:absolute;
	top:0px;
	right:42px;
	width:300px;
	height:42px;
	background-image:url(../img/bg_login_outer.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	z-index:5;
}

#login {
	position:absolute;
	top:0px;
	right:32px;
	width:300px;
	height:42px;
	background-image:url(../img/bg_login.png);
	background-repeat:no-repeat;
	z-index:6;
}

.right{float:right;text-align:center;width:100%;display:inline}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.loginInput {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin-left:12px;
	margin-top:6px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-style  : dotted;
	border-color : #000000;
	background-color:#acb8c4;
	height:12px;
	width:60px;
}

.loginButton {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin-left:12px;
	margin-top:6px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-style  : dotted;
	border-color : #000000;
	background-image:url(../img/bg_login_btn.png);
	background-color:#acb8c4;
	height:12px;
	width:16px;
}