	
	
	#bgWindows{
		background: url('classic/loader.gif') center center no-repeat #000; 
	     position: fixed;
	     top: 0;
	     left: 0;
	     width: 100%;
	     height: 100%;
	     z-index:110000;
	     opacity:0;
	     -moz-opacity: 0;
	     filter: alpha(opacity=0);
	}
		
	.classic {
		background: #FFF;
		border: solid 1px #F7F7F7;
		padding: 0 0 5px;
		z-index: 1000000;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		padding: 0 !important;
		box-shadow: 0px 0px 6px #000;
		-moz-box-shadow: 0px 0px 6px #000;
		-webkit-box-shadow: 0px 0px 6px #000;
		-o-box-shadow: 0px 0px 6px #000;
		-ms-box-shadow: 0px 0px 6px #000;
		max-width: 96%;
	}
	.classic .controls{
		background: #F7F7F7;
		padding:2px;
		border-bottom: solid 1px #EDEDED;
		overflow:hidden;
		cursor: move;
	}
	
	.classic .controls h4 {
		float: left;
    	font-weight: bold;
	    line-height: 23px;
	    padding: 0 0 0 5px;
	    width: 85%;
		margin: 0;
	}
	
	.classic .window_content {
		padding: 15px;
		position: absolute;
		top: 28px;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: auto;
	}

	.classic .window_content h3 a.export_button {
		text-decoration: none;
		float: right;
		display: block;
		background: #f0f0f0;
		color: #000;
		padding: 5px 14px;
		margin-top: -5px;
		border: #e0e0e0 1px solid;
		border-radius: 4px;
	}

		.classic .window_content h3 a.export_button:hover {
			background: #e0e0e0;
		}
	
	.classic .window_content label {
		clear: both;
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.classic .window_content input[type="text"],
	.classic .window_content input[type="email"],
	.classic .window_content input[type="number"],
	.classic .window_content textarea,
	.classic .window_content select {
		font-weight:normal;
		margin-top:5px;
		padding: 4px;
		width: 95%;
	}
	
	

	.icon.close {
		background: url("classic/close.png") no-repeat transparent;
		background-position: 0px 2px;
		float: right;
		height: 22px;
		overflow: hidden;
		padding: 0;
		text-indent: -9999px;
		width: 20px;
	}
	
	.icon.close:hover {
		background-position: 0px -20px;
	}
