@charset "utf-8";

/*-----------------------FORMS-------------------------*/
.req {
	color:#c00;
}
.formframe {
	padding:10px;	
}
form {
	display:inline;
}
label {
	display:block;
	float:left;
	width:120px;
	padding:3px 4px 0 0;	
	text-align:right;
	color:#84935a;
	font-size:0.8em;
	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:#f9f5ec url(../images/inputbg.gif) top left repeat-x;
	border:1px #e7dbb6 solid;
	font-size:0.85em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
input.finput:hover {
	height:auto;
	background:#fff  url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #dfcf9d solid;
}
input.finput:focus {
	height:auto;
	background:#f9f5ec  url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #bc6243 solid;
}
input.minput {
	background:#f9f5ec url(../images/bigbg.jpg) top left no-repeat;
	border:1px #e7dbb6 solid;
}
#signup input.finput {
	width:170px;
}
textarea.finput {
	width:360px;
	height:200px;
	padding:2px;
	background:#f9f5ec  url(../images/inputbg.gif) top left repeat-x;
	border:1px #e7dbb6 solid;
	font-size:0.85em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
textarea.finput:hover {
	background:#f9f5ec url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #dfcf9d solid;
}
textarea.finput:focus {
	background:#f9f5ec url(../images/inputbg_focus.gif) top left repeat-x;
	border:1px #bc6243 solid;
}

fieldset {
	border:1px solid #dfcf9d;
}
legend {
	text-transform:uppercase;
	padding:0 2px 2px 2px;
	font-size:0.7em;
	color:#84935a;
}
fieldset.submit {
	border:none;
	padding:10px 0 20px 150px;
}
fieldset.word_verification {
	background-color:#efd9d1;
	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:550px;
}
.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:#D9A694;
	color:#fff;
	border:1px solid #E8CABF;
	border-bottom-color:#CF8F7A;
	border-right-color:#CF8F7A;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding:4px 10px;
	margin-right:2px;
	font-size:0.7em;
}
a.clear, a.clear:visited {
	background-color:#E4C1B6;
}
a.checkout, a.checkout:visited {
	margin-left:20px;
}
a.button_disabled, a.button_disabled:visited, a.button_disabled:hover {
	background-color:#bc6243;
	color:#bc6243;
	border:1px solid #c2a88d;
}
a.button:hover {
	background-color:#84935a;
	color:#fff;
	border:1px solid #b5b984;
	border-top-color:#5f6941;
	border-left-color:#5f6941;
}

/*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;
}
