#sidebar, #content, #auxContent{
	text-shadow: rgba(0,0,0,.3) 0 1px 0;
}

#content #auxContent {
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	zoom: 1;
	background: rgba(0,0,0,.15);
	border: 1px dashed rgba(0,0,0,.3);
}

.filesharing-item, .blog-entry, .form-input-field {
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
	zoom: 1;
	background: rgba(0,0,0,.2);
	border: 0;
	border: 1px dashed rgba(0,0,0,.4);
}

.form-input-field:focus {
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
	background: rgba(0,0,0,.4);
	border: 1px dashed rgba(0,0,0,.8);
}