@charset "utf-8";

/*-----------------------FORMS-------------------------*/
.req {
	color:#c00;
}
.formframe {
	padding:10px;
	border:1px solid #ECE4BD;
	background-color:#FAF7DC;	
}
form {
	display:inline;
}
label {
	display:block;
	float:left;
	width:120px;
	padding:3px 4px 0 0;	
	text-align:right;
	color:#666;
	font-size:0.7em;
	text-transform:uppercase;
	font-weight:bold;
}
.explanation {
	font-size:0.7em;
	padding:0 0 20px 125px;
}
select {
	border:1px solid #F4E6D1;
	letter-spacing:normal;
	padding:1px;
	font-size:0.8em;
}
input.finput {
	width:200px;
	height:auto;
	padding:2px;
	background:#fff url(../images/inputbg.gif) top left repeat-x;
	border:1px #ccc solid;
	font-weight:bold;	
}
input.finput:hover {
	height:auto;
	background:#fff  url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #bbb solid;
}
input.finput:focus {
	height:auto;
	background:#fff  url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #666 solid;
}
#signup input.finput {
	width:170px;
}
textarea.finput {
	width:360px;
	height:200px;
	padding:2px;
	background:#fff  url(../images/inputbg.gif) top left repeat-x;
	border:1px #ccc solid;
	font-size:0.9em;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
}
textarea.finput:hover {
	background:#fff url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #bbb solid;
}
textarea.finput:focus {
	background:#fff url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #666 solid;
}

fieldset {
	border:1px solid #ECE4BD;
}
legend {
	text-transform:uppercase;
	background-color:#FAF7DC;
	padding:0 2px 2px 2px;
	font-size:0.7em;
	color:#666;
}
fieldset.submit {
	border:none;
	padding:10px 0 20px 146px;
}
fieldset.word_verification {
	background-color:#ffc;
	padding-bottom:10px;
}
ol.formlist {
	list-style: none;
 	margin:10px;
	padding:0;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 2px;
	margin:0;
	line-height:normal;
}
.msg {
	background-color:#ffc;
	border:1px solid #fc3;
	padding:5px;
	width:560px;
}
.msg h2 {
	font-size:0.9em;
	border-bottom:1px solid #fc3;
	margin:0;
	padding:4px;
}
a.button, a.button:visited, 
a.button_disabled, a.button_disabled:visited, a.button_disabled:hover {
	display:block;
	float:left;
	background-color:#8F7F4E;
	color:#fff;
	border:1px solid #EACEA6;
	border-bottom-color:#967350;
	border-right-color:#967350;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding:4px 10px;
	margin-right:2px;
	font-size:0.7em;
}
a.button_disabled, a.button_disabled:visited, a.button_disabled:hover {
	background-color:#F4E6D1;
	color:#C2A88D;
	border:1px solid #C2A88D;
}
a.button:hover {
	background-color:#CABC6F;
	color:#fff;
	border:1px solid #EACEA6;
	border-top-color:#967350;
	border-left-color:#967350;
}
/*search form*/
#search label {
	width:200px;
	height:20px;
	float:none;
	padding:0;
	padding-top:46px;
	color:#ffc;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	text-transform:none;
}
#search input {
	float:left;
	width:186px;
	height:17px;
	padding:2px;
	border:1px solid #999;
	background:#fff url(../images/search_bg.jpg) top left no-repeat;
	font-size:0.8em;
	font-weight:bold;	
}
#search input:hover {
	border:1px solid #333;
	background:#fffurl(../images/search_bg_o.jpg) top left no-repeat;
	
}
#search input:focus, #search input.active {
	border:1px solid #333;
	background:#fff url(../images/search_bg_f.gif) top left repeat-x;
	
}
a.search, a.search:visited,
a.search_disabled, a.search_disbled:visited {
	display:block;
	float:left;
	width:39px;
	height:24px;
	background:url(../images/go.jpg) top left no-repeat;
}
a.search_disabled, a.search_disbled:visited {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
}
a.search:hover {
	background-position:bottom left;	
}
/*browse by artist form*/
form#byartist {
	display:block;
	width:143px;
	height:79px;
	padding:5px;
	margin:5px 0 0 5px;
	border:1px solid #666;
	background:#909090 url(../images/byartist_bg.jpg) top center no-repeat;
	text-align:center;
}
#byartist label {
	width:auto;
	float:none;
	padding:20px 0 5px 5px;
	color:#ffc;
	font-weight:bold;
	font-size:0.8em;
	text-align:center;
	text-transform:none;
}

#byartist select, .sortby select {
	margin-left:3px;
	padding:0;
	width:140px;
	border:1px solid #666; 
}
form#signup {
	display:block;
	width:143px;
	height:auto;
	padding:5px;
	margin:5px 0 0 5px;
	border:1px solid #8A7A49;
	background:#DAD08B url(../images/nl_bg.jpg) top center no-repeat;
	text-align:center;
}
#signup label {
	width:auto;
	float:none;
	padding:0;
	color:#ffc;
	font-weight:bold;
	font-size:0.8em;
	text-align:center;
	text-transform:none;
}
#signup input.finput {
	width:120px;
}
#signup a.button, #signup a.button:visited, #signup a.button:hover {
	float:none;
	margin:0 auto;
}
#signup h3 {
	letter-spacing:normal;
	font-size:0.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffc;
	margin-top:0;
	padding-top:0;
}
/*sort by form*/
.sortby label {
	display:inline;
	padding:0;
	float:none;
	width:auto;
	color:#ffc;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	text-transform:none;
}
.sortby select {
	width:110px;
}
