/*======================================FORMA Pop UP===================================*/
#popupOverlay {
    background: url("images/icon-ajax-bg.gif") no-repeat scroll 50% 50% #FFFFFF !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 8999 !important;
}
#popupOverlay.nobg {
    background-image: none !important;
}
div#popup-header {
    clear: both;
    padding: 0 0 10px;
}
div#popup-header:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    visibility: hidden;
}
div#popup-header strong {
    color: #646464;
    display: block;
    font: bold 14px Tahoma,Geneva,sans-serif;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
div#popup-header strong span {
    display: block;
    float: left;
    height: 20px !important;
}
div#popup-content {
    clear: both;
    padding: 0 5px;
}
div#popup-content:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    visibility: hidden;
}
div#popup-panel {
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border: 1px solid #999;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#popup-panel.message {
    width: 550px;
}
div#popup-panel.pinshop div#popup-header strong span {
    width: 300px;
}
div#popup-panel.pinshop {
    width: 400px;
}
div#popup-panel .popupClose {
    background-image: url("../images/popup.png");
    background-position: 0 -12px;
    background-repeat: no-repeat;
    border: 0 none !important;
    display: block;
    float: right;
    height: 20px;
    text-align: right;
    text-decoration: none !important;
    width: 20px;
}
div#popup-panel .popupClose:hover, div#popup-panel .popupClose:focus {
    background-position: 0 -32px;
}
div#popup-panel div.top-bottom {
    clear: both;
    height: 6px;
}
div#popup-panel div.top-bottom div {
    font-size: 1px;
    height: 6px;
    line-height: 1px;
    width: 6px;
}
div#popup-panel div.top-bottom div.ctm {
    background-color: #FFFFFF;
    height: 6px;
    margin: 0 6px;
    padding: 0;
    width: auto;
}
div#popup-panel div.top-bottom div.cbm {
    background-color: #FFFFFF;
    height: 5px;
    margin: 0 6px;
    padding: 0;
    width: auto;
}
div#popup-panel .ctl {
    background-position: 0 0;
    float: left;
}
div#popup-panel .ctr {
    background-position: -6px 0;
    float: right;
}
div#popup-panel .cbl {
    background-position: 0 -6px;
    float: left;
}
div#popup-panel .cbr {
    background-position: -6px -6px;
    float: right;
}
div#popup-panel .cm {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 5px 10px;
}
div#popup-panel .cm * {
    line-height: normal !important;
}
table.form-data td {
    padding: 2px 5px 2px 0;
}
#popup-header span{
	font-size: 18px;
}
.money{font-size: 14px;}
/*======================================END FORMA Pop UP===================================*/