
/*********************
Main wrap
**********************/ 
.mainWrap {
	/*width:607px;*/
}

/*********************
Workspace
**********************/ 

/************************************************
Brightness and contrast
*************************************************/
#bc-brightLyr .bright {
	top:10px;
}
#bc-brightLyr .contrast {
	top:17px;
}

/************************************************
Sharpness
*************************************************/
#sp-sharpenerLyr .radius {
	top:10px;
}
#sp-sharpenerLyr .amount {
	top:7px;
}

/*********************
Action bar tool icons
**********************/
.ab-toolPnl b {
	width:26px;
	height: 22px;
	margin: 6px 8px;
}
/*********************
Action bar bottom
**********************/ 
.actBar.btm .rSpcr{
	height:16px;
	top:-5px;
	*top:0;/** IE7 **/
}
.actBar.btm .lSpcr{
	height:16px;
	top:-5px;
	*top:0;/** IE7 **/
}

/*********************
File input button wrap
**********************/ 
.fileInpWrap.noDragDrop {
	/*margin-top:113px;*/
}

/*********************
File upload panel
**********************/ 
#up-fileUploadPnl {
	height: 423px;
}

.up24 #up-fileUploadPnl {
  height: 400px;
}

/*********************
Thumb 'Add photo' text
**********************/ 
#tg-thumbs .addPicBtn b {
	margin:8px auto 0 auto;
}

/*********************
Thumb throbber.
**********************/ 
#tg-thumbs .throb img {
	margin-top:-25px; /** Half of it's height **/
}

/*********************
Thumb generic error
**********************/ 
#tg-thumbs .genericError {
	height:99px;
}

/*********************
Thumb generic error text
**********************/ 
#tg-thumbs .genericError b {
	margin:2px auto 0 auto;
}

/*********************
"Copy from web" and "Self-host" views
**********************/
.urlForm .inpWrap {
	height:250px;
	margin:15px 25px 0 25px;
	padding-left:30px;
}
.urlForm .inpWrap ol {
	top:35px;
}
.urlForm .btns {
	margin:10px;
	padding-left:30px;
	
	/** IE7 **/
	*margin-top:20px;
}

/*********************
"Copy from web" view
**********************/
#cw-addUrl {
	top:25px;
}



