#popup_container {
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: medium none;
	border-radius: 2px;
	-moz-border-radius: 2px;
 	-webkit-border-radius: 2px;
	overflow:visible;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.95);
	-moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 0.95);
	box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 0.95);
	
	color: #333;
    font-size: 14px;
}

#popup_title {
	/*
	background: url('../../css/images/ui-bg_loop_25_000000_21x21.png') repeat scroll 50% 50% #000;
    margin: 0px;
    border-radius: 1px 1px 0 0 ;
    -moz-border-radius: 1px 1px 0 0 ;
 	-webkit-border-radius: 1px 1px 0 0 ;
    border: medium none;
    
    -webkit-background-clip: padding-box; 
    -moz-background-clip:    padding; 
    background-clip:         padding-box;
    
    line-height:58px;
	font-size: 22px;
	color: #fff;
	padding:0 0 0 20px;

	*/
	line-height: 38px;
	font-size: 18px;
	font-family: 'Gotham';
	font-weight: bold;
	color: #3D556B;
	padding-left: 20px;
	padding-top: 10px;
}


#popup_content {
	/*padding: 1em;*/
	padding: 10px 15px 15px 15px;
	margin: 0em;
	line-height: 17px;
}

#popup_message {	
	text-align: center;
	/*
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	*/
	text-decoration: none;
	font-size: 14px;
	font-family: 'Gotham';
	font-weight: normal;
	color: #3D556B;
	float: none;
	margin: 0;
	padding-bottom: 3px;
	width: 100%;
}

#popup_message_post_script {
	text-align: center;
	/*
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	*/
	text-decoration: none;
	font-size: 14px;
	font-family: 'Gotham';
	font-weight: normal;
	color: #3D556B;
	float: none;
	margin: 0;
	padding-bottom: 3px;
	width: 100%;
}

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

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

#popup_ok, #popup_cancel, #popup_submit_yes, #popup_submit_back, #popup_ok_screening {
	/*
    width: 130px;
    border: 0px none;
    color: #FFF;
    cursor: pointer;
    line-height: 34px;
	outline:0;
	border-radius:3px;
	transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
	font-family: "Georgia","Times New Roman",Times,serif;
	font-size: 1.2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    margin: 0px 2px;
    */

	font-family: 'Gotham-light';
	font-weight: bold;
	font-size: 15px;
	width: 100%;
	height: 36px;
	display: block;
	border-radius: 3px;
	margin-top: -1px;
	margin-right: -1px;
	border: 0;
	padding: 10px 5px;
	color: #fff;
	cursor: pointer;
}
#popup_ok {
    /*background: #4b838b;*/


	background: #e15829;
	background: -webkit-linear-gradient(left top, #ef7622, #e15829);
	background: -o-linear-gradient(bottom right, #ef7622, #e15829);
	background: -moz-linear-gradient(bottom right, #ef7622, #e15829);
	background: linear-gradient(to bottom right, #ef7622, #e15829);

	width: 49%;
	display: inline-block;
	padding-right: 0px;
	margin-right: 0px;
	border: 0px;
}
#popup_ok.hastwobutton{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#popup_ok:hover {
	text-decoration: none;
	background: #EF7622;
	background: -webkit-linear-gradient(left top, #e15829, #EF7622);
	background: -o-linear-gradient(bottom right, #e15829, #EF7622);
	background: -moz-linear-gradient(bottom right, #e15829, #EF7622);
	background: linear-gradient(to bottom right, #e15829, #EF7622);
}

#popup_ok_screening {
	/*background: #4b838b;*/


	background: #e15829;
	background: -webkit-linear-gradient(left top, #ef7622, #e15829);
	background: -o-linear-gradient(bottom right, #ef7622, #e15829);
	background: -moz-linear-gradient(bottom right, #ef7622, #e15829);
	background: linear-gradient(to bottom right, #ef7622, #e15829);

	width: 29%;
	display: inline-block;
	padding-right: 0px;
	margin-right: 0px;
	border: 0px;
}
#popup_ok_screening.hastwobutton{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#popup_ok_screening:hover {
	text-decoration: none;
	background: #EF7622;
	background: -webkit-linear-gradient(left top, #e15829, #EF7622);
	background: -o-linear-gradient(bottom right, #e15829, #EF7622);
	background: -moz-linear-gradient(bottom right, #e15829, #EF7622);
	background: linear-gradient(to bottom right, #e15829, #EF7622);
}

#popup_submit_yes {
    background: #e15829;
    background: -webkit-linear-gradient(left top, #ef7622, #e15829);
    background: -o-linear-gradient(bottom right, #ef7622, #e15829);
    background: -moz-linear-gradient(bottom right, #ef7622, #e15829);
    background: linear-gradient(to bottom right, #ef7622, #e15829);

    width: 69%;
    display: inline-block;
    padding-right: 0px;
    margin-right: 0px;
    border: 0px;
}
#popup_submit_yes:hover {
    text-decoration: none;
    background: #EF7622;
    background: -webkit-linear-gradient(left top, #e15829, #EF7622);
    background: -o-linear-gradient(bottom right, #e15829, #EF7622);
    background: -moz-linear-gradient(bottom right, #e15829, #EF7622);
    background: linear-gradient(to bottom right, #e15829, #EF7622);
}

#popup_submit_back {
    background: #A4A9AD;

    width: 30%;
    display: inline-block;
    padding-right: 0px;
    margin-right: 0px;
    border: 0px;
}
#popup_submit_back:hover {
    text-decoration: none;
    background: #949A9F;
}


#popup_cancel {
    background: #000;

	width: 50%;
	display: inline-block;
	padding-left: 0px;
	margin-left: 0px;
}
#popup_cancel.hastwobutton{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#popup_cancel:hover {
    background: #222;
}

#popup_content {
	color: #333 !important;
}

#popup_overlay {
    background: transparent url(../../css/images/ui-bg_flat_50_5c5c5c_40x100_40.png) 50% 50% repeat!important;
}

#popup_title .ui-icon-closethick {
	/*
	width: 32px;
	height: 32px;
	background: #fff url('../../css/images/close-icon.png');
	background-position: 0;
	padding: 0;
	margin: 3px;
	transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
	display: block;
	float: right;
	margin-right: 13px;
	margin-top: 13px;
	cursor: pointer!important;
	background-size:32px;
	*/
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	right: 10px;
	top: 10px;
	cursor: pointer;
	text-align: center;
	background: #fff url(https://d3dut980jlf5ri.cloudfront.net/css/images/iconclose.png) top right no-repeat;
	background-repeat: no-repeat;
	background-color: transparent;
	outline: none;
	border: none;
	z-index: 2000;
	width: 20px;
	height: 20px;
	background-size: 20px;
}

#popup_title .ui-icon-closethick:hover {
	/*
	background-color: #4b838b;
	*/
}

span.extendMessage{
    font-weight: 200;
}
