@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=fbab08fd-4be9-4fc3-9a46-e9e00e026101");
@font-face{
font-family:"DINNextW01-CondensedLig";
src:url("../fonts/c0be55e4-0b40-4646-a643-431ca3639465.eot?#iefix");
src:url("../fonts/c0be55e4-0b40-4646-a643-431ca3639465.eot?#iefix") format("eot"),url("../fonts/43e82893-3880-47b2-82d6-5b136f8f7477.woff") format("woff"),url("../fonts/72f03533-e4e2-48a4-9d34-53d2964eb649.ttf") format("truetype"),url("../fonts/c11fd4df-941d-4a17-8af0-be88e02e0042.svg#c11fd4df-941d-4a17-8af0-be88e02e0042") format("svg");
}

#popup_container {
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px!important; /* 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;
	font-family: "DINNextW01-CondensedLig";
	width: auto!important;
}

#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;
	display: none;
}

#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;
}
#popup_container {
     font-family: "DINNextW01-CondensedLig";
     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; */
	border: solid 1px #DADADA;
     color: #000;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
 }
.alert{border: none;}
#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;
}
/* custom alert design */
#popup_container  #popup_ok { 
	/*background-color: #323232;
	color: #fff;
	border: none!important; 
	width: 50px; 
	margin: 20px 0;
	font-family: "DINNextW01-CondensedLig";
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	width: 76px; height: 30px;
	font-size: 18px;*/
	outline: 0 !important;
	color: #fff !important;
	background-size: 41px 20px;
font-size: 18px;
background-color: #323232 !important;
padding: 0 30px 0 30px;
width: 100px;
font-family: "DINNextW01-CondensedLig";
line-height: 52px;
margin: 20px 0;
-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	border: none!important;
	box-shadow: none !Important;
}

#popup_container  #popup_ok:hover {

	color: #af1a1d !important;
	background-size: 41px 20px;
	font-size: 18px;
	background-color: #eaeaea !important;
	padding: 0 30px 0 30px;
	width: 100px;
	font-family: "DINNextW01-CondensedLig";
	line-height: 52px;
	margin: 20px 0;
}

#popup_container  #popup_cancel { 
	background-color: #af1a1d;
	color: #fff;
	border: none!important; 
	width: 50px; 
	margin: 20px 0;
	font-family: "DINNextW01-CondensedLig";
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	width: 76px; 
	height: 30px;
	font-size: 18px;
}
  #popup_cancel:hover {
	color:#af1a1d!important;
	border: none!important;
	transition: background 300ms ease-in-out;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
 }
#popup_message { color: #000; font-size: 18px; padding: 10px; text-align: center; font-weight: normal; font-family: "DINNextW01-CondensedLig";}
#popup_content {background: none; padding: 5px;}
#popup_content .confirm {background-image:none!important; }
#popup_overlay {background-color: #000!important; opacity: 0.08!important;}
/*  End custom design */
#popup_content {
   /*   background: 16px 16px no-repeat url(images/info.gif); */ 
/*     padding: 1em 1.75em;
    margin: 0em; */
	background-color: #fff;
}


#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;
}