.form textarea, .form input[type="text"], .form input[type="password"], .form select {
	display:inline-block;
	border: 1px solid #9E9E9E;
	padding: 6px;
	color: #666;

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6');
	font-weight: bold;
}

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

.form select {/*height: 26px;*/}

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

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6');

	text-align: center;
	font-weight: bold;
}

#carrinho{
	width:100%;
}

.addcart .addtocart-button{
	xpadding:4% 18% 4% 18%;
    background-color: #d61a0c;
    width:100%;
    height: 70px;
	border: 1px #d61a0c solid;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
	font-family:'Vinkel-Regular';
	cursor: pointer;
}

.addcart .addtocart-button:hover{
    background-color: #fff;
    color: #d61a0c;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


.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;
	padding-top:1.3rem;
	line-height: 1.7rem;
	vertical-align: top;
	font-size: 1.7rem;
	color: #808080;  
	width: 14rem; /* Width of labels */
	text-align: right;
	margin-right: 2%;
}
.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: 0px 0px 16px 0px;
  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="date"], .customform input[type="password"], .customform select {
	border: 1px solid #9e9e9e;
	padding: 1.2rem 4rem 1.8rem 2rem;
	color: #0072c6;
	/*border-radius:25px;*/	
}

.center{
		text-align: center;
}

.customform input[type="button"], .customform input[type="submit"], .customFormButton{
    display: inline-block;
    margin: 1rem 0rem;
    padding: 1.1rem 2rem 1.1rem 2rem;
	font-size: 1.5rem;
    line-height: 2rem;
	text-transform:uppercase;
	background-color: #333; /*#99cc33;  /*#99cc33;*/
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border:0;	
}
.customform input[type="button"]:hover, .customform input[type="submit"]:hover, .customFormButton:hover{
	color: #07b3e0;
	border:0;
}

input.ui-form-button-reset, form button.ui-form-button-reset{
	padding: 4px 12px !important;
	line-height: 28px;
	color: #fff;
	background-color: #cbcfce;
	border: 0px solid #cbcfce;
	text-transform: uppercase;
}
input.ui-form-button-reset:hover, form button.ui-form-button-reset:hover{
	background-color: #c0c5c4;
	border: 0x solid #cbcfce;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;	
}
input.ui-form-button-submit, form button.ui-form-button-submit{
	color: #0392FF;
	background-color: #c2efff;
	border: 1px solid #c2efff;
}
input.ui-form-button-submit:hover, form button.ui-form-button-submit:hover{
	color: #fff;
	background-color: #0392FF;
	border: 1px solid #c2efff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;	
}


.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 #C00000 !important;/* #95c700 */
}

.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;
}

ol.garantias li, ul.garantias li {
    vertical-align: top;
    width: 30rem;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
	padding:1rem 2rem;
	font-size:1.4rem;
}
