/************************************************************************************************************
*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)
*
*	Created:						August, 26th, 2006
*	@class Purpose of class:		Display a modal dialog box on the screen.
*			
*	Css files used by this script:	modal-message.css
*
* 	Update log:
*
************************************************************************************************************/

.modalDialog_transparentDivs{	
	filter:alpha(opacity=60);	/* Transparency */
	opacity:0.6;	/* Transparency */
	background-color:#000;
	z-index:800;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background:url(../../images/tlo_login.png) center no-repeat;
	filter:alpha(opacity=90);	/* Transparency */
	opacity:0.9;
}
.modalDialog_contentDiv_shadow{
	z-index:0;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background:none;
}
#loginForm{
	padding:10px;
	color:#000000;
	font-size:10px;
}
#loginForm2 {
	padding:10px 0;
	color:#000000;
	font-size:10px;
}
#loginForm input{border:#333333 1px solid; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; height:18px; background:#efefef}
#loginForm input.button{width:80px; padding:1px; height:18px}
#loginForm input.text{width:170px; padding:1px; height:18px}
#loginForm2 input{border:#333333 1px solid; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; height:18px; background:#efefef}
#loginForm2 input.loguj{width:120px; padding:1px; height:18px}