/*******************
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:5px 6px;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif ;
	font-size:10pt;
	color:#9fa2a0;
	z-index:1;
}

input{
	height: 17px;
	outline: none;
	color:#9fa2a0;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif ;
	font-size:10pt;
	letter-spacing:normal;
}



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

.clearAll{
	clear:both;
}


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

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

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

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


/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
	width: 40px;
	height: 30px;
	
}


	.frmShdwCheck img{
		border:0;
		margin:0;
		width: 40px;
		height: 30px;
		
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0px !important;
	width: 45px;
	height: 30px;
}

	.frmShdwRadio img{
		border:0;
		margin:0px !important;
		width: 45px;
		height: 35px;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	border:0;
	background:#f7f7f7 !important;
	background:transparent;
	float:left;
	font-weight:bold;
	cursor:pointer;
}

.frmShdwSubmit:hover{
		color:#000000;
}

.frmSubmit{
	border:0;
	background-image:url(../images/login.gif) !important;
	width:55px;
	height:33px;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif ;
	font-size:11pt;
	color:#FFFFFF;
	margin:0px !important;
	
}

.frmSubmit:Hover{
	border:0;
	background-image:url(../images/login-over.gif) !important;
	width:55px;
	height:33px;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif ;
	font-size:11pt;
	color:#FFFFFF;
	margin:0px !important;
	
}


	
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	margin:3px 3px 3px 5px;
	padding: 5px 0 0 2px !important;
	padding: 0 0 3px 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff !important;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#9fa2a0;
	text-decoration:none;
	height: 25px;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif ;
	font-size:10pt;
}


.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:0;
	margin:5px 5px 0px 0px;
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:5px 0 0 0;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	color:#9fa2a0;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif ;
	font-size:10pt;
	height: 25px;
}
	
	.frmShdwSelectDropShown a.selected{
		background:#ffffff;
		color:#4c5b52;
		border-bottom:1px solid #d6d6d6;
	}
	
	.frmShdwSelectDropShown a.selected:after{
		content:" ";
	}
	
	
	.frmShdwSelectDropShown a:hover{
		background:#ffffff;
		border-bottom:1px solid #d6d6d6;
		text-decoration:none;
		color:#4c5b52;
	}
	
	.frmShdwSelectDropShown a:hover:after{
		content:" ";
	}
	

 	
