#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:black;
  display:none;
}
#Modal_Container{
	position:fixed;
	float:left;
	width:211px; 
	height:260px; 
	margin:10px 0 0 250px;
	background:url(../images/modal-form.png) top center no-repeat;
	padding:5px 2px 8px 5px;
	top:100px;
	z-index:99999;
	}

.projectstrip{
	background-repeat:no-repeat; 
	width:290px; 
	height:54px; 
	float:left;
	font-family:'Trebuchet MS', Verdana, Arial, Sans-Serif; 
	font-size:18px;
	color:#000000;
	padding:10px 0 0 20px;
}

.projectstrip img{ float:right; }	
#start_emb {position:fixed; z-index:9999; display:none; top:0px; width:100% !important; height:100% !important;}


.clear{clear:both;}

#cls { float:right; margin-right:10px;}

