
		/* lightbox */
		
		.bs-lightbox{
			width:618px;
			height:410px;
		}

		.bs-lightbox .bg{
			background-image:url('../images/backtoschool/lightbox-widebg.png');
			width:618px;
			height:410px;
			position:absolute;
			top:0px;
			overflow:hidden;

		}
		
		.bs-lightbox .btClose{
			background-image:url('../images/backtoschool/close-bt.jpg');
			position:absolute;
			top:27px;
			left:28px;
			width:13px;
			height:13px;
			border:0px;
			cursor:pointer;
			
		}
		
		.bs-lightbox .content{
			position:absolute;
			top:39px;
			right:30px;
			
		}
		
		.bs-lightbox #contactForm{
			height:75px;
		}
		
		#lightboxMsg2{
			height:20px;
			padding-top:10px;
			color:red;
		}
		
		.bs-lightbox #contactFormWrap{
			background-image:url('../images/backtoschool/contact-side-img.jpg');
			background-repeat:no-repeat;
			background-position:right;
			height:334px;
			width:520px;
			padding-right:10px;
		}
		
		.bs-lightbox .inner-contact{
			
			padding-right:205px;
			padding-top:20px;
			height:182px;
			
		}
		
		.bs-lightbox  a.send-button{
			display:block;
			background-image:url('../images/backtoschool/contact-send-bt.jpg');
			background-position:top;
			background-repeat:no-repeat;
			width:71px;
			height:32px;
			text-decoration:none;
		}
		.bs-lightbox  a.send-button:hover{
			background-position:bottom;
		}
		
		.bs-lightbox  a.send-button.hidden{
			display:none;
		}
		
		.bs-lightbox .fill-details{
			margin-top:30px;
			margin-bottom:30px;
		}
		
		.bs-lightbox #contactFormWrap input {
			border:1px solid #38A3D1;
		}
		
		.bs-lightbox .thanks{
			margin-top:20px;
		}
		
		.bs-lightbox .thanks h2{
			color:#38a3d1;
			
		}
		.bs-lightbox .thanks h3{
			color:#38a3d1;
			font-size:14px;
			font-weight:normal;
		}
		
		.bs-lightbox .hr{
			line-height:1px;
			height:1px;
			background: url('../images/hrBg.gif') repeat-x right bottom;
			margin-bottom:15px;
			margin-top:15px;
		}

	
.clear{
	clear:both;
}
	