@charset "utf-8";

/*-----------------------FORMS-------------------------*/
.req {
	color:#c00;
}
.formframe {
	padding:10px;
	width:480px;
}
form {
	display:inline;
}
label {
	display:block;
	float:left;
	width:130px;
	padding:3px 4px 0 0;	
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
}
.explanation {
	font-size:0.85em;
	padding:0 0 20px 125px;
}
select {
	border:1px #c1d898 solid;
	letter-spacing:normal;
	padding:1px;
}
input.finput {
	width:200px;
	height:auto;
	padding:2px;
	background:#fff url(../images/finput_bg.gif) top left repeat-x;
	border:1px #c1d898 solid;
	font-weight:bold;	
}
input.finput:hover {
	height:auto;
	background:#fff  url(../images/finput_bg_o.gif) top left repeat-x;
	border:1px #a7c66c solid;
}
input.finput:focus {
	height:auto;
	background-image:none;
	border:1px #690 solid;
}
#signup input.finput {
	width:170px;
}
textarea.finput {
	width:290px;
	height:200px;
	padding:2px;
	background:#fff url(../images/finput_bg.gif) top left repeat-x;
	border:1px #c1d898 solid;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
}
textarea.finput:hover {
	background:#fff  url(../images/finput_bg_o.gif) top left repeat-x;
	border:1px #a7c66c solid;
}
textarea.finput:focus {
	background-image:none;
	border:1px #690 solid;
}

fieldset {
	border:1px solid #A7C66C;
	background-color:#e2f4ce;
}
fieldset.acceptrules {
	 padding-top:10px;
	 height:20px;
}
legend {
	text-transform:uppercase;
	border:1px solid #A7C66C;
	background-color:#e2f4ce;
	padding:5px;
	font-size:0.7em;
	color:#333;
	letter-spacing:1px;
}
fieldset.submit {
	border:none;
	background: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:490px;
}
.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;
	width:70px;
	height:20px;
	padding:6px 0 0 0;
	background:url(../images/button.gif) top left repeat-x;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	margin-right:2px;
	font-size:0.8em;
}

a.button_disabled, a.button_disabled:visited, a.button_disabled:hover {
	background-color:#be9256;
	color:#C2A88D;
	border:1px solid #C2A88D;
}
a.button:hover {
	background-position:bottom center;
	text-decoration:none !important;
	color:#fff;
}

/*browse by artist form*/
form#byartist {
	display:block;
	width:143px;
	padding:5px;
	margin:0;
	text-align:center;
}

#byartist select, .sortby select {
	margin-left:3px;
	padding:0;
	width:140px;
	border:1px solid #c1d898;
	color:#333; 
}
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;
}

/*sort by form*/
.sortby label {
	display:inline;
	padding:0;
	float:none;
	width:auto;
	font-size:0.8em;
	font-weight:normal;
	text-align:left;
	text-transform:none;
}
.sortby select {
	width:110px;
}
