/*  BEGIN: Text Styles  */

input, select, textarea
{
	margin-left: .5em;
	width: auto;
}

.wide
{
	width: 60%;
}

fieldset
{
	font-size: 90%;
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #bacceb;
}

fieldset br
{
	display: none;
}

legend
{
	font-weight: bold;
	color: #000033;
	padding: .2em .5em;
	border: 1px solid #bacceb;
	margin-bottom: .5em;
	background-color: #fff;
}

fieldset div
{
	clear: both;
	margin: .1em 0 .5em 0;
	position: relative;
}
fieldset div span
{
	display: none;
}

fieldset div span.formLabel
{
	font-weight: bold;
	display: block;
}

fieldset div span.formLabel br
{
	display: inline !important;
}

* html fieldset div span.formLabel
{
	font-size: 90%;
	color: #000033;
	margin-left: 32%;
	padding: 0;
	border-left: none;
	display: block;
}

fieldset div:hover span
{
	font-size: 85%;
	color: #993300;
	background-color: #faf0e6;
	margin-left: 33%;
	padding: .2em .5em .3em;
	border: 1px solid #993300;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span
{
	font-size: 85%;
	color: #993300;
	margin-left: 32%;
	padding: .3em;
	border-left: 1px solid #993300;
	display: block;
}

label, fieldset div.cr p
{
	margin: 0;
	display: block;
	width: 30%;
	text-align: right;
	float: left;
}

fieldset div.cr label
{
	text-align: left;
	margin-left: 30%;
	width: auto;
	float: none;
}

.buttons
{
	text-align: center;
}

.removed
{
	display: none !important;
}

.tblHeader
{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #993300;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #F3F5F8;
}

.tblItem
{
	font-size: 90%;
}


  
/*  END: Text Styles  */
