/* -------------------------------------------------------------------------
	Login Page Stylesheet for Windows/Mac Platforms
	emxUILogin.css
	Version: 2.0
	
    Copyright (c) 1992-2011 Dassault Systemes ENOVIA Corp. All Rights Reserved.
    This program contains proprietary and trade secret information 
    of Dassault Systemes ENOVIA Corp. Copyright notice is precautionary only
    and does not evidence any actual or intended publication of such program
   ------------------------------------------------------------------------- */

body {
	background-image:url(../images/utilContentBackground.gif);
}

#divLogin {
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	height:370px;
	margin-top:-185px;
	margin-left:-250px;
	visibility:hidden;
}

#divLoginImage {
	background:url("../images/ENOVIASplash.png") 0 0 no-repeat;
	border:1px solid #6673AA;
	height:350px;
}

#divLogin .form-background {
	position:absolute;
	top:70px;
	left:130px;
	height:160px;
	width:240px;
	background-color:#FFF;
	border:1px solid #A5A9CE;
	opacity:0.8;
	#filter:alpha(opacity=80);
}
	
#divLogin table {
	position:absolute;
	top:85px;
	left:147px;
	border-collapse:separate;
	border-spacing:3px;
}

#divLogin table tr td {
	color:#333;
}

#divLogin table tr td.label {
	font-weight:bold;
}

#divLogin table tr td input {
	margin-bottom:10px;
}

#divLogin p {
	margin-top:2px;
	font-family:Arial;
	font-size:10px;
	color:#6673AA;
	text-align:center;
}


/* -------------------------------------------------------------------------
	Error Message
   ------------------------------------------------------------------------- */

#divError {
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:200px;
	margin-top:-100px;
	margin-left:-150px;
	border:1px solid #555;
	-moz-border-radius:8px;
	background-color:#EEE;
	overflow:hidden;
}

#divError h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
	background-color:#555;
	color:#FFF;
	padding:4px 6px 6px 6px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

#divError p {
	font-size:13px;
	line-height:17px;
	margin:0 8px 12px 8px;
}
