/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/

.prettyforms input, .prettyforms textarea, .prettyforms select{
	border: 0;
	outline: none;
}
* html .prettyforms input, * html .prettyforms textarea, * html .prettyforms select {
	border: 1;
	outline: medium;
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.prettyforms .frmShdwTopLt{
	float:left;
	background:url(/js/prettyforms/img/shadowUpperLeft.gif) top left no-repeat;
}

.prettyforms .frmShdwBottomRt{
	float:left;
	background:url(/js/prettyforms/img/shadowLowerRight.gif) bottom right no-repeat;
}

.prettyforms .frmShdwBottomLt{
	float:left;
	background:transparent url(/js/prettyforms/img/shadowBottomLeft.gif) bottom left no-repeat;
}

.prettyforms .frmShdwTopRt{
	float:left;
	background:transparent url(/js/prettyforms/img/shadowTopRight.gif) top right no-repeat;
}


/***** styles specific to the CHECKBOX **********/
.prettyforms .frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

	.prettyforms .frmShdwCheck img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.prettyforms .frmShdwRadio{
	float:left;
	margin:0;
}

	.prettyforms .frmShdwRadio img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.prettyforms .frmShdwSubmit{
	border:0;
	background:#f7f7f7 !important;
	background:transparent;
	float:left;
	font-weight:bold;
	cursor:pointer;
}

	.prettyforms .frmShdwSubmit:hover{
		color:#000000;
	}
	

/***** styles specific to the SELECT BOX **********/
.prettyforms .frmShdwSelectDropChosen{
	margin:0 0 0 3px;
	float:left;
	border-right:1px solid #cccccc;
	border-left: 0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#666666;
	text-decoration:none;
	padding: 0 3px;
	z-index: 3;
}

.prettyforms .frmShdwSelectDropShown{
	margin:21px 0 0 3px;
	padding: 0 3px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:absolute;
	background:#ffffff;
	display: block;
	z-index: 5;
}

.prettyforms .frmShdwSelectDrop{
	display:none;
}

.prettyforms .fakeSelectImg{
	border:0;
	margin:0;
	padding: 0;
}

.prettyforms .frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	text-decoration:none;
	color:#666666;
}
	
	.prettyforms .frmShdwSelectDropShown a.selected{
		background:#f7f7f7;
		color:#000000;
	}
	
	.prettyforms .frmShdwSelectDropShown a.selected:after{
		content:" <<";
	}
	
	
	.prettyforms .frmShdwSelectDropShown a:hover{
		background:#f7f7f7;
		text-decoration:none;
		color:#666666;
	}
	
	.prettyforms .frmShdwSelectDropShown a:hover:after{
		content:" <<";
	}
	
.prettyforms .PFhidden {
	display: none;
}
