/* CSS Document */

	/* Don't delete anything below here */
	.dhtmlgoodies_contentBox{
		border:1px solid #317082;
		height:0px;
		visibility:hidden;
		position:absolute;
		background-color:#E2EBED;
		overflow:hidden;
		padding:2px;
		width:250px;
				
	}
	.dhtmlgoodies_content{
		position:relative;		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:100%;
		font-size:0.8em;
 	}

/***********************************/

	/* CSS for the demo. CSS needed for the scripts are loaded dynamically by the scripts */
	#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:10px;
		border:1px double #000;
		padding:5px;
		
	}
	
	/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}
	
.modal-login-box
{
	border:3px solid #FFF;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#CCCCCC;	/* White background color for the message */
	color:#000000;
}


.modal-login-box form
{
	margin-top:10px;
}


.modal-login-box form p {
	margin:0px 0px 0px 0px;
	padding: 5px;
}

.modal-login-box form p label {
 	font: bold 91% Arial, Helvetica, sans-serif;
	text-align:right;
}

.modal-login-box .title
{
	height:10px;
	font:100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	background:#003366;
	padding:10px;
}
.modal-login-box p
{
	color:#000000;
	padding:3px;
}





