.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 200%;
			background-color: gray;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.60;
			filter: alpha(opacity=0);
		}
		.white_content1 {
			display: none;
			position: absolute;
			top: 250px;
			left: 0px;
            padding: 0px;
			border: 0px solid #1B5BBD;
			z-index:1002;
			overflow: hidden;
            opacity:.80;
			filter: alpha(opacity=80);
           
		}	
        
      
        .white_content2 {
			display: none;
			position: absolute;
			top: 250px;
			left: 318px;
            padding: 0px;
			border: 0px solid #1B5BBD;
			z-index:1002;
			overflow: hidden;
             opacity:.80;
			filter: alpha(opacity=80);
           
		}	
        
      .white_content3 {
			display: none;
			position: absolute;
			top: 250px;
			left: 637px;
            padding: 0px;
			border: 0px solid #1B5BBD;
			z-index:1002;
			overflow: hidden;
           opacity:.80;
			filter: alpha(opacity=80);
           
		}	
        
      
        
        
        
        input.groovybutton
		{
		   font-size:12px;
		   font-family:Arial,sans-serif;
		   color:#FFFFFF;
		   background-color:FF7A19;
		   border-style:none;
		}
	input.groovybuttongreen
		{
		   font-size:12px;
		   font-family:Arial,sans-serif;
		   color:#FFFFFF;
		   background-color:#009900;
		   border-style:none;
		}
	input.groovybutton2
		{
		   font-size:12px;
		   font-family:Arial,sans-serif;
		   color:#FFFFFF;
		   background-color:#FF7A19;
		   border-top-style:double;
		   border-top-color:#FF7A19;
		   border-top-width:4px;
		   border-bottom-style:double;
		   border-bottom-color:#FF7A19;
		   border-bottom-width:4px;
		   border-left-style:double;
		   border-left-color:#FF7A19;
		   border-left-width:4px;
		   border-right-style:double;
		   border-right-color:#FF7A19;
		   border-right-width:4px;
		}
