@charset "utf-8";
/* CSS Document */




.popup{
	font-family: Verdana, Geneva, sans-serif;
}


.popup .title{
	display: table;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 16px 0 16px 10px;
	margin-bottom: 8px;
	background-color: #fff;
}


.column_1_1_p .popup .title{
	background-color: transparent;
}

.box .popup .title{
	padding: 16px 0 16px 0;
}

	.popup .title img{
		margin-right: 12px;
		float: left;
	}
	
.popup h2{
	margin:0;
	padding: 0;
	margin-top: 12px;
	color: #0C478B;
	font-size:20px;
	font-weight: bold;
	border: 0;
	background-image: none;
	background-color: transparent;
}

	
.popup h3{
	margin:0;
	padding: 0;
	color: #0C478B;
	font-size:20px;
	font-weight: normal;
	border: 0;
}


.popup .description{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 10px 16px 10px 16px;
	color: #333;
	text-align: justify;
	line-height: 1.2em;
}



.popup .alert{
	padding-left:16px;
	color: #c20;
	font-size: 20px;
	font-weight: bold;
}

.popup .media {
	text-align: center;
	margin: 10px 0;
}

.popup .media div {
	width: 500px !important;
}
