.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}.modal-backdrop.fade{opacity:0;}
.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80);}

.modal-Header{
	background-color: #e52027;
	background:url(/London/images/bg_top.png) repeat-x;
	color:#ffffff;
	padding:2px;
	text-align:center;
	font-weight:bolder;
	height:25px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

#modal-LargeEditor{
	 border:1px #cccccc solid; 
	position: fixed; 
	background-color:#ffffff; 
	width:700px; 
/*	height:500px; */
	top:50%; 
	left: 50%; 
	margin-top:-250px; 
	margin-left:-350px; 
	overflow:hidden;
	z-index:2000;
	border-radius:5px;
	moz-border-radius:5px;
}

#modal-LargeEditor .modalContent 	{
	width:690px;
	height:480px;
	overflow:auto;	
	padding:0 5px
}

#modal-LargeEditor .buttons{
  width:690px;
  height:40px;  
  padding:0 5px;
  text-align:center;
}



#modal-MediumEditor
{
	 border:1px #cccccc solid; 
	position: fixed; 
	background-color:#ffffff; 
	width:500px; 
	height:350px; 
	top:50%; 
	left: 50%; 
	margin-left:-200px; 
	margin-top:-200px; 
	overflow:hidden;
	z-index:2000;
	border-radius:5px;
	moz-border-radius:5px;	
}

#modal-MediumEditor .modalContent 	{
	width:490px;
	height:320px;	
	overflow:auto;
}

#modal-SmallEditor{
	 border:1px #cccccc solid; 
	position: fixed; 
	background-color:#ffffff; 
	width:400px; 
	height:200px; 
	top:50%; 
	left: 50%; 
	margin-left:-200px; 
	margin-top:-200px; 

	overflow:hidden;
	z-index:2000;
	border-radius:5px;
	moz-border-radius:5px;
}

#modal-SmallEditor .modalContent 	{
	width:390px;
	height:147px;
	overflow:auto;	
}

#modal-SmallEditor .buttons{
  width:390px;
  height:30px;  
  text-align:center;
}

.modalContent {
	background-color:#ffffff; 
	font-family:Verdana;
	color:#000000;
	font-size:12px;
}


