@CHARSET "ISO-8859-1";

#duplicateChoiceModal {
	display: block;
	position: fixed;
	z-index: 1;
	overflow: auto;
	overflow-Y: initial !important;
	top: 25%;
	background-color: rgb(255,255,255,1);
	border: 1px solid #888;
	padding: 1em;
}

#duplicateChoiceModalContent{
	height: 100%;
	border-radius: 0%;
	position: relative;	
}

#duplicateChoiceModalFooter{	
	background-color: white;
	padding: 0px;	
	bottom: 0px;
	width: 100%;
	border-radius: 0%;
}

#duplicateChoiceModalConfirm{
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	color: white;
	padding: 3px 12px 3px;
	float: right;	
}

#duplicateChoiceModalCancel{
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	color: white;
	float: left;
	padding: 3px 12px 3px;	
}