/********************************************************************************************/
/* POPUP */
/********************************************************************************************/

.popup {
	background-color:#F3F6FC;
	border:1px solid #223F81;
	padding:0;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:20;
}

.popup .head {
background-image: -moz-linear-gradient(0% 60% 90deg, #314399, #5D70A9 50%);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#5D70A9), to(#314399));
		background-image: -o-linear-gradient(top, #5D70A9, #314399);
		background-image: linear-gradient(top, #314399, #5D70A9);
		background-color:#5D70A9;
		font-size:12px;
		font-weight:bolder;
		margin:0;
		color:#FFFFFF;
		padding: 2px;
		text-decoration:none;
		cursor: move;	
}

.popup .head .popup_text {
	float:left;
	margin-left:10px;
	margin-top:1px;
}

.popup .head .menu {
	background-image: -moz-linear-gradient(0% 60% 90deg, #CEDAF2, #F3F7FC 50%);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#F3F7FC), to(#CEDAF2));
		background-image: -o-linear-gradient(top, #CEDAF2, #F3F7FC);
		background-image: linear-gradient(top, #CEDAF2, #F3F7FC);
		-pie-background: linear-gradient(top, #F3F7FC 40%, #CEDAF2 70%);
		border: 1px solid #C7CDE3;
		border-radius: 3px;
		color: #314399;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 12px;
		font-weight: bold;
		text-align:center;
		padding: 0 2px 0 3px;
		float:right;
		text-decoration:none;
		position:relative;
		behavior:url(/css/intern/PIE.htc);
}

.popup .content {
	margin:10px;
}

.content_pop {
	margin:10px;
}
