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

#form h2 {
	color: #1F66A4;
	margin: 0px;
}

#form h3 {
	color: #1F66A4;
	margin: 0px;
}

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


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

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


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

#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;
	
}
#formFechaLabel {
	position: absolute;
	top:86px;
	left: 5px;
}

#formFechaField {
	position: absolute;
	top: 86px;
	left: 158px;
	width: 327px;
	
}

#formEsloraLabel {
	position: absolute;
	top: 50px!important;
	left: 5px!important;
	width: 50px;
}

#formEsloraField {
	position: absolute;
	top: 50px!important;
	left:55px!important;
	width: 128px;
	
}

#formCapacidadLabel {
	position: absolute;
	top: 50px;
	left: 195px;
}

#formCapacidadField {
	position: absolute;
	top: 50px;
	left: 275px;
	width: 90px;
	
}

#formAnhoLabel {
	position: absolute;
	top: 52px;
	left: 387px;
}

#formAnhoField {
	position: absolute;
	top: 50px;
	left: 425px;
	width: 60px;
	
}


#formOperationLabel {
	position: absolute;
	top: 115px;
	left: 5px;
	width:65px;
	height:900px;
	
}

#formOperationField {
	position: absolute;
	top: 115px;
	left: 75px;
	width: 410px;
	height:19px;
	
}

#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: 150px!important;
	left: 5px;
	width: 85px;
}

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

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

.formMore {
	position: relative;
	background-color: #D6EAF3;
	border: 1px solid #D6EAF3;
	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 #D6EAF3;
}

#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: #D6EAF3;
	border: 1px solid #D6EAF3;
	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:  #1F66A4;
	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;
}

