#boxes {
		position: absolute;
		z-index: 9001;
		background-color: none;
		top:0;
		}

	#mask {
	  position:absolute;
	  left:0px;
	  top:-70px;

	  background-color: #e0e0e0;
	  display:none;
	  width: 100%;
	}

	#boxes .window {
	  position:absolute;
	  left:0px;
	  top:-230px;
	  display:none;
	  z-index:9999;
	  margin-top: -230px;
	  width: 557px;
	}
	
div.formContent {
		float: left;
		margin: 0;
		padding: 30px 30px 20px 30px;
		background: url(../images/layout/facebox_images/form_bg.png) repeat-y center;
		margin-left: 0px;
	}
		
* html div.formContent {
		width: 497px;
	}


	#dialog1 .d-login {
	  float:left;
	  width:108px; 
	  height:53px;
	}

	
	div.d-header {
		background: #e0e0e0;
	}

	div.formTop {
		position: relative;
		background: transparent url(../images/layout/facebox_images/top.png) no-repeat top center;
		height: 30px;
		width: 557px;
		left: 1px;
	}
	
	* html div.formTop {
		left: 0px;
	}
	
	*:first-child+html div.formTop {
		left: -1px;
	}
	
		
	div.formBottom {
		bottom: -30px;
		position: absolute;
		background: transparent url(../images/layout/facebox_images/bottom.png) no-repeat top center;
		height: 30px;
		width: 557px;
		left: 1px;
	}
	
	*:first-child+html div.formBottom {
		margin-left: -1px;
	}
	
	* html div.formBottom {
		position: relative;
		top: 0;
		margin-left: -1px;
	}
	
	a.close {
		background: url(../images/layout/facebox_images/closebox.png) no-repeat top center;
		height: 22px;
		width: 22px;
		display: block;
		cursor: pointer;
		position: absolute;
		top: 25px;
		right: 30px;
	}
	
	
	/*-- Homepage Modal ----*/
	
	body#homePage #boxes .window {
		position:absolute;
		left:242px;
		top:170px;
		display:none;
		z-index:9999;
	    margin: -160px 0 0 0;
		width: 480px;	
	}
	
	body#homePage div.formTop {
		position: relative;
		background: transparent url(../images/layout/facebox_images/topHome.png) no-repeat top center;
		height: 30px;
		width: 480px;
		left: 0px;
		margin-left: 1px;
	}
	
	*:first-child+html #homePage div.formTop {
	left: -1px;
	}
	
	* html #homePage div.formTop {
		left: -1px;
	}
	
	body#homePage div.formBottom {
		bottom: -30px;
		position: absolute;
		background: transparent url(../images/layout/facebox_images/bottomHome.png) no-repeat top center;
		height: 30px;
		width: 480px;
		left: 0px;
		margin-left: 1px;
	}
	
	*:first-child+html #homePage div.formBottom {
		margin-left: 0px;
	}
	
	* html #homePage div.formBottom {
		position: relative;
		top:0px;
		margin-left: 1px;
	}
	
	body#homePage div.formContent {
		float: left;
		margin-left:1px;
		padding: 0 40px 0 40px;
		width: 400px;
		background: url(../images/layout/facebox_images/form_bgHome.png) repeat-y left;
	}
	
	* html body#homePage div.formContent {
		width:400px;
		padding: 10px 40px 10px 40px;
	}
	
	body#homePage div.formContent p {
		width: 370px;
	}
	
	body#homePage div.formContent p.topPara {
		width: 400px;
		margin-bottom: 15px;
	}
	
	body#homePage div.formContent p input {
		width: 280px;
		position: relative;
		left: 30px;
	}
	

/*---png fix ---*/

div.formContent, div.formBottom, div.formTop, a.close  {
	behavior: url(iepngfix.htc);
}