<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">DIV.subject-edit-form{}
DIV.subject-edit-form fieldset{
	color:#666;
	margin-top:10px;
}
DIV.subject-edit-form legend{
	font-weight:bold;
	color:#69C;
}
DIV.subject-edit-form INPUT.subject-name{
	width:99%;
	border:1px solid #eee;
	color:#666;
}

DIV.subject-edit-form TEXTAREA.subject-description{
	width:99%;
	height:150px;
	border:1px solid #eee;
	color:#666;
}


DIV#upload-button{
	width:100px;
	height:100px;
	float:left;
	background-image:url(images/1321555472_image_add.png);
	background-position:center;
	background-color:#fff;
	background-repeat:no-repeat;
	border:1px solid #aaa;
	cursor:pointer;
	margin:5px;
	position:relative;
}
DIV#upload-button:hover{
	background-color:#FF3;
}

DIV.upload-item{
	width:100px;
	height:100px;
	float:left;
	background-image:none;
	background-position:center;
	background-color:#eee;
	background-repeat:no-repeat;
	border:1px solid #aaa;
	cursor:default;
	margin:5px;
	position:relative;
	overflow:visible;
}
DIV.upload-area{
	position:relative;
}
DIV.virt{
	width:100px;
	height:100px;
	float:left;
	background-image:none;
	background-position:center;
	background-color:transparent;
	background-repeat:no-repeat;
	border:1px solid #aaa;
	cursor:move;
	margin:5px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
DIV.loading{
	background-image:url(images/ajax-loader-2.gif);
}
DIV.clock{
/*	background-image:url(images/1321578713_clock.png);*/
	background-image:url(images/1321580059_66.png);
}
DIV.progress{
	position:absolute;
	width:100px;
	height:100px;
	background-color:#000;
	left:0;
	bottom:0;	
}
DIV.upload-item DIV.menu-link{
	position:absolute;
	z-index:10;
	width:24px;
	height:24px;
	background-color:#fff;
	background-image:url(images/1321573285_ui-menu-blue.png);
	background-repeat:no-repeat;
	background-position:center;	
	bottom:1px;
	left:1px;
	cursor:pointer;
}
DIV.upload-item DIV.move-link{
	position:absolute;
	z-index:10;
	width:24px;
	height:24px;
	background-color:#fff;
	background-image:url(images/1321572905_move_alt1.png);
	background-repeat:no-repeat;
	background-position:center;	
	top:1px;
	left:1px;
	cursor:move;
}

input.send-button{
/*	background-image:url(images/1322444512_save_all.png);//1322444708_network.png*/
	background-image:url(images/1322444708_network.png);
	height:68px;
	line-height:58px;
	padding-left:55px;
	border:1px solid #666;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:5px center;
	color:#666;
	font-weight:bold;
	background-color:#eee;
}
input.send-button:hover{
	background-color:#ccc;
}

.hint *{
	font-size:10px;
	color:#960;
}</pre></body></html>