﻿
.maintable
{
	width: 950px;
}

.left
{
	float: left;
	text-align: right;
	width: 300px;
}

.middle
{
	float: left;
	width: 10px;
}

.right 
{
	text-align: left;
    padding-top:2px;
	/*width: 510px;*/   /* comment out: for some reason causes control to jump to the next line if the control's width is set */
}

.label
{
	font-weight: bold;
	font-size: .75em;
}

.labelcontent
{
	font-size: .75em;
}

.required {
	font-weight: bold;
	font-size: 1em;
	color: #A30000;
}

.error {
	font-weight: bold;
	font-size: .75em;
	color: #A30000;
}

.words
{
	font-size: 1em;
}

.invicible
{
	display: none;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
	font-size: .75em;
}

.ieButtonHeight
{
	height: 25px;
}
