﻿.divRow
{
	/*margin-bottom:8px;*/
	clear: both; 
	display: table-row;
	color: #333;
	/*min-height:100px;*/
	height:auto;
	/*padding-bottom: 8px;*/
}

.divRow p 
{
    padding: 4px 8px;
}

.colLabel
{
	clear:both;
	display: block;
	width: 150px;
	float:left;
	position:relative;
	/* padding-left:8px; */
	padding:4px 0;
	padding-bottom: 10px;
}

.short
{
    width:120px;
}

.colLabel em
{
	position:absolute;
	left: 45px;
	width:100px;
	text-align:right;
	color: #c00;
	font-weight:bold;
	font-style:normal;
}

.colValidate
{
	/* width: 250px; */
	border: solid 1px #f00;
	padding: 0 10px;
	font-weight:bold;
	position:relative;
	display:table-column;
    clear:left;
	float:left;
	left:150px;
	width: 401px;
	margin-bottom:8px;
}
	
.inputWithSub
{
	display:block;
	width:auto;
	float:left;
}

.inputLong
{
	width: 415px;
	border:solid 1px #666666
}
select.inputLong
{
    width: 423px;
	border:solid 1px #666666
}
.inputLongTXA
{
    width:420px;
    border:solid 1px #666666;
    background-color: #eee;
}
.inputShort
{
    width: 175px;
    border:solid 1px #666666
}
.inputShortTXA
{
    width:180px;
    border:solid 1px #666666;
    background-color: #eee;
}
input, select 
{
	background-color: #eee;
	border:solid 1px #666666;
	/* height:22px; */
	/*font-size:15px;*/
	font-size:11pt;
	padding: 3px;
}
input[type="image"]
{
    padding:0;
    border:none;
}

img
{
    border:none;
}
.button
{
    cursor:pointer;
}
submit
{
    cursor:pointer;
}
.sectionHeader 
{
    position:relative;
	color: #333;
	border-bottom: solid 1px #333;
	margin-top: 24px;
	margin-bottom: 10px;
}
.sectionHeader a
{
    position:absolute;
    right:10px;
    top:0px;
}
fieldset 
{
	-moz-border-radius:5px;
	-moz-border-top-colors: transparent #D0D0BF transparent;
	-moz-border-right-colors: transparent #D0D0BF transparent;
	-moz-border-bottom-colors: transparent #D0D0BF transparent;
	-moz-border-left-colors:  transparent #D0D0BF transparent;
}
legend 
{
	color: #e46300;
	padding: 0 6px;
	font-size:larger;
}
#main1Col
{
	float:left;
	clear:both;
	text-align:left; 
	width:800px;
	padding:0;
	margin:0 80px 30px 80px;
	position:relative;
	/*background-image:url(/images/bg_formpage.png);
	background-repeat:repeat-y;*/
}
#main1ColContent {
	clear: both; 
	margin: 20px 50px;
	width: 700px;
	min-height:360px;
} 
.tdPadding 
{
    padding:0px 8px;
}
.noBG
{
    background:none;
    border:none;
}

#loginForm {
    height:340px;
    display:block;
    position:relative;
}

.loginLeft {
	position:absolute;
	left:0px;
    top:50px;
	width:300px;
}

.loginRight {
	position:absolute;
	right:0px;
	width:330px;
    top:20px;
}

.loginRight p {
    margin:6px 0px;
    line-height:14pt;
}