/*******************
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:2px;
	color:#425865;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial;
	padding:0px 2px;
	background-color: #fff;
}
input {
	margin:3px 2px !important;
	margin:2px 2px;
	padding:1px 2px;
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:#fff url(/img/shadowUpperLeft.png) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:transparent url(/img/shadowLowerRight.png) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(/img/shadowBottomLeft.png) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(/img/shadowTopRight.png) top right no-repeat;
}

.frmShdwTopRt a:hover{ text-decoration:none}

/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

.frmShdwCheck img{
	border:0;
	margin:0px -1px;
}

	
/***** 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:#FFF;
	float:left;
	cursor:pointer;
}

	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	margin:3px 3px 1px 2px;
	padding: 0 0 0 2px !important;
	padding: 0 0 1px 2px;
	float:left;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#425865;
	text-decoration:none;
}

.frmShdwSelectDropShown{
	margin:3px 3px 1px 2px;
	padding: 0 0 0 2px;
	float:left;
	border-right:1px solid #808080;
	border-left:1px solid #808080;
	border-bottom:1px solid #808080;
	background-color:#fff;
	position:absolute;
}

.frmShdwSelectDrop{
	display:none;
}

.fakeSelectImg{
	border:0;
	margin:2px 1px 0px 0px !important;
	margin:2px -2px 0px 0px;
	
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0px 0px 1px 0px;
	padding:0px;
	border-bottom:1px dashed #eeeeee;
	text-decoration:none;
	color:#425865;
}
	
.frmShdwSelectDropShown a.selected{
	color: #425865;
	border-bottom:1px dashed #dedede;
	text-decoration:none
}	
	
.frmShdwSelectDropShown a:hover{
	border-bottom:1px dashed #eeeeee;
	text-decoration:none;
	color:#ff7902;
}
	
