/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/

input, textarea, select{
	border:0;
	margin:3px;
	padding:0 3px 7px 3px;
	background:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label{
	/*float:left;
	margin:5px;
	width:100px;
	display:block;*/
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(/images/el/dropdown.topleft.gif) top left no-repeat;
	position:relative;
}

.frmShdwBottomRt{
	float:left;
	background:url(/images/el/dropdown.bottomright.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(/images/el/dropdown.bottomleft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(/images/el/dropdown.topright.gif) top right no-repeat;
}


/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	float:left;
	border:0;
	margin:0;
	padding:0;
}

	.frmShdwCheck img{
		border:0;
		margin:0;
		
	}

#ctl00_ContentPlaceHolder1_TBproductdesc { z-index:-1;}
	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0;
}

	.frmShdwRadio img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	border:0;
	background:transparent;
	float:left;
	font-weight:bold;
	cursor:pointer;
}

	.frmShdwSubmit:hover{
		color:#000000;
	}
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px !important;
	padding: 0 0 3px 2px;
	float:left;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#000;
	text-decoration:none;
	white-space: nowrap;
	
}

.frmShdwSelectDropShown{
	margin:3px 3px 3px 4px;
	padding: 0 0 0 4px;
	float:left;
	position:absolute;
	background:#FFF;
	white-space: nowrap;
	z-index: 1000;
	height: 100px;
	overflow:scroll;
	overflow-x:hidden;
	
}

.frmShdwSelectDrop{
	display:none;
	white-space: nowrap;
}
/* yse */
.fakeSelectDiv { background: transparent url('/images/el/dropdown.buttonbg.gif') top right no-repeat ; position:relative; z-index:999}
.fakeSelectImg{
	border:0;
	margin:0px 5px 0px 0px;
	padding: 2px 0 7px 0;
	
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:3px 0;
	text-decoration:none;
	color:#000;
	white-space: nowrap;
	width:auto;
	background:#FFFFF;
}
	
	.frmShdwSelectDropShown a.selected{
		background:#f7f7f7;
		color:#000000;
	}
	
	.frmShdwSelectDropShown a.selected:after{
		
	}
	
	
	.frmShdwSelectDropShown a:hover{
		background:#f7f7f7;
		text-decoration:none;
	}
	
	.frmShdwSelectDropShown a:hover:after{
		
	}
	
	