/**************************************** FORM *****************************************/

fieldset
{
	
	margin-bottom: 15px;
	border: 1px solid #430108;
	padding: 10px;
}

legend
{
	color:#430108;
float:left;
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size:16px;
font-weight:normal;
margin:0;
}

form
{
		font-size: 13px;
    color: #333333;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.form {
	margin-top: 20px;
	padding: 0;
	width: 430px;
	display: block;
}
.form .form_item {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
.form .form_item.required label:after {
	content: '*';
}
.form .form_item label {
	font-size: 12px;
	line-height: 16px;
	width: 200px;
}
.form .form_item .text {
	height: 24px;
	width: 200px;
	padding: 2px;
}
.form .form_item.auto_height {
	height:auto;
}
.form .form_item.html {
	width: 600px;
}
.form .form_item.textarea {
	height: 230px;
	width: 400px;
}
.form .form_item.textarea .input textarea {
	height: 200px;
	width: 398px;
}
.form .form_item.date input {
	width: 156px;
}
.form .form_item.text input {
	height: 20px;
	width: 196px;
	margin: 0;
	padding: 0;
}
.form .form_item.wide {
	width: 400px;
}
.form .form_item.wide.text input {
	width: 398px;
}
.form .form_item.auto_height {
	height: auto;
}
.form .form_item.select.multiple {
	height: auto;
}
.form .form_item.wide.select .input select {
	width: 398px;
	margin-bottom: 4px;
}
.form .form_item.select select {
	height: 22px;
	width: 196px;
}

.form .form_item.select select.time {
	height: 22px;
	width: 50px;
}
.form .action {
	margin: 0 auto;
	height: 50px;
	width: 400px;
	clear: both;
}
.form .action input {
	height: 27px;
	text-align: center;
	font-size: 14px;
}
.form .action .submit, form .action .reset {
	padding: 10px;
	float: left;
}
#contentarea_text
{
	width: 700px;
}
#product_description_short
{
	display: none;
}