	input, textarea{
	border:0;
	margin: 4px;
	padding: 0px 4px;
	font: 12px Arial, "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Helvetica, sans-serif;
	color: #9c9c9c;
	outline:0;
}

label{
	float: left;
	margin:5px;
	width:210px;
	display: inline-block;
	outline: 0;
}

.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;
}
div#index_login div.frmShdwBottomRt,
div#main_search_text div.frmShdwBottomRt,
div#artworks-searchbox-middle div.frmShdwBottomRt,
div#advsearch_tags div.frmShdwBottomRt,
div#advsearch_location div.frmShdwBottomRt,
div#advsearch_date div.frmShdwBottomRt,
div#advsearch_author div.frmShdwBottomRt
{
	background:url(../images/shadowLowerRight_.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(../images/shadowBottomLeft.gif) bottom left no-repeat;
}
div#index_login .frmShdwBottomLt,
div#main_search_text .frmShdwBottomLt,
div#artworks-searchbox-middle .frmShdwBottomLt,
div#advsearch_tags div.frmShdwBottomLt,
div#advsearch_location div.frmShdwBottomLt,
div#advsearch_date div.frmShdwBottomLt,
div#advsearch_author div.frmShdwBottomLt
{
	background:transparent url(../images/shadowBottomLeft_.gif) bottom left no-repeat;
}

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

div#advsearch_tags div.frmShdwTopRt,
div#advsearch_location div.frmShdwTopRt,
div#advsearch_author div.frmShdwTopRt
{
	background:transparent url(../images/shadowTopRight_gray.gif) top right no-repeat;
}
div#advsearch_date div.frmShdwTopRt,
div#advsearch_tags div.frmShdwTopRt
{
	background:transparent url(../images/shadowTopRight_gray_light.gif) top right no-repeat;
}

/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

	.frmShdwCheck img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0;
}

	.frmShdwRadio img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	font-weight:normal;
	background:url(../images/button_blank.gif) top left no-repeat;
	height: 19px;
	width: 110px;
	border: 0;
	margin: 0; padding: 0;
	}

	.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;
	font-size: 12px;
	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:#666666;
	text-decoration:none;
}

.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:5px;
	padding:2px;
	border:0;
	text-decoration:none;
	color:#666666;
	text-align: left;
}
	
	.frmShdwSelectDropShown a.selected{
		background:#ffd2f4;
		color:#000000;
		border:0;
	}
	
	.frmShdwSelectDropShown a.selected:after{
	}
	
	
	.frmShdwSelectDropShown a:hover{
		background:#ffe7f9;
		border:0;
		text-decoration:none;
		color:#666666;
	}
	
	.frmShdwSelectDropShown a:hover:after{
	}
	
	
