#form {
	width: 490px;
	background: #F3F2E4;
	border: 1px solid #E9E5CD;
	margin-top: 10px;
	margin-left: 14px;
	font-size: 13px;
}

#form h2 {
	color: #BD9968;
	margin: 0px;
}

#form h3 {
	color: #BD9968;
	margin: 0px;
}

#form input, #form select, #form textarea {
	border: 1px solid #999999;
}


#formHeader {
	height: 35px;
	background: #EDEBD6;
	border-bottom: 1px solid #E9E5CD;
	margin: 0px;
}

#formHeader h2 {
	font-size: 22px;
	font-weight: normal;	
	padding: 5px;
}


#formGeneral {
	position: relative;
	height: 200px;
}

#formProductLabel {
	position: absolute;
	top: 5px;
	left: 5px;
}

#formProductField {
	position: absolute;
	top: 23px;
	left: 5px;
	width: 320px;
}

.formInlineComments {
	color: #666666;
	font-size: 85%;	
	margin-left: 40px;
}

#formCategoryLabel {
	position: absolute;
	top: 5px;
	left: 345px;
}

#formCategoryField {
	position: absolute;
	top: 23px;
	left: 345px;
	width: 140px;
}

#formOperationLabel {
	position: absolute;
	top: 50px;
	left: 5px;
	width: 85px;
}

#formOperationField {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 165px;
}

#formPriceLabel {
	position: absolute;
	top: 50px;
	left: 280px;
	width: 85px;
}

#formPriceField {
	position: absolute;
	top: 50px;
	left: 345px;
	width: 120px;
}

#formCurrencyLabel {
	position: absolute;
	top: 50px;
	left: 470px;	
}

#formDescriptionLabel {
	position: absolute;
	top: 80px;
	left: 5px;
	width: 85px;
}

#formDescriptionField {
	position: absolute;
	top: 80px;
	left: 100px;
	width: 385px;
	height: 72px;
}

#formDescriptionComments {
	position: absolute;
	top: 160px;
	left: 110px;
	width: 375px;	
	font-size: 85%;
	color: #666666;
}

.formMore {
	position: relative;
	background-color: #EDEBD6;
	border: 1px solid #E9E5CD;
	margin: 5px;	
}

.formMore h3, #oldImages h3 {
	font-size: 18px;
	font-weight: normal;	
	padding: 5px;
}

#formSeller {
	height: 135px;
}

#formSeller div {
	padding-top: 2px;
}

#formSeller span {
	padding-left: 5px;
	font-size: 90%;
	color: #333333;
}

#formNameLabel {
	position: absolute;
	left: 5px;
	top: 55px;
	width: 90px;
}

#formNameField {
	position: absolute;
	left: 95px;
	top: 55px;
	width: 380px;
}

#formCityLabel {
	position: absolute;
	left: 5px;
	top: 80px;
	width: 90px;	
}

#formCityField {
	position: absolute;
	left: 95px;
	top: 80px;
	width: 156px;
}

#formCountryLabel {
	position: absolute;
	left: 273px;
	top: 80px;
	width: 90px;
}

#formCountryField {
	position: absolute;
	left: 318px;
	top: 80px;
	width: 156px;
}

#formPhoneLabel {
	position: absolute;
	left: 5px;
	top: 105px;
	width: 90px;	
}

#formPhoneField {
	position: absolute;
	left: 95px;
	top: 105px;
	width: 156px;
}

#formEmailLabel {
	position: absolute;
	left: 273px;
	top: 105px;
	width: 90px;
}

#formEmailField {
	position: absolute;
	left: 318px;
	top: 105px;
	width: 156px;
} 

#formImages {
	height: 210px;
	background: url(../images/browseButton.gif) 95px 50px no-repeat #EDEBD6;
}

#formImages span {
	padding-left: 5px;
	font-size: 90%;
	color: #333333;	
}

.formFileLabel {
	float: left;
	clear:left;
	width: 100px;
	padding-left: 5px;	
	padding-top: 7px;
}

.formFileField {
	float: right;
	font-size: 18px;
	margin-right: 10px;
	opacity: 0;
	filter:alpha(opacity=0);	
}

#filesList {
	clear: both;
	float: left;
	font-size: 90%;
	margin-left: 5px;
	margin-top: 5px;
	width: 460px;
}

#filesList span {
	display:block;
	float:left;
	overflow:hidden;
	width:400px;
	color: #000000;	
	margin-top: 2px;
	height: 12px;
}

#filesList input {
	clear:left;
	float:left;
	font-size:80%;
	margin: 1px 3px 2px 0px;
}

#oldImages {
	background-color: #EDEBD6;
	border: 1px solid #E9E5CD;
	margin: 5px;	
	overflow: hidden;
}

#oldImages .pictureWrapper {
	float:left;
	height:130px;
	padding:5px 10px;
	width:120px;
}

#oldImages .pictureWrapper span {
	display:block;
	font-size:90%;
	padding-left:25px;
}

#oldImages .wrapperClear {
	clear:both;
}

#formController span {
	color: #BD9968;
	display: block;
	margin-left: 5px;
}

#resetButton {
	background: url(../images/clearButton.gif);
	width: 63px;
	height: 47px;
	border: none !important;
	margin: 10px;
	cursor: pointer;
	cursor: hand;
}

#previewButton {
	background: url(../images/previewButton.gif);
	width: 380px;
	height: 47px;
	border: none !important;
	margin: 10px 5px;
	cursor: pointer;
	cursor: hand;
}

