div.form
{
}

div.form > form dl {
	float: left;
	width: 100%;
}

div.form > form dl.cols_33 {
	float: left;
	width: 33%;
}

div.form > form dl.cols_30 {
	float: left;
	width: 30%;
}

div.form > form dl > dt {
	float: left;
	width: 7em;
	text-align: right;
	padding-top: 10px;
}

div.form > form dl > dd {
	float: left;
}

div.form > form dl > dd table td {
	padding-right: 25px; 
}

div.form > form dl > dd table td input[type=checkbox]{
	float: left;
	display: block;
	position: relative;
	margin: 1px 5px 0 0;
}

div.form > form dl > dd table td label{
	float: left;
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
	border: 1px solid #cfcfcf;
	padding: 5px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	
	
	box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	-webkit-box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	-moz-box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	-ms-box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	-o-box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	background: #fcfcfc;
}

div.form input[type=submit] {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e0e0e0',GradientType=0);
	background: -moz-linear-gradient(#f0f0f0, #e0e0e0);
	background: -webkit-gradient(#f0f0f0, #e0e0e0);
	background: -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background: -o-linear-gradient(#f0f0f0, #e0e0e0);
	background: -ms-linear-gradient(#f0f0f0, #e0e0e0);
	background: linear-gradient(#f0f0f0, #e0e0e0);
	padding: 5px 15px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	
	box-shadow: inset 0px 0px 0px 1px #f0f0f0;
	-webkit-box-shadow: inset 0px 0px 0px 1px #f0f0f0;
	-moz-box-shadow: inset 0px 0px 0px 1px #f0f0f0;
	-ms-box-shadow: inset 0px 0px 0px 1px #f0f0f0;
	-o-box-shadow: inset 0px 0px 0px 1px #f0f0f0;
	
}

div.form input[type=submit]:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0);
	background: -moz-linear-gradient(#f0f0f0, #ffffff);
	background: -webkit-gradient(#f0f0f0, #ffffff);
	background: -webkit-linear-gradient(#f0f0f0, #ffffff);
	background: -o-linear-gradient(#f0f0f0, #ffffff);
	background: -ms-linear-gradient(#f0f0f0, #ffffff);
	background: linear-gradient(#f0f0f0, #ffffff);
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
	margin-left: 8.5em;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

/*-----------------------------------------*/
#customers > dl > dt {
    float: left;
    width: 7em;
    text-align: right;
    padding-top: 10px;
}
/*---------------add images------------------*/


#form_box_product {
	z-index: 0;
	position: relative;
	}

#upload_image_product {
	position: absolute;
	right: 0px;
	top: 53px;
	width:350px;
	border: 1px solid #e1e1e1;
	background: #f3f3f3;
	padding: 5px;
	}

#upload_image_product p {
	margin-bottom: 5px;
	color: #000;
	}

#upload_image_product p span {
	color: #e00;
	}

#upload_image_product iframe {
	position: absolute;
	left: -9999px;
	}

#upload_image_product ul {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	float: left;
	}

#upload_image_product ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin: 0px 11px;
	width: 65px;
	}

#product_cat {
	float: left;
	color: #000;
	width: 400px;
	margin: 0.2em 0 0.5em 0;
	border: 1px solid #cfcfcf;
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	-webkit-box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	-moz-box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	-ms-box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	-o-box-shadow: inset 1px 1px 1px 0px #e8e8e8;
	background: #fcfcfc;
}

#product_cat label {
	float: left;
	width: 83px;
	position: relative;
	padding-left: 17px;
	}

#product_cat label input {
	margin: 0;
	position: absolute;
	left: 0;
}