.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
	overflow:auto;
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
#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;
}
.add-agenda #form-select SELECT{
	width:250px;
	margin-left:35px;
}
.add-agenda #form-select{
	margin-bottom:28px;
}
.add-agenda H1{
	font-size:17px;
	margin:22px 0 35px;
	padding:4px 5px;
	background-color:#11253E;
	color:#FFF;
}
.add-agenda H3{
	font-size:15px;
	margin:0;
	display:inline;
	background:none;
	color:#333;
	border:0;
}
#CreateEvent{
	padding-left:25px;
}
#form-title1, #form-title2, #form-EventDate, #form-duration, #form-imagelink, #form-short-desc, #form-ics-desc, #form-desc, #form-location, #form-link, #form-startdate, #form-enddate, #form-always, #Div1{
	margin-bottom:15px;
}
#form-title1 INPUT{
	width:244px;
	margin-left:167px;
}
#form-title2 INPUT{
	width:244px;
	margin-left:131px;
}
#form-EventDate INPUT{
	width:244px;
	margin-left:169px;
}
#form-duration INPUT{
	width:244px;
	margin-left:54px;
}
#form-imagelink INPUT{
	width:244px;
	margin-left:159px;
}
#form-ics-desc TEXTAREA{
	width:244px;
	height:17px;
	margin-left:53px;
}
#form-location INPUT{
	width:244px;
	margin-left:163px;
}
#form-link INPUT{
	width:244px;
	margin-left:163px;
}
#form-startdate INPUT{
	width:244px;
	margin-left:6px;
}
#form-enddate INPUT{
	width:244px;
	margin-left:27px;
}
#form-always INPUT{
	margin-left:48px;
}
#Div1 INPUT{
	margin-left:122px;
}
#enregistrer INPUT{
	margin-left:195px;
}
