﻿
#cookie_policy_area 

	{
	
			display: none;
			background-color:rgba(128,128,128,0.7);
			position:fixed;
			z-index:1;
			width: 100%;
		    height: 100%;
		    left: 0;
		    top: 0;
			padding: 0 20% 0 20%;
	}

#cookie_policy	
		{
			position: fixed;
			bottom: 0px;
			width:62%;
			background-color:navy;
			left:19%;
			right: 19%;
			}

#cp_text	{
			float: left;
			display: block;
			width: 70%;
			margin: 30px auto 20px 20px;
	
			}

#cookie_policy p	{
						margin: 0px 0px 0px 0px;
						color:#ffffff;
						float:left;
						text-align:left;
						line-height:1.2;
					}

#cookie_policy h2	{
					font-weight:bold;
					color: #ffffff;
					font-size:24px;
					margin: 0px 10px 10px 0px;
					float:left;
	
					}

#cp_button	{
				 float: right;
				 display: block;
				 width: 20%;
				 margin: 80px 20px 20px auto;
	 
			}

#CAbutton	{
				background-color:#b3b3ff;
				display: block;
				padding: 10px 30px 10px 30px;
			    text-align: center;
			    font-size:20px;
			    font-weight:bold;
				border-radius: 20px;
			}


#CAbutton:hover,
#CAbutton:focus {
				  color: #000;
				  text-decoration: none;
				  cursor: pointer;
				}
		
	
