

input, textarea, select{
	border:0;
	margin:0px;
	padding:0px;

}

label{
	float:left;
	margin:5px;
	width:100px;
	display:block;
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:url(shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(shadowTopRight.gif) top right no-repeat;
}


/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

	.frmShdwCheck img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0;
}

	.frmShdwRadio img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	width:75px; height:18px; margin:0px; padding:0px; float:left; font-family:"Trebuchet MS"; font-size:10px; color:#FFFFFF; line-height:14px; text-align:center; text-decoration:none; background:url(images/button.jpg) no-repeat}

	.frmShdwSubmit:hover{
		color:#000000;
	}
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	margin:0px;
	padding: 3px 0 0 5px !important;
	float:left;
	height:20px;
	border-left:0px solid #ffffff !important;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#3d3d3d;
	text-decoration:none;
	background:url(images/txtinputbg.jpg) no-repeat;
	font-family:Arial;
		font-size:10px;
		color:#3d3d3d;
		line-height:14px;
		font-style:italic;
}

.frmShdwSelectDropShown{
	margin:0px;
	padding: 0 0 0 5px;
	font-family:Arial;
		font-size:10px;
		color:#808080;
		line-height:14px;
		font-style:italic;
	float:left;
	position:absolute;
	background:#ffffff;
	border-bottom:#ced9df solid 1px;
	border-left:#ced9df solid 1px;
	border-right:#ced9df solid 1px;
	border-top:#ced9df solid 1px;
}

.frmShdwSelectDrop{
	display:none;
}

.fakeSelectImg{
	border:0;
	margin:0px;
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	border-bottom:1px dashed #eaeff2;
	text-decoration:none;
	color:#3d3d3d;
}
	
	.frmShdwSelectDropShown a.selected{
		background:#f7f7f7;
		color:#000000;
		/*border-bottom:1px dashed #cccccc;*/
	}
	
	.frmShdwSelectDropShown a.selected:after{
		/*content:" <<";*/
	}
	
	
	.frmShdwSelectDropShown a:hover{
		background:#f7f7f7;
		/*border-bottom:1px dashed #cccccc;*/
		text-decoration:none;
		color:#666666;
	}
	
	.frmShdwSelectDropShown a:hover:after{
		/*content:" <<";*/
	}
.Input
	{
		margin:0px;
		padding:0px;
		background:url(txtinputbg.jpg) no-repeat;
	}
	
