@media screen	and	(min-height: 500px)	and (max-height: 800px)   {
	#popup_container{	height : 21.5% !important;top: 35% !important;	}
	#popup_content{	margin-top: 2% !important;	}
	#popup_panel{	margin-top: 7% !important;	}
	}

@media screen	and	(min-height: 800px)	and (max-height: 1100px)   {
	#popup_container{	height : 18% !important;top: 35% !important;	}
	#popup_content{	margin-top: 2% !important;	}
	#popup_panel{	margin-top: 7% !important;	}
	}

@media screen	and	(min-height: 1100px)	and (max-height: 1400px)   {
	#popup_container{	height : 12% !important;top: 35% !important;	}
	#popup_content{	margin-top: 2% !important;	}
	#popup_panel{	margin-top: 7% !important;	}
	}

@media screen	and	(min-height: 1400px)	and (max-height: 1750px)   {
	#popup_container{	height : 12% !important;top: 35% !important;	}
	#popup_content{	margin-top: 2% !important;	}
	#popup_panel{	margin-top: 7% !important;	}
	}
	
@media screen	and	(min-height: 1751px)	and (max-height: 2000px)   {
	#popup_container{	height : 11% !important;top: 35% !important;	}
	#popup_content{	margin-top: 2% !important;	}
	#popup_panel{	margin-top: 7% !important;	}
	}

@media screen	and	(min-height: 2000px)	and (max-height: 2500px)   {
	#popup_container{	height : 8% !important;top: 35% !important;	}
	#popup_content{	margin-top: 1% !important;	}
	#popup_panel{	margin-top: 5% !important;	}
	}
	
@media screen	and	(min-height: 2500px)	and (max-height: 3000px)   {
	#popup_container{	height : 8% !important;top: 35% !important;	}
	#popup_content{	margin-top: 1% !important;	}
	#popup_panel{	margin-top: 5% !important;	}
	}


#popup_container {
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: 500;
/* min-width: 300px; Dialog will be no smaller than this */
/*max-width: 600px;  Dialog will wrap after this width */
background: #FFF;
border: solid 2.5px #7d7d7d;
color: #403d3d;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 4px;
left: 36.4% !important;
top: 25% !important;
height: 20% ;
min-width: 25% !important;
letter-spacing: 1px;
}

#popup_title {
font-size: 16px;
font-weight: bolder;
text-align: center;
line-height: 1.85em;
color: #2d2d2d;
background: #CCC url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/title.gif) top repeat-x;
/*border: solid 1px #FFF;*/
border-bottom: solid 2.5px #636363;
cursor: default;
padding: 0em;
margin: 0em;
letter-spacing: 2px;
}

#popup_ok{
color: #615a5a;
letter-spacing: 3px;
background-color: #efefef;
width: 20%;
height: 25px;
font-weight: 700;
}
#popup_cancel{
color: #615a5a;
letter-spacing: 3px;
background-color: #efefef;
    width: 23%;
	cursor: pointer;
height: 25px;
font-weight: 700;
}
/* #popup_container {
font-family: Arial, sans-serif;
font-size: 12px;
min-width: 300px; 
max-width: 600px; 
background: #FFF;
border: solid 1px #ced5d8;
color: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 5px 10px 20px 3px #ccc;
}

#popup_title {
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 1.75em;
color: #fff;
background: #006699 url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/title.gif) top repeat-x;
border: solid 1px #006699;
cursor: default;
padding: 0em;
margin: 0em;
}
#popup_title:before{
content: url('http://dev.janoschkagraphics.fr/ipak1.5live/images/doc_icon.png');
margin:2px 20px;
float:left;
}
#popup_ok{
background: #3f8c3f;
border-radius: 2px;
color: #fff;
}
#popup_cancel{
background: #fff;
border-radius: 2px;
color: #ccc;
border: solid 1px #ccc;
}
*/



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

#popup_content.alert {
background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/info.gif);
}

#popup_content.confirm {
background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/important.gif);
}

#popup_content.prompt {
background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/help.gif);
}

#popup_message {
text-align: center;
}

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

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