 .black_overlay {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.7;
        opacity:.70;
        filter: alpha(opacity=70);
	    line-height: 15px!important;
    }
	
	.white_content {
        display: none;
        position: absolute;
        top: 67px;
        left: 258px;
        width: 697px;
  		height:480px;
        z-index:1002;
  		float:left;
		color:#000;
		line-height: 15px!important;
    }
			  
	   .lightbox_top
        {
            width: 697px;
            height: 4px;
            background: url("../img/shareStory_consentBox_top.png") transparent no-repeat;
        }
        .lightbox_bottom
        {
            width: 697px;
            height: 4px;
            background: url("../img/shareStory_consentBox_btm.png") no-repeat;
            clear: both;
        }
	  
	  .lightbox_body {
	  	background:#fff;
		width:685px;
		float:left;
	  }
	  
	  #storyForm input,
	  #storyForm span,
	  #storyForm textarea {
	 
		margin:6px 0 0 12px;
		
		
	  }
	  
	  #storyForm span {
	 
		margin:6px 0 0 32px;
		}
	  
	  .white_content p {
	  	margin:6px 0 0 12px;
	  	font-size:12px;
	  }
	  
	  #storyForm input,
	  #storyForm textarea  {
	  border:1px solid #bbbbbb;
	  }
	 
	  #storyForm input#name,
	  #storyForm textarea {
		width:348px;
	  }
	  
	  #storyForm input#age {
	  	width:50px;
	  }
	  
	   #storyForm input#email {
	  	width:180px;
	  }
		
		#storyForm span {
		width:30px;
		}
		
		#storyForm span#email {
		width:100px;
		text-align:right;
		}
		
		#storyForm span#submit {
		width:340px;
		margin-left:190px;
		position:relative;
		top:30px;
		clear:both;float:center;
		}
		
		#storyForm span#submit input,
		#storyForm span#submit img {
			border:0px;
			position:relative;
			top:0px;
		}
		
		.lightContainer {
		background: #fff;
		height:560px;
		float:left;
		width:697px;
		}
		
		#light_consent .lightbox_body
        {
			line-height: 15px!important;
            background: #fff;
            width: 685px;
            float: left; height:480px; overflow:auto;
			margin-bottom: 20px;
        }
		

		#light_share .lightbox_body
        {
			
            background: #fff;
            width: 685px;
            float: left; height:480px; overflow:auto;
        }
		
		#light_continue .lightbox_body
        {
            background: #fff;
            width: 685px;
            float: left; height:480px; overflow:auto!important;
        }

		#light_thanks .lightbox_body
        {
            background: #fff;
            width: 685px;
            float: left; height:250px; overflow:auto;
        }
	
		
		#light_consent p,
		#light_thanks p,
		#light_continue p,
		#light_consent ul,
		#light_continue ul,
		#light_share p,
		#light_decline p {
			margin:0px 30px 0 30px;
			line-height: 15px!important;
			font-size:13px;
		}
		
		
		#light_decline p {
			margin:0px 10px 0 30px;
		}
		
		#light_decline a {
			color:#E78B23;
		}
		
		#light_decline a.close {
			width:88px;
			height:22px;
			background:url("../img/shareStory_button_close.gif") no-repeat;
			text-indent:-4000px;
			display:block;
			margin-left:210px;
			margin-top:30px;
		}
		
		#light_consent ul {
			margin-left:50px;
			margin-bottom:20px;
		}
		#light_continue ul {
			margin-left:50px;
			margin-bottom:20px;
		}
		#light_consent img {
			margin:10px 0 5px 30px;
			display:block;
		}
