#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 #222;*/
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	/*text-align: center; */
	line-height: 2.2em;
	color: #666;
	/*background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;   */
    /*background: url("../images/ptitle-bg.png") repeat-x scroll left bottom transparent;
    */
    background-color: #000;
    padding: 5px 15px;
    color: #FFFFFF;
	cursor: default;
	padding: 0px 15px;
	margin: 0em;
}


#popup_content {
	/*background: 16px 16px no-repeat url(../images/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
	padding: 1em 1.75em;
}

#popup_content.alert {
	background-image: none;
}

#popup_content.confirm {
	/*background-image: url(../images/warning.png);
    padding-left: 60px;*/
    text-align: justify;
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
    text-align: justify;
    text-align: center;
    margin: 0em 0em 0em 0em;
    font: 14px "NissanBrand", Arial, Helvetica, sans-serif;
}

#popup_panel {
	text-align: center;
	margin: 2em 1em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

.alertButton {
   /* background: url('../images/nissan/button_gray_normal.png') no-repeat scroll 0 0 transparent;*/
    /*  font-size: 11px;*/
    border: 0px;
    cursor: pointer;
    color: #323233;
    height: 20px;
    font: bold 14px/42px "NissanBrand-bold", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 80px;
    line-height: 20px;
}

.alertButton:hover{
	background-color:#350001;
	color:#fff;
	text-decoration:none;
}
#popup_ok {
    /*ursor: pointer;
    color: #323233;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    width: 80px;
    text-align: center; */
    /*background: url("../images/btn-med.png") no-repeat scroll left top transparent;*/
    /*font-size: 11px;*/
    border: 0 none;
    color: #FFFFFF;
    background-color: #c10934;
    font: bold 14px/42px "NissanBrand-bold", Arial, Helvetica, sans-serif;
    height: 30px;
    line-height: 24px;
    width: 70px;
    cursor: pointer;
    text-transform: uppercase;
    outline:none!important;
}
#popup_ok {/*background: transparent url("../images/btn-big-hover.png") top left no-repeat; color: #000;*/
font-size: 13px !important;
outline:none!important;
}

#popup_ok:hover{
	background-color:#350001;
	color:#fff;
	text-decoration:none;
}


#popup_cancel {
    /*background: url("../images/btn-med.png") no-repeat scroll left top transparent;*/
    border: 0 none;
	background-color: #c10934;
    color: #FFFFFF;
    height: 30px;
    /*font-size: 11px;*/
    font: bold 14px/42px "NissanBrand-bold", Arial, Helvetica, sans-serif;
    width: 70px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 24px;
}
#popup_cancel {/*background: transparent url("../images/btn-big-hover.png") top left no-repeat; color: #000;*/
font-size: 13px !important;
}

#popup_cancel:hover {
    background-color: #350001;
    color: #fff;
    text-decoration: none;
}

#popup_overlay { background-color: #000 !important; opacity: 0.75 !important; }
