#categoryprotect_modal_bg{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background-color : #3E5793;
	opacity : 0.5;
	-moz-opacity : 0.5;
	filter:alpha(opacity=50);
	z-index : 20000;
}

#categoryprotect_modal{
	position : fixed;
	top: 0;
	left:0;
	width:400px;
	background-color : #BCA480;
	padding : 5px 10px;
	border-radius : 15px;
	-moz-border-radius : 15px;
	border : 4px solid #645744;
	z-index : 20001;
}

#categoryprotect_modal h5{
	font-size :1.5em;
	font-weight : bold;
	text-align : center;
	padding : 0 0 0.5em;
	border-bottom : 2px dashed #645744;
	margin-bottom : 0.5em;
}

#categoryprotect_modal p.submit{
	margin-left:70px;
}

#categoryprotect_modal p.submit .button{
	float:left;
	background: transparent url(http://wip/themes/trancheemilitaire.com/images/coupdecoeur.jpg) no-repeat scroll 50% 0%;
	color : #FFF !important;
	width : 112px;
	height : 26px;
}
