.tg_imageEditor	{

	background-color: #eeeeee;
	background-color: rgba(240, 240, 240, 0.97);
	position: absolute;
	top: 20%;
	margin: 10px auto;
	left: 20%; right: 20%;
	padding: 30px;
	border: 1px #aaaaaa solid;
	z-index: 100;
	
	-webkit-border-radius: 4px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    
    -moz-border-radius: 4px;
    
}

.tg_imageEditor h1 {
	font-size: 18px;
	font-family: sans-serif;
	color: #666666;
}

.tg_hiddenThumb {
	opacity: 0.5;	
}

.tGaller_dummyLink {
	color: #666666;
	text-decoration: none;
}

.tGallery_buttonDiv {

	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;

	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	border: 1px #999999 dotted;
	margin: 20px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: hand;
	font-weight: bold; 
}

#tg_imageEditor_notes,
#tg_imageEditor_title { 
	width: 100%;	
}

#tg_imageEditor_imageThumbnail { 

	margin: 0px;
    /* -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */

}

#tg_imageEditor_alt {	

	width: 100%;

}

label { 

	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
}

