/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/

input, textarea, select{
	border:0px none;
	margin:3px;
	color:#666666; font-style:normal; font-variant:normal; font-weight:normal; line-height:180%; font-size:90%; font-family:Trebuchet MS, Lucida Grande, Bitstream Vera Sans, Arial, Helvetica, sans-serif; padding-left:3px; padding-right:3px; padding-top:0px; padding-bottom:0px

}

label{
	float:left;
	margin:5px;
	width:150px;
	display:block;
	font-weight:bold;
	font-size:11px;
	color: #999;
}

fieldset {border:0px;}
legend {display:none;}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url('/images/shadowUpperLeft.gif') no-repeat top left;
}

.frmShdwBottomRt{
	float:left;
	background:url('/images/shadowLowerRight.gif') no-repeat bottom right;
}

.frmShdwBottomLt{
	float:left;
	background:url('/images/shadowBottomLeft.gif') no-repeat bottom left;
}

.frmShdwTopRt{
	float:left;
	background:url('/images/shadowTopRight.gif') no-repeat top right;
}


/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0px none;
	margin:0;
	padding:0
}

	.frmShdwCheck img{
		border:0px none;
		margin:0
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0;
}

	.frmShdwRadio img{
		border:0px none;
		margin:0
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	border:0px none;
	background: !important;
	float:left;
	font-weight:bold;
	cursor:pointer
}

	.frmShdwSubmit:hover{
		color:#000000;
	}
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:0px none !important;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#666666;
	text-decoration:none; margin-left:5px; margin-right:3px; margin-top:3px; margin-bottom:3px; padding-left:2px; padding-right:0; padding-top:0; padding-bottom:3px
}

.frmShdwSelectDropShown{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:absolute;
	background:#ffffff;
}

.frmShdwSelectDrop{
	display:none;
}

.fakeSelectImg{
	border:0px none;
	margin-left:0px; margin-right:5px; margin-top:5px; margin-bottom:0px
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	border-bottom:1px dashed #ffffff;
	text-decoration:none;
	color:#666666;
}
	
	.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:"<<";
	}
	
	
