.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 7px; height: 7px; padding: 0 }
	
	.boxy-wrapper .top-left { background: #a3b846; }
	.boxy-wrapper .top-right { background: #a3b846; }
	.boxy-wrapper .bottom-right { background: #a3b846; }
	.boxy-wrapper .bottom-left { background: #a3b846; }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: #a3b846;  }
	.boxy-wrapper .top-right { #background: #a3b846;  }
	.boxy-wrapper .bottom-right { #background: #a3b846;  }
	.boxy-wrapper .bottom-left { #background: #a3b846;  }
	 
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: #a3b846; padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: #a3b846; padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }

	
	
	/* Box Content */

	#box_medium{width:614px; background-color:#FFFFFF; position:relative; padding-top:20px;}
		
		#box_medium h1{margin:0 0 0 0; padding:0 0 0 0; position:relative;}
		#box_medium p#basket{position:relative; margin:-60px 0 0 0;}
		
		#box_medium p{margin:20px 0 0 0; font-size:14px; text-align:center; position:relative;}
		#box_medium .continue{margin:30px 0 20px 10px; position:relative; float:right;}
		
		
		
		
		
		
		
	#lwi img{border:#8aaf63 solid 2px; float:left; margin:0 20px 0 0;}
	#lwi img#star{float:none; border:none; margin:0 0 -2px 0;}
	#lwi{margin:18px 0 0 0; width:600px;}
	#lwi h3{font-size:20px; font-weight:normal; margin:0 0 0 0;}
	#lwi p{text-align:left; font-size:11px; margin:10px 0 0 0;}
	#lwi .continue{float:left; margin:10px 0 0 0;}
	table.lwi_bar{width:120px; font-family:"Helvetica", Verdana, Arial, Helvetica, sans-serif; color:#1b1b1b; font-size:11px; line-height:1.3em; margin:0 0 0 21px;}
				table.lwi_bar td{vertical-align:top; line-height:1.3em;}
					table.lwi_bar td.loan_details{text-align:center; width:160px; padding-top:30px;}
					table.lwi_bar td.lenders{width:675px; padding:0 0 0 10px;}
					table.lwi_bar td.two img{padding:5px 0 5px 0;}
					
	p#lwi_info{text-align:left; background-color:#f3f5ea; border:#b4c37c solid 1px; padding:10px;}
					
					
	#box_big{width:909px; padding-bottom:30px;}
	
	#box_big p#basket{position:relative; margin:-60px 0 0 -20px;}
	#box_big p{font-size:14px; margin:20px 0 0 24px; width:850px;}
	
		.payment_box{width:260px; border:#cccccc solid 1px; margin:20px 10px 20px 20px; text-align:center; padding-bottom:20px; float:left; display:inline-block; overflow:hidden;}
		.payment_box p.payment{width:100px; padding-bottom:20px; display:block; position:relative;}
		.payment_box a.continue{margin:10px 0 0 0;}
			
		#box_big p#button{text-align:right; position:relative;}	
		#box_big p#button a.continue{position:relative;}	
					
					
					
					
