﻿.roundbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 15px;
    text-align:left;
}

.roundboxtop { 
	background: url('./BrownImages/tr-brown.gif') no-repeat top right; 
}

.roundboxbottom {
	background: url('./BrownImages/br-brown.gif') no-repeat bottom right; 
}

.roundboxtopleft { 
	background: url('./BrownImages/tl-brown.gif') no-repeat top left; 
    height: 15px;
}

.roundboxbottomleft {
	background: url('./BrownImages/bl-brown.gif') no-repeat bottom left; 
    height: 15px;
}

.roundboxcontent
{
	margin: 0 10px;
}

.roundbox h3
{
    text-align:center;
    margin:0 auto;
    color:#000000;
}

.roundbox table
{
    margin:0 auto;
}

.staffBoxTable
{
    margin-left:auto;
    margin-right:auto;
}

.defineTipA
{
    text-decoration: underline;
    color: #734b1f;
    border-bottom: 1px solid #734b1f;
}

.defineTipShow
{
    visibility: visible;
    position: absolute;
    width: 200px;
    border: 2px solid #734b1f;
    padding: 2px;
    background-color: #dccbb8;
    z-index: 100;
}

.defineTipHide
{
    visibility: hidden;
    position: absolute;
    left: -1000px;
    width: 200px;
    border: 2px solid #734b1f;
    padding: 2px;
    background-color: #dccbb8;
    z-index: 100;
}

.roundboxtalkleft { 
    background-color: #dccbb8;
    padding-left: 35px;
    font-weight: bold;
}

.roundboxtalklefttip { 
    height: 13px;
	background: url('./BrownImages/talkleft.gif') no-repeat top left; 
}

.roundboxtalkright { 
    background-color: #dccbb8;
    padding-right: 35px;
    text-align: right;
    font-weight: bold;
}

.roundboxtalkrighttip { 
    height: 13px;
	background: url('./BrownImages/talkright.gif') no-repeat top right; 
}

.ktTextBox
{
    height: 20px;
    background: url('./BrownImages/textboxleft.gif') no-repeat top left;
    padding:0 0 0 15px;
    margin:1px;
}

.ktTextBox span
{
    background: url('./BrownImages/textboxright.gif') no-repeat right top;
    padding: 1px 15px 1px 0px;
    float:left;
}

.ktTextBox span input
{
    background:#ffffff;
    color: #734b1f;
    font-weight: bold;
    border:0;
}