@charset "utf-8";

/*
-------------------------------------------------
				    GENERAL
-------------------------------------------------
*/

body
{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

a
{
	cursor:pointer;
}

#soneeet_loading
{
	position:fixed;
	height:100%;
	width:100%;
	background-color:#FFF;
	opacity:0.8;
	z-index:1000;
	text-align:center;
	display:none;
	left:0px;
	top:0px;
}

#soneeet_loading img
{
	top:30%;
	position:relative;
}

#soneeet
{
	position:relative;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

#soneeet_content
{
	position:relative;
	float:left;
	width:1000px;
}

#soneeet_header
{
   display:none;
}

.formvalid_buttonvalid_div
{
	position:relative;
	float:left;
	top:8px;
}


.formvalid_buttonvalid
{
    background-color:#FFFFFF;
    border:1px solid #888888;
    border-radius:5px 5px 5px 5px;
    color:#555555;
    cursor:pointer;
    font-size:17px;
    padding:5px;
}

.formvalid_buttonvalid:hover
{
	background-color:#eb6a0a;
	color:#FFFFFF;
}

#soneeet_complementaries_instructions
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 15px 15px 15px 15px;
    clear: both;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    position: relative;
    top: -1px;
    width: 974px;
    z-index: 100;
}

#soneeet_complementaries_instructions h2
{
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    width: auto;
}

#soneeet_instruction
{
	position: relative;
	float: left;
}

.soneeet_save_instruction
{
	position: relative;
	float: left;
	margin-left: 20px;
}

.soneeet_handicap
{
	background-image:url("../images/handicap.png");
 	background-repeat: no-repeat;
    float: right;
    height: 25px;
    padding-left: 44px;
    padding-top: 13px;
    position: relative;
	margin: 5px;
}

.soneeet_handicap div
{
	position:relative;
	float:left;
}

.soneeet_handicap_text
{

}

.soneeet_handicap_checkbox
{
	top:-3px;
}


/*
-------------------------------------------------
				  	Form Valid
-------------------------------------------------
*/

#soneeet_formvalid
{
    background-color:#FFFFFF;
    border-color:#CCCCCC;
    border-radius:15px 15px 15px 15px;
    border-style:solid;
    border-width:1px;
    float:left;
    min-height:50px;
    padding:10px;
    position:relative;
    top:5px;
    width:974px;
    z-index:100;	
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

/*
-------------------------------------------------
				  	Ktab
-------------------------------------------------
*/

.KtabSoNeeet
{
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
	
}
.KtabSoNeeet_onglets
{
    clear: both;
    float: left;
    position: relative;
    z-index: 100;
	height: auto;
	width:100%;
}

.onglet_hiddeninfos
{
	display:none;
}

.KtabSoNeeet_onglets_img
{
    float: left;
    position: relative;
	height:50px;
	width:50px;
}

.KtabSoNeeet_onglet_select
{
 	border:3px solid #00CC33;
    border-radius:15px 15px 15px 15px;
    cursor:pointer;
    float:left;
    font-size:20px;
    height:50px;
    line-height:50px;
    margin-bottom:5px;
    padding:5px;
    position:relative;
    text-align:left;
    text-indent:10px;
    width:980px;	
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	background-image:url("../images/check.png") ;
	background-repeat:no-repeat;
	background-position:930px; 


}
.KtabSoNeeet_onglet_unselect
{
    background-color:#DDDDDD;
    border-color:#CCCCCC;
    border-image:none;
    border-radius:15px 15px 15px 15px;
    border-style:solid;
    border-width:1px 1px 0;
    cursor:pointer;
    float:left;
    font-size:20px;
    height:50px;
    line-height:50px;
    margin-bottom:5px;
    padding:5px;
    position:relative;
    text-align:left;
    text-indent:10px;
    top:1px;
    width:984px;
	opacity:0.5;
}
.KtabSoNeeet_volets
{
	position:relative;
	float:left;
	border-radius: 15px 15px 15px 15px;
	clear: both;
	top:-1px;
	background-color:#FFFFFF;
	z-index:100;
	border:solid 1px #CCC;
	width:994px;
}
.KtabSoNeeet_volet_select
{
    float:left;
    padding:7px;
    position:relative;
    width:980px;
	min-height:100px;
	height:auto;
}
.KtabSoNeeet_volet_unselect
{
	visibility:hidden;	
    position: absolute;
	height:1px;
	overflow:hidden;
}

.KtabPointRetrait
{
	position:relative;
	float:left;
	width:980px;	
}
.KtabPointRetrait_onglets
{
    clear: both;
    float: left;
    position: relative;
    z-index: 100;
	height: auto;
}
.KtabPointRetrait_onglet_select
{
	background-color:#FFFFFF;
	position:relative;
	float:left;
	padding:5px;
	cursor:pointer;
	width:479px;
	height: 13px;
	text-align:center;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.KtabPointRetrait_onglet_unselect
{
	position:relative;
	float:left;
	border: 0px solid #CCCCCC;
	background-color:#999999;
	padding:5px;
	top:1px;
	cursor:pointer;
	width:479px;
	text-align:center;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px; 
}
.KtabPointRetrait_volets
{
	position:relative;
	float:left;
	border-radius: 0 0 15px 15px;
	clear: both;
	top:-1px;
	background-color:#FFFFFF;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.KtabPointRetrait_volet_select
{
    float: left;
    min-width: 500px;
    padding: 7px;
    position: relative;
    width: 964px;
	min-height:100px;
}
.KtabPointRetrait_volet_unselect
{
	/*display:none;*/
	visibility:hidden;	
    position: absolute; 
}


/*
-------------------------------------------------
				  ADDRESS FORM
-------------------------------------------------
*/

.soneeet_addaddress
{

}

.soneeet_addaddress input
{
    background-color:#00AA00;
    border:medium none;
    border-radius:10px 10px 10px 10px;
    box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.5);
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    height:120px;
    margin:5px;
    padding:10px;
    position:relative;
    width:280px;
	font-weight:bold;
}

.soneeet_relais_already_use
{
    position:relative;
    float:left;
    width:100%;
    margin-bottom: 20px;
}

.soneeet_addresstxt
{
	margin:10px;
	font-size:14px;
}

.soneeet_pictohandicap
{
    background-image: url("../images/handicap.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 20px;
    left: 30px;
    position: absolute;
    top: 70px;
    width: 20px;
}

.soneeet_addresslogo_DOM
{
    position:relative;
    float:left;
    width:60px;
    height:60px;
    background-image:url('../images/DOM.png');
    background-size:60px 60px;
}

.soneeet_addresslogo_RDV
{
    position:relative;
    float:left;
    width:60px;
    height:60px;
    background-image:url('../images/RDV.png');
    background-size:60px 60px;
}

.soneeet_addresslogo_KIA
{
    position:relative;
    float:left;
    width:60px;
    height:60px;
    background-image:url('../images/KIA.png');
    background-size:60px 60px;
}

.soneeet_addresslogo_RES
{
    position:relative;
    float:left;
    width:60px;
    height:60px;
    background-image:url('../images/RES.png');
    background-size:60px 60px;
}

.soneeet_addresslogo_DHL
{
	position:relative;
	float:left;
	width:60px;
	height:60px;
	background-image:url('../images/DHL.png');
	background-size:60px 60px;
}

.soneeet_addresslogo_CHR
{
	position:relative;
	float:left;
	width:60px;
	height:60px;
	background-image:url('../images/CHR.png');
	background-size:60px 60px;
}

.soneeet_addresslogo_A2P
{
	position:relative;
	float:left;
	width:60px;
	height:60px;
	background-image:url('../images/A2P.png');
	background-size:60px 60px;
}

.soneeet_addresslogo_CIT
{
	position:relative;
	float:left;
	width:60px;
	height:60px;
	background-image:url('../images/CIT.png');
	background-size:60px 60px;
}

.soneeet_addresslogo_BPR
{
	position:relative;
	float:left;
	width:60px;
	height:60px;
	background-image:url('../images/BPR.png');
	background-size:60px 60px;
}

.soneeet_addressbox
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFFFF;
	margin:5px;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);       
    box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	padding:10px;
	position:relative;
	float:left;
	width:260px;
	height:100px;
	cursor:pointer;
}

.soneeet_addressbox_selected
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFFFF;
	margin:5px;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	padding:10px;
	position:relative;
	float:left;
	width:254px;
	height:94px;
	background-image:url('../images/check.png');
	background-repeat:no-repeat;
	background-position:233px 8px;
	background-size:40px 40px;
	border: 3px solid #00CC33;
	cursor:pointer;	
}

.soneeet_addressbox_disabled
{
    background-color:#FFFFFF;
    border-radius:10px 10px 10px 10px;
    box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.5);
    color:#AAAAAA;
	cursor:not-allowed;
    float:left;
    height:100px;
    margin:5px;
    opacity:0.6;
    padding:10px;
    position:relative;
    width:260px;
}

/*Styles pour les différentes typologies d'adresse*/
.typoadr
{

}

.typoadr0
{
	
}

.typoadr1
{
	background-image:url('../images/typoadr1.gif');
    background-repeat: no-repeat;
    bottom: 10px;
    height: 20px;
    left: 29px;
    position: absolute;
    width: 20px;
}

.typoadr2
{
	background-image: url("../images/typoadr2.gif");
    background-repeat: no-repeat;
    bottom: 10px;
    height: 20px;
    left: 29px;
    position: absolute;
    width: 20px;
}

.soneeet_addresspr_seeall
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFFFF;
	margin:5px;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);       
    box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	padding:10px;
	position:relative;
	float:left;
	width:260px;
	height:auto;
	cursor:pointer;
}

.soneeet_addresspr
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFFFF;
	margin:5px;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);       
    box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	padding:10px;
	position:relative;
	float:left;
	width:260px;
	height:100px;
	cursor:pointer;
}

.soneeet_addresspr_selected
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFFFF;
	margin:5px;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	padding:10px;
	position:relative;
	float:left;
	width:254px;
	height:94px;
	background-image:url('../images/check.png');
	background-repeat:no-repeat;
	background-position:233px 8px;
	background-size:40px 40px;
	border: 3px solid #00CC33;
	cursor:pointer;	
}

.soneeet_address
{
    position:relative;
    float:left; 
    width:170px;
}

.congetotal
{
    color:#FF0000;
    margin-left: 10px;
}

.soneeet_addresspr_congetotal
{
    background-color: #EEEEEE;
}

.soneeet_tab_recherche_point_retrait
{

}

.soneeet_tab_recherche_point_retrait input
{
	-webkit-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.4);        
	box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.4) inset;
    border:1px solid #888888;
    border-radius:5px 5px 5px 5px;   
    color:#555555;
    padding:5px;
}

.soneeet_recherche_point_retrait_div
{
    float: left;
    margin-top: 10px;
    position: relative;
    right: 6px;
    text-align: right;
    width: 100%;
}

.soneeet_recherche_point_retrait_button
{
	cursor:pointer;
    border:1px solid #888888;
    border-radius:5px 5px 5px 5px;   
    color:#555555;
    padding:5px;
}

.soneeet_horaire
{
    background-color:#FFFFFF;
	border:1px solid #888888;
    border-radius:5px 5px 5px 5px; 
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	padding:5px;
    left:294px;
    position:absolute;
    top:-10px;
    z-index:100;
	display:none;
}

.soneeet_horaire_table
{
	width:260px;
	background-color:#FFFFFF;
}


.formvalid_recap
{
    border:1px solid #888888;
    border-radius:5px 5px 5px 5px;
    box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.4) inset;
    color:#555555;
    float:left;
    margin:10px;
    padding:10px;
    position:relative;
	background-color:#FFFFFF;
}

.tab_recap
{

}

.soneeet_complement_address
{
    color: #888;
    font-size: 10px;
    font-style: italic;    
}

.soneeet_picture_img
{
    left: -60px;
    position: absolute;
    top: 65px;    
}

.soneeet_picture_img img
{
    width: 55px;    
}

/*
-------------------------------------------------
		     Google MAP
-------------------------------------------------
*/

#liste_mag
{
	position:relative;
	float:left;
	height: auto;
	width:500px;
	min-height:500px;
	margin:10px;
	border: 1px solid #000000;	
}

.ville
{
	margin:0px;
	padding:0px;
	cursor:pointer;

}

#map_listeRetrait
{
	position:relative;
	float:left;
	height: auto;
	width:330px;
	margin:10px;
}

.FormRetraitSearch
{
	position:relative;
	float:left;
	background-color:#EEFFEE;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
	padding: 10px;
	width:960px;
}

.ListeRetraitAlreadyUse
{
	position:relative;
	float:left;
	background-color:#EEEEFF;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
	padding: 5px;
	margin: 10px 0;
	width:100%;
}

.ListeRetraitSearch
{
	position:relative;
	float:left;
	background-color:#EEFFEE;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
	padding: 5px;
	margin: 10px 0;
	width:100%;
}

#noaddr
{
    color:#FF0000;
    float:left;
    font-size:16px;
    height:auto;
    margin-top:10px;
	margin-bottom:10px;
    position:relative;
    width:100%;
}

#nopr
{
    color:#FF0000;
    float:left;
    font-size:16px;
    height:auto;
    margin-top:10px;
	margin-bottom:10px;
    position:relative;
    width:100%;
}

#map_float 
{
	position:relative;
	float:left;
	height: auto;
	width:600px;
}

#map_canvas 
{
	position:relative;
	float:left;
	height: 500px;
	width:600px;
	margin:10px;
	border: 1px solid #000000;
}

#map_butee_top
{
	position:relative;
	float:left;
	width:10px;
	height:1px;
}

#map_butee_bottom
{
	position:relative;
	float:left;
	width:100%;
	height:1px;
}

/*
-------------------------------------------------
                Kiala
-------------------------------------------------
*/

#iframe_kiala
{
    height:500px;
    width:100%;
    border:0;
}

/*
-------------------------------------------------
			    JQuery alert CSS
-------------------------------------------------
*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#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 {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

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

.enconge
{
    opacity: 0.5;
}

.txt_enconge
{
    background-color: #fff;
    bottom: -13px;
    color: #ff0000;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    width: 94px;
}