/*------------------------
Inquiry submission form
-------------------------*/
#inquiry-form {
	width:1090px;
	height: 240px;
	border-top: 1px dotted #999;
	margin-bottom: 20px;
}
#inquiry-form form {
	width:1090px;
	float:left;
	padding-top: 10px;
}
#artistInquiry fieldset {
	width:1090px;
	float:left;
}
#artistInquiry legend {
	position: absolute;
	top:-9999px;
}
#artistInquiry .inquiry-form-group {
	width: 270px;
	float:left;
}
#artistInquiry label {
	font-size: 10px;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 3px;
	color: #666;
	font-weight: bold;
}
#artistInquiry input.bigField {
	width: 240px;
	float: left;
	margin-bottom: 5px;
	padding: 5px 3px;
	border: none;
}
#artistInquiry input.medField {
	width: 115px;
	float: left;
	margin-bottom: 5px;
	padding: 5px 3px;
	border: none;
}
#artistInquiry select {
	width: 50px;
	float: left;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#artistInquiry input.smallField {
	width: 59px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px 3px;
	border: none;
}
#artistInquiry textarea {
	width: 270px;
	height: 127px;
	float: left;
	padding: 5px 3px;
	border: none;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
#artistInquiry input.tinyCal {
	padding: 5px 3px;
	border: none;
	background: #fff url(../images/ui/datepicker-icon.png) center right no-repeat;
}
#artistInquiry input.inquiry-request-button {
	width: 275px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	background: #06c url(../images/ui/button-arrow.png) center right no-repeat;
	border: none;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-family: "p22-underground-1", "p22-underground-2", sans-serif;
	font-weight: 500;
	color: #fff;
}
.focusField {
	color: #999;
}
.idleField {
    color: #d8d8d8;
}
.completedField {
	color: #666;
}

/*------------------------
Live Search Form
-------------------------*/
#liveSearch {
	width: 150px;
	float: left;
	margin-right: 10px;
}
#liveSearch #artistSearch {
	width: 115px;
	float: left;
	margin-right: 5px;
}
#liveSearch #artistLiveSearch {
	width: 115px;
	float: left;
	padding: 7px 3px;
	border: none;
}

/*------------------------
Shows search by zip-code Form
-------------------------*/
#zipcode-search {
	width:196px;
	height: 41px;
	position: absolute;
	top:-12px;
	right:-22px;
	z-index: 1000;
	background: transparent url(../images/ui/search-background.png) no-repeat;
}
#home-zipcode-search {
	width:196px;
	height: 41px;
	position: absolute;
	top:5px;
	right:-10px;
	z-index: 1000;
	background: transparent url(../images/ui/search-background.png) no-repeat;
}
label.zipSearch {
	font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 8px 10px;
	width: auto;
	float: left;
}
#zipcode-search input.zipSearch, #home-zipcode-search input.zipSearch {
	height: 15px;
	width: 55px;
	float: left;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #fff;
	font-family: "p22-underground-1", "p22-underground-2", sans-serif;
	color:#fff;
	padding: 4px 0 2px 4px;
}
#zipcode-search .zipSearchBtn, #home-zipcode-search .zipSearchBtn {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/ui/search-icon.png) no-repeat scroll 0 0;
	border:medium none;
	margin:8px 0 0 8px;
	overflow:hidden;
	text-indent:-9999px;
	width:11px;
	height:11px;
	float: left;
}


/*------------------------
User account forms
-------------------------*/