/*----------------------- Dynamic form control classes-----------------------*/
#dyaForm div.formcontrol{pading:0px; margin-bottom:4px;}

.frmLabel1{font-weight:bold; text-align:right; display:block; float:left; padding-top:5px; width:180px;}
.frmLabel2{font-weight:bold; text-align:right; display:block; float:left; padding-top:5px; clear:both;}

#dyaForm .frmLabel1 span, .frmLabel1 span
{
color:#515049;
}

#dyaForm br{clear:both}

.textBox {
	background-image:url(/COLTImages/deco-bg-textshadow.gif);
	border-color:#333333 rgb(153, 153, 153) rgb(153, 153, 153) rgb(51, 51, 51);
	border-style:solid;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	height:1.3em;
	padding: 3px;
	margin:0 5px 0 0;
	vertical-align: middle;
	color:#999;
}

.textBoxWidth1 {
	width:195px;
	Height:19px
}

.selBox {
	background-image:url(/COLTImages/deco-bg-textshadow.gif);
	border-color:#333333 rgb(153, 153, 153) rgb(153, 153, 153) rgb(51, 51, 51);
	border-style:solid;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding: 0px;
	margin:-1px 5px 0 0;
	vertical-align: middle;
	color:#000;
}

.selBoxWidth1 {
	width:195px;
	Height:19px
}

.selBoxWidth2 {
	width:45px;
}

.selBoxWidth3 {
	width:80px;
}

.selBoxWidth4 {
	width:60px;
}

.chkBox {
	margin: 0 0 2px 0;
	padding: 0;
	vertical-align: middle;
}

.txtArea
{
BORDER-RIGHT: rgb(153,153,153) 1px solid; 
PADDING-RIGHT: 3px; 
BORDER-TOP: #333333 1px solid; 
PADDING-LEFT: 3px; FONT-SIZE: 0.9em; 
BACKGROUND-IMAGE: url(/COLTImages/deco-bg-textshadow.gif); 
PADDING-BOTTOM: 3px; 
MARGIN: 0px 5px 0px 0px; 
VERTICAL-ALIGN: middle; 
BORDER-LEFT: rgb(51,51,51) 1px solid; 
COLOR: #999; PADDING-TOP: 3px; 
BORDER-BOTTOM: rgb(153,153,153) 1px solid; 
BACKGROUND-REPEAT: repeat-x; 
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; color:#000000; 
}

.txtAreaWidth1 {
	width:195px;
}

input.formButton{
	border:0;
 	margin:0; 
 	background:url(/COLTImages/layout_button_lcap2.gif) no-repeat left top; 
/*	 	background:url(/COLTImages/layout_button_lcap.gif) left top; */
 	height:22px;
	line-height:22px;
 	color:#FFFFFF;
 	font-weight:bold;
 	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
	overflow:visible;
	padding:0 2px 2px 8px; /* This will be applied to Firefox */
 * padding:0 4px 4px 10px; !Important; /* This will be applied to IE 7 */
	-padding:0 0 0 2px; !Important; /* This will be applied to IE 5.5 - 6 */
	font-size:12px; /* This will be applied to Firefox */
 * font-size:12px; !Important; /* This will be applied to IE 7 */
	-font-size:12px; !Important; /* This will be applied to IE 5.5 - 6 */
}

img.formButton{
	vertical-align:top;
	margin:0 0 -4px -4px;
	padding:0;
}


/*----------------------- Form Container Global Box  Classes -----------------------*/
 div.topRight {
	background-repeat : no-repeat;
	background-position : top right;
}

div.bottomRight {
	background-repeat : no-repeat;
	background-position : bottom right;
}
div.content{
	background-repeat : no-repeat;
	background-position : bottom left;
}

div.content div.padding{
	padding:4px;
}
div.boxGreyForm {
	margin:0 auto 0 auto;
	background-repeat : no-repeat;
	background-position : top left;
}
div.boxGreyForm form {
	padding:15px;
}
/*----------------------- Grey Box -----------------------*/
div.boxGreyForm {
	background-color:#EBECED;
	background-image: url(/COLTImages/deco-capgrey-top-left.gif);
}
div.boxGreyForm div.topRight {
	background-image: url(/COLTImages/deco-capgrey-top-right.gif);
}
div.boxGreyForm div.bottomRight {
	background-image: url(/COLTImages/deco-capgrey-bottom-right.gif);
}
div.boxGreyForm div.content {
	background-image: url(/COLTImages/deco-capgrey-bottom-left.gif);
}
