/*.fsmodal-wrapper { position: absolute; }
.fsmodal-wrapper.fixed { position: fixed; }*/

  /* Modal */
  
  /*.fsmodal-modal-blackout { position: absolute; background-color: #000000; left: 0; top: 0; width: 100%; }*/
  
  /* Border */

  .fsmodal-wrapper { empty-cells: show; border-collapse: collapse; }
	.fsmodal-wrapper .top-left,
	.fsmodal-wrapper .top-right,
	.fsmodal-wrapper .bottom-right,
	.fsmodal-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.fsmodal-wrapper .top-left { background: url('/jquery/modalcornerTL.png'); }
	.fsmodal-wrapper .top-right { background: url('/jquery/modalcornerTR.png'); }
	.fsmodal-wrapper .bottom-right { background: url('/jquery/modalcornerBR.png'); }
	.fsmodal-wrapper .bottom-left { background: url('/jquery/modalcornerBL.png'); }
	
	/* 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 */
    .fsmodal-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/jquery/modalcornerTL.png'); }
	.fsmodal-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/jquery/modalcornerTR.png'); }
	.fsmodal-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/jquery/modalcornerBR.png'); }
	.fsmodal-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/jquery/modalcornerBL.png'); }

	.fsmodal-wrapper .top,
	.fsmodal-wrapper .bottom { height: 10px; background-color: black; opacity: 0.4; filter: alpha(opacity=40); padding: 0 }
	
	.fsmodal-wrapper .left,
	.fsmodal-wrapper .right { width: 10px; background-color: black; opacity: 0.4; filter: alpha(opacity=40); padding: 0 }
	
    /*
    .fsmodal-wrapper .top { border-bottom: 1px solid #000000; }
    .fsmodal-wrapper .right { border-left: 1px solid #000000; }
    .fsmodal-wrapper .bottom { border-top: 1px solid #000000; }
    .fsmodal-wrapper .left { border-right: 1px solid #000000; }
    */

	/* Title bar */
	
	.fsmodal-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
	  .fsmodal-wrapper .title-bar.dragging { cursor: move; }
	    .fsmodal-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .fsmodal-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.fsmodal-title { background-color: #669966; padding: 3px 10px 3px 10px; color: #FFFFFF; font-size: 16px; font-weight: bold; font-family: Trebuchet MS,Arial,Helvetica,sans-serif; }
	.fsmodal-inner { background-color: white; padding: 0; }
	.fsmodal-content { padding: 15px; }
	
	/* Question Boxes */

    .fsmodal-wrapper .question { width: 350px; min-height: 80px; }
    .fsmodal-wrapper .answers { text-align: right; }
