/**************************************font face embeded *****************************************************************/
@font-face {font-family: 'FuturaBookRegular';src: url('futura_book-webfont.eot');src: local('☺'), url('futura_book-webfont.woff') format('woff'), url('futura_book-webfont.ttf') format('truetype'), url('futura_book-webfont.svg#webfontmjPWBCx7') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'FuturaXBlkCnBTExtraBlack';src: url('futurxkc-webfont.eot');src: local('☺'), url('futurxkc-webfont.woff') format('woff'), url('futurxkc-webfont.ttf') format('truetype'), url('futurxkc-webfont.svg#webfontgloQbZGc') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'FuturaLtBTLight';	src: url('futult_-webfont.eot');src: local('☺'), url('futult_-webfont.woff') format('woff'), url('futult_-webfont.ttf') format('truetype'), url('futult_-webfont.svg#webfontBNuCWsry') format('svg');font-weight: normal;font-style: normal;}
.FuturaBook {font-weight: normal;font-style: normal;line-height:normal;font-family: 'FuturaBookRegular';}
.FuturaBTExtraBlackCondensed {font-weight: bolder;font-style: normal;line-height:normal;font-family: 'FuturaXBlkCnBTExtraBlack';}
.FuturaBTLight {font-weight: lighter;font-style: normal;line-height:normal;font-family: 'FuturaLtBTLight';}

/**************************************************************************************************************************/
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 505px; /* Dialog will be no smaller than this */
	/*background: #f4f6e1;*/
	/*border: solid 2px #6e9d21;*/
	color: #000;
	/*border-radius: 5px;*/
    /*background:url(../img/newcharte/popup/arr-popup-2.png)  repeat-y;*/
}

#popup_title {
	font-size: 18px;
	font-weight:lighter;
	text-align: center;
	line-height: 38px;
	color: #5a9001;
	/*background:#6e9d21;*/
	background:url(../img/newcharte/popup/arr-popup-1.png)  no-repeat;
    font-family: 'FuturaBookRegular';
    height:39px;
    width: 505px;
	margin: 0em;
	
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	/*background:url(../img/newcharte/popup/arr-popup-3.png)  no-repeat bottom;*/
	/*padding: 1em 1.75em;*/
    background: url("/familyby/app/webroot/img/newcharte/popup/pop-bot.png") no-repeat center bottom ;
    display: block;
    padding-bottom: 13px;
    width: 507px;
}

#popup_content.alert {
	/*background-image: url(images/info.gif);*/
}

#popup_content.confirm {
	/*background-image: url(images/important.gif);*/
}

#popup_content.prompt {
	/*background-image: url(images/help.gif);*/
}

#popup_message {
    color: #7D7D7D;
    font-family: FuturaLtBTLight;
    font-size: 14px;
    font-weight: lighter;
    padding-left: 48px;
	background:url(../img/newcharte/popup/arr-popup-2.png)  repeat-y;
}

#popup_panel {
	background:url(../img/newcharte/popup/arr-popup-2.png)  repeat-y;
    margin-left: 0;
    padding-top: 10px;
    text-align: center;
    width: 505px;
}
#popup_panel #popup_ok{
outline:none;
border:0;
cursor:pointer;
width:75px;
height:24px;
background:url("../img/newcharte/bt-vert-ptit.png") no-repeat top;
font-family:Helvetica, Arial,verdana;
font-size:12px;
color:#323232;

}
#popup_panel #popup_cancel{
outline:none;
border:0;
cursor:pointer;
width:75px;
height:24px;
background:url("../img/newcharte/bt-vert-ptit.png") no-repeat top;
font-family:Helvetica, Arial,verdana;
font-size:12px;
color:#323232;
}

#popup_prompt {
	margin: .5em 0em;
}