﻿#tebContainer
{
	
}

.tebTextContainer
{
	text-align: left;
}

.tebEntryContainer
{
	
}

.tebEntryTopContainer
{
	height: 3px;
}

.tebEntryTopLeft
{
	float: left;
	width: 3px;
	height: 3px;
	background: transparent url("../Images/TextEntryBox/TopLeftCorner.gif") no-repeat top left;
}

.tebEntryTopRight
{
	float: right;
	width: 3px;
	height: 3px;
	background: transparent url("../Images/TextEntryBox/TopRightCorner.gif") no-repeat top left;
}

.tebEntryTopEdge
{
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	height: 3px;
	background: transparent url("../Images/TextEntryBox/TopEdge.gif") repeat-x top left;
}

.tebEntryLeft
{
	background: transparent url("../Images/TextEntryBox/LeftEdge.gif") repeat-y top left;
}

.tebEntryRight
{
	background: transparent url("../Images/TextEntryBox/RightEdge.gif") repeat-y top right;
}

.tebEntryBoxContainer
{
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	background: transparent;
}

.tebTextEntryBox
{
	text-align: left;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: none;
	color: Black;
	font-family: Arial;
	font-size: medium;
}

.tebEntryBottomLeft
{
	float: left;
	width: 3px;
	height: 3px;
	background: transparent url("../Images/TextEntryBox/BottomLeftCorner.gif") no-repeat top left;
}

.tebEntryBottomContainer
{
	height: 3px;
}

.tebEntryBottomRight
{
	float: right;
	width: 3px;
	height: 3px;
	background: transparent url("../Images/TextEntryBox/BottomRightCorner.gif") no-repeat top left;
}

.tebEntryBottomEdge
{
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	height: 3px;
	background: transparent url("../Images/TextEntryBox/BottomEdge.gif") repeat-x top left;
}