/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.blackFrame .top .left { background: url(/images/corners/1tl.png) bottom left no-repeat; } /* Top left corner */
	div.blackFrame .top .middle { border-top:1px #233c46 dotted; } /* Top pattern/color */
	div.blackFrame .top .right { background: url(/images/corners/1tr.png) bottom left no-repeat; } /* Top right corner */
	
	div.blackFrame .middle .left { border-left:1px #233c46 dotted; }

	/*div.blackFrame .middle .centre {  height: 325px; width: 660px; }*/

	div.blackFrame .middle .right { border-right:1px #233c46 dotted; } 

	div.blackFrame .bottom .left { background: url(/images/corners/1bl.png) top left no-repeat; } /* Bottom left corner */
	div.blackFrame .bottom .middle { border-bottom:1px #233c46 dotted; } /* Bottom pattern/color */
	div.blackFrame .bottom .right { background: url(/images/corners/1br.png) top left no-repeat; } /* Bottom right corner */



/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */	
	div.blackFrame {
		position: absolute; z-index: 10000;
	}
		
		div.blackFrame .top {
			position: relative;
			height: 8px;
		}
			 html div.blackFrame .top { padding: 0 8px;}
		
			div.blackFrame .top .left {
				position: absolute;
				left: 0;
				width: 8px; height: 8px;			
			}
			div.blackFrame .top .middle {
				position: absolute;
				left: 8px; right: 8px;
				height: 7px;
			}
				* html div.blackFrame .top .middle { position: static; }
			
			div.blackFrame .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 8px; height: 8px;	
			}
			
			
		div.blackFrame .middle {
			position: relative;
			height: 100%;
			background: url(/images/5.png);
			/*background: #d0ee84;*/
		}
		
			div.blackFrame .middle .left {
				position: absolute;
				left: 0;
				width: 8px; height: 100%;		
			}
			div.blackFrame .middle .centre  {
				left: 8px;
				position: relative;
				text-align: left;
				
	
				overflow: auto; 
				overflow-x: hidden;
			}
				div.blackFrame .middle .centre .content {
					color:#233c46;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					line-height: 14px;
					font-weight: normal;
				}
				
					div.blackFrame .middle .centre .content h1{
						font-size:15px;
						font-weight:bold;
						line-height:15px;
						/*margin-top:10px;*/
					}
			
			div.blackFrame .middle .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 8px; height: 100%;
			}
		
	
		
	
		
		div.blackFrame .bottom {
			position: relative;
			height: 8px;
		}
			* html div.blackFrame .bottom { padding: 0 8px; }
			
			div.blackFrame .bottom .left {
				position: absolute;
				left: 0;
				width: 8px; height: 8px;
			}
			div.blackFrame .bottom .middle {
				position: absolute;
				left: 8px; right: 8px;
				height: 7px; 
			}
				* html div.blackFrame .bottom .middle { position: static; }
				
			div.blackFrame .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 8px; height: 8px;
			}
		
		div.blackFrame .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
	
	
	
