/*
	FORMS
*/
textarea {
	border:1px solid #b1b1b1;
	background-image:url(images/form.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:5px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:150%;
	font-size:100%;
	width:75%;
	color:#444444;
	height:12em;
}
fieldset textarea {
	width:95%;
}
textarea.small {
	height:40px;
}
textarea.large {
	height:350px;
	font-size:1.1em;
	padding:8px;
	line-height:175%;
}
input.textbox:focus,
textarea:focus {
	border:1px solid #135173;
}
input.textbox {
	background-image:url(images/form.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	padding: 3px 5px;
	border:1px solid #b1b1b1;
	width:250px;
}
input.small {
	width:155px;
}
input.extrasmall {
	width:2em;
}
.field-content-friendcode input.textbox,
#field-content-friendcode input.textbox {
	width:50px;
	text-align:center;
	letter-spacing:2px;
}
.fm-footer {
  padding-top: 10px;
	padding-bottom:20px;
}
.panel .fm-footer {
	padding-top: 10px;
	border-top:  1px solid #CCCCCC;
}
.fm-field label {
	font-weight:bold;
	padding-bottom:2px;
}
form fieldset {
	background-repeat:no-repeat;
	background-position:top right;
	margin:10px 0 5px 0;
	border: none;
	padding:5px 20px 20px 20px;
}
.panel form fieldset {
	border: none;
}
form fieldset fieldset {
	background-image:none;
	margin:10px 0 5px 0;
	border:none;
	border-top:1px solid #CCCCCC;
	padding:5px 20px 15px 10px;
}
form fieldset legend {
	padding:1px 10px 1px 10px;
	font-weight:bold;
	color:#7aa43f;
}
form fieldset .fm-field {
	margin-top:5px;
	margin-bottom:15px;
}
form fieldset .fm-options {
	margin-top:2px;
	font-size:0.95em;
}

label.fm-field-name {
	font-weight:bold;
}
.fm-field-email .fm-options label.fm-field-name,
.fm-field-password .fm-options label.fm-field-name {
	font-weight:bold;
	font-size:1.05em;
}

input.button,
a.fakebutton {
	border:none;
	font-weight:bold;
	background: #666 url(images/button-128x22.gif) no-repeat scroll top left;
	width:128px;
	height:22px;
	padding-bottom:2px;
	font-size:small;
	letter-spacing:-1px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 22px;
	vertical-align: middle;
	cursor: pointer;
}
input.button.large {
	background: #666 url(images/button-160x22.gif) no-repeat scroll top left;
	width:160px;
	height:22px;
}
a.fakebutton {
	display: block;
	float: left;
}
form#confirm-delete input.save {
	float: left;
}
a.fakebutton:visited,
a.fakebutton:hover {
	color: #FFFFFF;
}

select {
	color:#444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	padding:3px;
	border:1px solid #b1b1b1;
}
optgroup {
	font-style:normal;
}
.fm-checkbox {
	display:block;
}
.fm-options label {
	font-weight:normal;
}

.fm-options ol.categories {
	list-style-type:none;
	margin-left:5px;
	padding-left:0;
}
.fm-options ol.categories ol {
	margin-left:15px;
}
.fm-options ol.categories .fm-checkbox {
	display:inline;
}

div.tags span.tag {
	padding:0 2px;
	cursor:pointer;
}
div.tags span.selected {
	background-color: #003;
	color: #fff;
}

img.list-opener {
	margin-right: 4px;
	cursor: pointer;
}
fieldset.fm-multiple legend {
	cursor: pointer;
}

textarea#content-overview {
	height: 8em;
}
textarea#content-review-quote-description,
textarea#content-address-address,
textarea#content-is-free-text,
textarea#content-keywords {
	height: 3em;
}

form.confirm-delete {
	width: 100%;
	text-align: center;
}

/* added by DR 05-09-07 */
#sidebar-column div.shopping-basket form { padding-bottom: 10px; }
#sidebar-column div.shopping-basket form#checkout { padding-bottom: 5px; }

form .fm-field-description {
	color:#777;
	font-size:90%;
}

form span.list-opener {
	margin-left:4px;
}

/*form div.fm-field-category {
	width:35%;
	margin-left:1em;
	float:right;
}
*/

