﻿	/* - Style för att ge textediteringsrutorna 
	sina rätta utseenden */
	.systemTextEditSquare 
	{
		border: dotted 1px #eee;
		min-height: 14px;
		min-width: 20px;
	}
	
	.systemTextEditSquare:hover
	{
		border: dotted 1px #990000;
		color: #990000; 
	}
	
	.systemTextEditButtonContainer
	{
		font-size: 10px;
		font-family: Arial, Verdana, Sans-Serif;
		
		position: absolute;
		bottom: 5px;
		right: 5px;
	}
	
	.systemTextEditButton
	{
		font-size: 10px;
		font-family: Arial, Verdana, Sans-Serif;
	}
