	.modal-blocker {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#fff;
		opacity:0.7;
		z-index:1000;
		}
		
	.alert {
		position:fixed;
		top:30%;
		left:50%;
		margin-left:-240px;
		width:481px;
		z-index:1010;
		}
		
		.alert img.shadow {
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			}
			
			.alert div.canvas {
				position:relative;
				margin:2% 0 6% 11px;
				width:462px;
				height:100%;
				background:#fff;
				overflow:hidden;
				}
		
				.alert div.canvas a.close {
					display:block;
					margin-left:442px;
					width:19px;
					height:19px;
					text-indent:-1000em;
					overflow:hidden;
					background:url(../elm/cookbook/bg_status_help_close.gif) top right no-repeat;
					}
				
				.alert div.canvas div.content {
					border:1px solid #e3e3e3;
					margin:0 19px 19px 19px;
					padding:30px;
					width:362px;
					}
					
					.alert div.canvas div.content h1 {
						margin-bottom:13px;
						font-size:14px;
						font-weight:normal;
						color:#b83a3f;
						}
						
					.alert div.canvas div.content ul.tools {
						margin-top:35px;
						width:374px;
						overflow:hidden;
						}
						
						.alert div.canvas div.content ul.tools li {
							display:inline;
							float:left;
							margin-right:10px;
							width:177px;
							height:50px;
							line-height:50px;
							font-size:12px;
							background:url(../elm/cookbook/bg_giffer.gif) 0 -693px no-repeat;
							overflow:hidden;
							}
							
							.alert div.canvas div.content ul.tools li a {
								color:#554941;
								}
								
							.alert div.canvas div.content ul.tools li a:hover {
								text-decoration:none;
								}
								
								.alert div.canvas div.content ul.tools li a span.icon {
									display:block;
									float:left;
									margin:14px 18px 0 12px;
									width:23px;
									height:26px;
									overflow:hidden;
									}
									
								.alert div.canvas div.content ul.tools li a span.merge_text {
									display:block;
									float:left;
									width:124px;
									cursor:pointer;
									}
									
								.alert div.canvas div.content ul.tools li.ok a span.icon {
									background:url(../elm/cookbook/bg_giffer.gif) 0 -744px no-repeat;
									}
									
								.alert div.canvas div.content ul.tools li.cancel a span.icon {
									background:url(../elm/cookbook/bg_giffer.gif) -24px -744px no-repeat;
									}
									
								.alert div.canvas div.content ul.tools li.custom a span.icon {
									background:url(../elm/cookbook/bg_giffer.gif) -48px -744px no-repeat;
									}
									
								.alert div.canvas div.content ul.tools li.fetch a span.icon {
									background:url(../elm/cookbook/bg_giffer.gif) -48px -744px no-repeat;
									}
									
								.alert div.canvas div.content ul.tools li.save a span.icon {
									margin:10px 15px 0 10px;
									width:28px;
									height:30px;
									background:url(../elm/cookbook/bg_giffer.gif) 0 -772px no-repeat;
									}	
									
								.alert div.canvas div.content ul.tools li.waste a span.icon {
									margin:10px 15px 0 10px;
									width:28px;
									height:30px;
									background:url(../elm/cookbook/bg_giffer.gif) -30px -772px no-repeat;
									}	
									
								.alert div.canvas div.content ul.tools li.newBook a span.icon {
									margin:7px 15px 0 6px;
									width:36px;
									height:36px;
									background:url(../elm/cookbook/bg_giffer.gif) -76px -745px no-repeat;
									}
									
								.alert div.canvas div.content ul.tools li.newBook a span.merge_text {
									width:116px;
									}		
									
								.alert div.canvas div.content ul.tools li.oldBook a span.icon {
									margin:11px 15px 0 9px;
									width:31px;
									height:31px;
									background:url(../elm/cookbook/bg_giffer.gif) -117px -747px no-repeat;
									}
									
								.alert div.canvas div.content ul.tools li.oldBook a span.merge_text {
									width:122px;
									}	