/* Layer Styles */
#ayahLayerBlock { z-index: 10000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: .75; background-color: #000; }
#ayahLayer { visibility: hidden; z-index: 10001; position: fixed; top: 0; left: 0; background-color: #fff; border-radius: 5px; }
#ayahLayer #ayahLayerClose { position: absolute; top: -10px; right: -10px; width: 36px; height: 35px; background: url(layer-close-button.png) no-repeat center center; }
#ayahLayer #ayahLayerContent { padding: 10px; position: relative; }
#ayahLayer #ayahHeader { margin: 0; padding: 0 0 5px 0; font-size: 18px; text-align: center; font-family: Helvetica, Verdana, Times; color: #333; font-weight: normal; }
#ayahLayer #ayahButtons { margin: 10px 0 0 0; padding: 0 0 0 0; text-align: center; }
#ayahLayer #ayahButtons a { line-height: 1; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); font-size: 14px; position: relative; margin: 0 5px; padding: 5px 10px; font-family: Helvetica, Verdana, Times; display: inline-block; vertical-align: middle; text-decoration: none; border-radius: 3px; border: 1px solid #000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
#ayahLayer #ayahButtons .ayahCancel { color: #666; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); display: none;
	background-color: #e6e6e6;
	background: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
	background: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
	background: -o-linear-gradient(top, #ffffff, #e6e6e6); 
	background: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
#ayahLayer #ayahButtons .ayahSubmit { color: #fff; padding: 8px 10px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); visibility: hidden;
	background-color: #236db6;
	background: -moz-linear-gradient(top, #4b92ce, #236db6); 
	background: -webkit-linear-gradient(top, #4b92ce, #236db6); 
	background: -o-linear-gradient(top, #4b92ce, #236db6); 
	background: linear-gradient(to bottom, #4b92ce, #236db6);
}
#ayahLayer #ayahButtons .ayahArrowRight { width: 9px; height: 13px; display: inline-block; vertical-align: middle; margin-left: 5px; background: url(arrow-right-white.png) no-repeat center center; }
#ayahLayer #ayahInstructions { font-family: Helvetica, Verdana, Times; color: #333; margin: 10px 0 0 0; padding: 10px 0; font-size: 11px; border: 1px solid #A6A6A6; border-width: 1px 0; }
#ayahLayer #ayahInstructions .ayahInstructionHeader { display: block; font-weight: bold; }
#ayahLayer #ayahIframe { display: block; margin: 0; padding: 0; background: url(ayah_loading.gif) no-repeat center center; }
