﻿.modal	{
			display:none;
			position: fixed;
			top: 50px;
			left:auto;
			margin-left:100px;
			z-index: 1;
			width:450px;
			height:280px;
			background-color:#000066;
		 	z-index: 1;
		 	border-radius:20px;
            box-shadow: 7px 32px 5px #595959;
		}

.modal-header	{
				height: 40px;
				background-color:#b3b3ff;
				border-top-right-radius:20px;
				border-top-left-radius:20px;

				}


.close {
		  color: #ccc;
		  float: right;
		  font-size: 16pt;
		  color:#000000;
		  font-weight:bold;
		  margin-top:8px;
		  margin-right:20px;
		 
		  
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-body	{
	height: 200px;
	display:block;
	
}
.modal-body h2	{
	font-weight:bold;
	font-size: 16pt;
	color:#ffffff;
	margin: 10px auto 10px 10px;
	
}

.modal-body p	{
	 			  color:#ffffff;
	 			  margin: 0px 0px 10px 10px;
				}

.modal-body img	{ float: right;
				  display:block;
				  padding-right:20px;
				  padding-left:10px;
	
}


.modal-footer	{
				height:40px;
				background-color:#b3b3ff;
				padding-left:80px;
				padding-right:80px;
				padding-top:12px;
				border-bottom-right-radius:20px;
				border-bottom-left-radius:20px;
}
				


.thc-modal-footer	{
				height:40px;
				background-color:#b3b3ff;
				border-bottom-right-radius:20px;
				border-bottom-left-radius:20px;
}

.thc-modal-footer p {
					font-style:italic;
					text-align:center;
					line-height:normal;
					padding-top:3px;
	
				}

.modal-button {background-color: #00004D;
    			display:block;	
				padding: 5px 20px 5px 20px;
    			text-align: center;
    			font-size:16px;
    			line-height:1.2;
    			border-radius: 20px;   		
				}




a.modal-button:link  {color:#FFFFFF;}
a.modal-button:visited {color:#FFFFFF;}
a.modal-button:hover {background-color:#0063CC;}

