﻿<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	<SolidColorBrush x:Key="TextPressedControlBorderBrush"
                     Color="#FF204BD1" />
	<DropShadowEffect x:Key="ShadowPressed" Color="#FF204BD1"
                                  Direction="270"
                                  ShadowDepth="0"
                                  BlurRadius="3"
                                  Opacity="0.75" />
    <DropShadowEffect x:Key="TextAreaPressedShadow" Color="#FF204BD1"
                                  Direction="270"
                                  ShadowDepth="0"
                                  BlurRadius="3"
                                  Opacity="0.75" />				 
</ResourceDictionary>