p{
    padding:0;
    margin:0 0 10px;
    line-height:18px;
    }
.ac{
    text-align:center;
    }
#alert-container {
	position:fixed;
	top: 35%;
	left: 50%;
	z-index:99999999;
	width:600px;
	margin:0 0 0 -300px;
}
.wrapper-popup{
    border:2px solid #4997D7;
	background:#F5F5F5;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
    }
    .wrapper-popup .header{
    	background:#4997D7;
        color:#FFF;
        height:21px;
        padding:3px 3px 0 10px;
        }
        .wrapper-popup .header .title{
            float:left;
            padding:1px 0 0;
            }
        .wrapper-popup .adm_close{
            background:url(../i/adm/icon_close.gif) no-repeat 0 0;
            float:right;
            height:16px;
            text-decoration:none;
            text-indent:-8000px;
            width:16px;
            display:block;
            }
			.wrapper-popup .adm_close:hover{
				background:url(../i/adm/icon_close.gif) 0 bottom no-repeat;
				text-decoration: none;
                }
    .wrapper-popup .content-popup{
        padding:10px 10px 2px;
        }
.btn-ac{
    text-align:center;
    padding:0 0 10px;
    }
.btn-blue{
	padding:4px 0 0;
	margin:0 0 2px;
	text-align:right;
    }
	.btn-blue a{
	    color:#FFF;
		text-decoration:none;
		padding-left:20px;
		font-size:12px;
		display:inline-block;
	    height:32px;
	    background:url(../i/adm/btn_blue.gif) 0 0 no-repeat;
        }
	.btn-blue span{
		padding:7px 20px 0 0;
		height:25px;
		cursor:pointer;
		display:inline-block;
		white-space:nowrap;
		background:url(../i/adm/btn_blue.gif) right 0 no-repeat;
        }
	.btn-blue a:hover{
		background:url(../i/adm/btn_blue.gif) 0 bottom no-repeat;
        }
		.btn-blue a:hover span{
			background:url(../i/adm/btn_blue.gif) right bottom no-repeat;
            }
.btn-red{
	padding:4px 0 0;
	margin:0 0 2px;
	text-align:right;
    }
	.btn-red a{
	    color:#FFF;
		text-decoration:none;
		padding-left:20px;
		font-size:12px;
		display:inline-block;
	    height:32px;
	    background:url(../i/adm/btn_red.gif) no-repeat 0 0;
        }
	.btn-red span{
		padding:7px 20px 0 0;
		height:25px;
		cursor:pointer;
		display:inline-block;
		white-space:nowrap;
		background:url(../i/adm/btn_red.gif) no-repeat right 0;
        }
	.btn-red a:hover{
		background:url(../i/adm/btn_red.gif) 0 bottom no-repeat;
        }
		.btn-red a:hover span{
			background:url(../i/adm/btn_red.gif) right bottom no-repeat;
            }
.btn-ac .btn-blue, .btn-ac .btn-red{
	display:inline-block;
	*display:inline;
    }

#white-layer {
	background-color:#333;
	
	left:0;
	top:0;
	position:fixed;
	
	opacity:0.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	
	width:100%; 
	min-height:100%;
	
	z-index: 98999999;
}	

