.form textarea, .form input[type="text"], .form input[type="password"], .form select {
	border: 1px solid #9E9E9E;
	padding: 4px;
	color: #666;
	background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f6f6f6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

.form input[type="text"], .form input[type="password"]{
	height: 12px;
}

.form select {
	height: 26px;
}


.addcart input[type="text"]{
	width: 25px;
	height: 12px;
	color: #666;

	background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f6f6f6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
}

#comprarArt {
width: 53px;
height: 56px;
background: url('/images/carrinhoComprasProd.png') transparent no-repeat;
border: none;
cursor: pointer;
}

.addcart .addtocart-button{
	color: #313131;
	font: 16px 'PakenhamRg-Regular', sans-serif;
	line-height: 16px;
	font-weight: bold;
	text-shadow: #fff 1px 1px 2px;
	width: 100%;
	background: url('/images/bt_addcart_40_42.png') #eaeaea no-repeat 95% center;
	border: 1px solid #cccccc;
/*
	text-align: left;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px #c9c9c9;
	-moz-box-shadow   : 1px 1px 1px 1px #c9c9c9;
	box-shadow        : 1px 1px 1px 1px #c9c9c9;
*/
	cursor: pointer;
	padding: 14px 50px 12px 5px;
	margin-top: 8px;
	white-space:normal;
}

.addcart .addtocart-button:hover{
	background-color: #e3e3e3;
}

.form h3 a.ui-button:hover{
	color: #fff;
}




.customform label.mandatory:after {
    color: #FF0000;
    content: " *";
    font-size: 13px;
}

.customform fieldset {
  margin-bottom: 15px;
}
.customform legend {
  padding: 0 2px;
  font-weight: bold;
}
.customform label {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
  font-size: 12px;
  font-family:'Ubuntu',Helvetica,sans-serif; 
  color: #222222;  
  width: 160px; /* Width of labels */
	text-align: right;
	margin-right: 15px;
  
}
.customform label.data-label {
  width: auto; /* Width of labels */
	text-align: left;
}

.customform label span a{
  display: block;
  line-height: 13px;
  vertical-align: top;
  font-size: 11px;
}
.customform label span {
  display: block;
  line-height: 13px;
  vertical-align: top;
  font-size: 11px;
}
.customform fieldset ol {
  margin: 0;
  padding: 0;
}
.customform fieldset > ol > li {
  list-style: none;
  padding: 3px;
  margin: 0px;
  border-bottom: 1px dotted #e3e3e3;
}
.customform fieldset > ol > li.no-border {
  border-bottom: 0px none;
}

.customform fieldset > ol > li:first-child{
	padding-top:8px;
}

.customform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.customform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.customform fieldset fieldset label {
  width: auto;
}

.customform fieldset fieldset span.labelspace{
	display: inline-block;
	width: 275px; /* .customform label Width plus 15px (margin space) */
}
.customform fieldset fieldset label, .customform fieldset label.label-input {
	text-align: right;
	margin-right: 15px;
	width: auto;
}

.customform textarea, .customform input[type="text"], .customform input[type="password"], .customform select {
	border: 1px solid #9E9E9E;
	padding: 4px;
	color: #666;
	background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f6f6f6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

.center{
		text-align: center;
}

.customform input[type="button"], .customform input[type="submit"], .customFormButton{
	min-width: 120px;
	background-color: #ededed;
	border: 1px solid #c9c9c9;
	color: #333;
	text-shadow: #d6d6d6 1px 1px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
/*
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	*/
	text-transform: uppercase;
	font-size:16px !important;
	
	margin: 2px;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle; 
	text-align: center;
	zoom: 1;
}
.customform input[type="button"]:hover, .customform input[type="submit"]:hover, .customFormButton:hover{
	background: #95c700;
	border-bottom: 1px solid #DDD;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

.customform fieldset p{
	font-size: 12px !important;
	height: 15px !important;
	line-height: 16px !important;
	margin: 0px !important;
	padding: 3px !important;
}

.customform2 {
  margin-top: 20px;
}

.customform2 fieldset li {
  list-style: none;
  padding: 3px;
  margin: 6px 0px;
  border: 0px none #fff;
}

.customform2 label {
  width: 180px; /* Width of labels */
}

.customform .fieldFocus{
	border: 1px solid #95c700 !important;
}

.customform .fieldError{
	border: 1px solid #FF4D4D !important;
}

.customform .fieldError.fieldFocus{
	border: 1px solid #8B008B !important;
}

/* captcha */
.captchaFieldset{
	margin-top:20px;
}

.captchaBlock{
	display:inline-block;
}

.captcha{
	width:155px;
	display:block;
	margin-top:6px !important;
}