﻿.divRow
{
	margin-bottom:8px;
	clear:both;
	color: #555;
}

.divRow p 
{
    padding: 4px 8px;
}

.colLabel
{
	clear:both;
	display: block;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.short
{
    width:120px;
}

.colLabel em
{
	position:absolute;
	left: 50px;
	width:100px;
	text-align:right;
	color: #c00;
	font-weight:bold;
	font-style:normal;
}

.colValidate
{
	width: 250px;
	border: solid 1px #f00;
	position:absolute;
	padding: 0 10px;
	left: 650px;
	font-weight:bold;
}
	
.inputWithSub
{
	display:block;
	float:left;
}

.inputLong
{
	width: 450px;
	border:solid 1px #666666
}

.inputShort
{
    width: 218px;
    border:solid 1px #666666
}
input, select 
{
	background-color: #eee;
	border:solid 1px #333333;
	height:22px;
	/*font-size:15px;*/
	font-size:11pt;
}
img
{
    border:none;
}
submit
{
    cursor:pointer;
}
.sectionHeader 
{
    position:relative;
	color: #555;
	border-bottom: solid 1px #555;
	margin-top: 24px;
	margin-bottom: 10px;
}
.sectionHeader a
{
    position:absolute;
    right:15px;
    top:4px;
}
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;
}


