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

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

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

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