/* forms */
/* General
---------------------------------*/
form legend {
	background:#005ACE;
	color:#fff;
	border:1px solid #6F5932;
	padding:5px;
	margin-bottom:4px;
	font-weight:bold;
	position:relative;
	top:-1em;	
	}
form label {
	width:130px;
	float:left;
	text-align:right;
	font-weight:bold;
	padding-top:2px;
	}
form fieldset {
	border:1px solid #fff;
	background:#FDF8E9;	
	}
* html fieldset {
	z-index:-1;
	}
#save_button {
	width:90%;
	margin:auto;
	border:3px double #9CCF31;
	background:#DDF0B3;
	padding:8px;
	clear:both;
	text-align:center;
	}
#save_button2 input {
	font-weight:bold;
	padding:5px;
	width:150px;	
	}
.error_message {
	background:#FFFFCC;
	text-align:center;
	width:90%;
	margin:2px auto;
	border:1px dashed #ffff33;
	}
/* Product Form
---------------------------------*/

#product_form fieldset {
	float:left;
	border:1px solid #333;
	margin:10px;
	padding:6px;
	}
#product_form legend {
	}
#product_form label {
	width:60px;
	padding-left:0;
	text-align:left;
	}
#product_form #category_list {
	width:200px;
	}
#product_form ul ul {
	text-indent:20px;
	}

	
/* Contact / Register Form
---------------------------------*/
#contact_form,#checkout_form {
	margin:0;
	}
#contact_form fieldset,#checkout_form fieldset {
	width:330px;
	float:left;
	position:relative;
	margin:5px;
	padding:3px;
	}
#contact_form #user_deets {
	width:350px;
	float:none;
	}
#contact_form #user_deets label {
	width:130px;
	}	

.button {
	background:url(../img/layout/harmonie4/button_bg.jpg) repeat-x #a3e9ff;
	font-size:11px;
	font-weight:bold;
	border:1px solid #009DCE;
	padding:3px;
	color:#767676;
	}