/*************** Product Form ***************/



div#product_form {
	margin: 10px auto;
	float: left;
	clear: both;
	min-width: 240px;
	font-size: 0.8em;
}
div#product_form h2 {
	position: static;
	margin-left: 0px;
	font-size: 1.3em !important;
	float: none;
}
form#product {
	border: 1px solid #ccc;
	padding: 20px 20px 60px 20px;
	width:500px;
}
div#makes_list, div#categorys_list {
	border: 1px solid #ccc;
	padding: 20px;
}
div#makes_list .make_row, div#categorys_list .category_row {
	margin: 4px 0;
}
div#makes_list .make_name, div#categorys_list .category_name {
	float: left;
	font-weight: bold;
	width: 160px;
}
div#makes_list .make_tools, div#categorys_list .category_tools {
	position: relative;
	left: 6px;
}
.make_tools img, .category_tools img {
	border-width: 0px;
}
form#product * {
	border-width: 0px;
}
form#product .field_container {
	clear: both;
	margin: 4px 0;
}
form#product label {
	float: left;
	width: 120px;
}
form#product input, form#product textarea, form#product select, form#product #field_product_brochure input, form#product #field_product_image input {
	background-image: url('/images/inputBg.png');
	border: 1px solid #aaa;
	font-size: 11px;
	width: 200px;
	padding: 2px 0 0 3px;
}
form#product input {
	height: 16px;
}
form#product input:focus, form#product textarea:focus, form#product select:focus {
	border-color: #acf;
}
form#product select {
	width: 204px;
	height: 20px;
	padding: 2px 0 0 0;
}
form#product #product_product_active {
	width: auto !important;
}
form#product #field_product_brochure input, form#product #field_product_image input {
	height: 20px;
}
form#product #submit, form#product #delete {
	width: auto !important;
	height: 20px;
	padding: 0 6px 3px 5px;
	cursor: pointer;
}
form#product #submit:hover, form#product #submit:focus {
	background-color: #afa;
	border-color: #aaa;
}
form#product #delete:hover, form#product #delete:focus {
	background-color: #faa;
	border-color: #aaa;
}
form#product #field_submit {
	float: left;
	margin: 20px 0 0 120px;
}
form#product #field_delete {
	float: left;
	clear: right;
	margin: 20px 0 0 20px;
}
form#product .admin_cog img {
	vertical-align: top;
	margin: 2px 0 0 2px;
}
/**************** Live Validation ********************/



.LV_invalid_field {
	background: #faa;
}
.LV_invalid {
	margin-left: 6px;
	color: #f00;
}
.LV_valid {
	display: none;
}
#member {
	position:relative;
  float:left;
}





.message {
	position: relative;
	width: 80%;
	margin: 3px auto;
	text-align: center;
	padding: 4px;
	border: 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.message.titled {
	padding-top: 14px;
}

.message .topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	font-size: 8pt;
	border-top: 1px solid;
	-moz-border-radius: inherit;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}

.message .topbar .classification {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 3px;
	letter-spacing: 1px;
}

.message .topbar .close {
	position: absolute;
	top: 0px;
	right: 3px;
	cursor: pointer;
}

.error.message {
	background: #f77;
	border-color: #d55;
	color: #600;
}

.error.message .topbar {
	background: #f44;
	border-color: #f44;
}

.warning.message {
	background: #ff8;
	border-color: #bb6;
	color: #440;
}

.warning.message .topbar {
	background: #ff0;
	border-color: #ff0;
}

.warning.message .topbar .classification {
	color: inherit;
}

.notice.message {
	background: #8e9;
	border-color: #6c7;
	color: #061;
}

.notice.message .topbar {
	background: #0a0;
	border-color: #0a0;
}