
#form form input[type="text"],
#form form textarea,
#form form div.box_form div.fld_container div.editor-field input[type="text"],
#form form div.box_form div.fld_container div.editor-field input[type="password"]{
	color: #000000;
	font-size:13px;
	background-color:#f4f3f3;
    border: 1px solid #f4f3f3;
	padding:0 10px;
	/*line-height:40px;*/
	font-family: "Open Sans",sans-serif;
}

#form{
	float:right;
	overflow: hidden;
	color:#36373e;
	width:100%;
	font-size: 14px; 
	line-height: 18px;
}

#form .text_left,
#form .box_form{
	width:580px;
	float:left;
}

#form .text_right,
#form .mess{
	float:right;
	width:340px;
}

#form .form_field{
	min-height:86px;
	float:left;
	width:280px;
}

#form .form_box{
	overflow:hidden;
	float:left;
	width:100%;
}

#form .form_field.form_field_right{
	float:right;
}

#form .form_field.message{
	min-height:155px;
	float:left;
}

#form form label{
	font-family: "Didact Gothic",sans-serif;
	font-size:21px;
	margin-bottom:10px;
	width:100%;
	float:left;
	color:#36373e;
}

#form input[type="text"],
#form input[type="password"]{
	height:40px;
	width:258px;
}

#form form textarea{
	width:318px;
	height:105px;
	line-height:20px;
    resize: none;
	padding:10px;
	margin:0px;
}

#form div.errorfldmsg,
#form div.errorfldmsg1,
#form div#errorsummary.errorsummary,
#form div#errorsummary.login{
	display:none;
	float:left;
}

#form form div#errorsummary p{
	display:none;
}

#form div.errorfldmsg,
#form div.errorfldmsg1,
#form form div.box_form div.fld_container div.editor-field span.field-validation-error{
	width: 100%;
	color:#8a3002;
	font-size:14px;
	margin:5px 0 15px;
}

#member_login #form form div.box_form div.fld_container div.editor-field span.field-validation-error{
	float:left;
}

#form .form_field.error > input,
#form .message.error > textarea,
#form form div.box_form div.fld_container div.editor-field input[type="text"].error,
#form form div.box_form div.fld_container div.editor-field input[type="password"].error{
    border:1px solid #8a3002;
}

#form .chk_p{
	width:100%;
	min-height:60px;
	float:left;
	font-size:12pt;
	letter-spacing:1pt;
}

#form .chk_p .priv{
	float: right;
    margin-bottom: 0;
    width: 700px;
	color:#5c5c5c;
}

#form .chk_p .priv a{
	color: #000000;
	letter-spacing:0pt;
	font-size:13pt;
}

#form .chk_p .priv a:hover{
	text-decoration:underline;
}

#form div.chk_p div.priv span{
	text-transform:uppercase;
	font-size:15px;
	font-weight:700;
	width:100%;
	float:left;
	overflow:hidden;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
}

#form div.chk_p div.errorfldmsg{
	float: left;
    margin-bottom: 10px;
	width:auto;
}

#form .btns{
	width:100%;
	float:left;
	margin-top:20px;
}

#form .btns a#invia{
	color: #36373e;
	background-color:#ff9423;
	font-size:21px;
	float:right;
	line-height:38px;
	width:auto;
	text-align:center;
	padding:0 35px;
	text-transform:uppercase;
	font-weight:700;
}

#form .btns input#page_login{
	border:none;
	background-color:inherit;
	cursor:pointer;
}

#form .btns a#invia img,
#form.login .btns img{
	margin-left:10px;
}

#form.login .btns img{
	float:right;
	cursor:pointer;
}

#form .btns a#invia:hover,
#form .btns input#page_login:hover,
#form.login .btns img:hover + input#page_login{
	background-color:#F4F3F3;
}

#form div#errorsummary,
#form div#formcontatti_confirm,
#form form div#errorsummary p{
	color:#8a3002;
	font-size:18px;
	width:100%;
	margin-top:10px;
	text-align:right;
	height:auto;
	line-height:22px;
}

#form.login div#errorsummary{
	float:left;
}

#form div#formcontatti_confirm{
    color:#D3AE00;
	width:100%;
	float:left;
}

#form div.chk.form_field{
	width:580px;
}

#form div.text_right div.chk.form_field{
	width:340px;
	margin-top:10px;
}

#form div.chk_text label{
	float:left;
}

#form div.chk_text label span.text{
	float:right;
	width:540px;
	font-family: "Didact Gothic",sans-serif;
	font-size:16px;
	color:#717171;
	text-transform:none;
	letter-spacing:1px;
}

#form div.text_right div.chk_text label span.text{
	width:300px;
}

#form div.chk_text label span.text a{
	text-decoration:underline;
}

#form div.chk_text label span.text a:hover{
	color:#d3ae00;
}

#form div.chk_text input#privacy[type="checkbox"]{display:none;margin-right:20px;}

#form div.chk_text input#privacy[type="checkbox"] + label span.radio_chk{
    background-image: url("/img/privacy_chk.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:75px 25px;
    cursor: pointer;
    float: left;
    height: 25px;
    width: 25px;
	margin:5px 15px 5px 0;
}

#form div.chk_text input#privacy[type="checkbox"]:checked + label span.radio_chk,
#form div.chk_text .error input#privacy[type="checkbox"]:checked + label span.radio_chk{
    background-image: url("/img/privacy_chk.jpg");
	background-repeat:no-repeat;
	background-position:-25px top;
	background-size:75px 25px;
}

#form div.chk_text .error input#privacy[type="checkbox"] + label span.radio_chk{
    background-image: url("/img/privacy_chk.jpg");
	background-repeat:no-repeat;
	background-position:-50px top;
	background-size:75px 25px;
}

#form div.note{
	float:left;
	color:#717171;
	font-weight:400;
	font-style:italic;
	font-size:13px;
	text-transform:none;
	letter-spacing:1px;
	width:100%;
}

/*captcha*/

#form div#formcontatti_confirm.error{
	color:#EA2038;
}

div#form form#formcontatti div.captcha {
    float: left;
    margin:10px 0 15px;
    overflow: hidden;
	width:100%;
}

#contenitore.Gioielli div#form form#formcontatti div.captcha {
	margin:15px 0 0;
}

div#form form#formcontatti div#captcha_img {
	width:auto;
}

div#form form#formcontatti div#captcha_img img{
	width:280px;
	height:88px;
}

#contenitore.Gioielli div#form form#formcontatti div#captcha_img{
	margin-top:15px;
}

div#form form#formcontatti div#captcha_input.error input{
	border:1px solid #8a3002;
}

div#form form#formcontatti input#imail_capchaver{
	float:left;
	margin:0px;
	width: 258px;
}

div#form form#formcontatti div.capcha a{
	float:left;
	margin-top:5px;
}

div#form_contact div.errorfldmsg,
div#form_contact div.errorfldmsg1, 
div#form_contact div.errorfldmsg2, 
div#form_contact div.errorsummary {
	float:left;
}

/* recaptcha */
#recaptcha_image,  
#recaptcha_image img   
{  
	width: 180px !important;  
	cursor: pointer;  
}  
#recaptcha_image img:hover  
{  
	position: absolute;  
	width: 280px !important;  
}  
.recaptcha_only_if_image,  
.recaptcha_only_if_audio  
{  
	display: block;  
}  

/* form pagina contatti*/

#contatti_PaginaContatti{
	float:left;
}

#contatti_PaginaContatti #form,
#contatti_PaginaContatti #form .text_right, 
#contatti_PaginaContatti #form .mess,
#contatti_PaginaContatti #form div.text_right div.chk.form_field{
	width:580px;
}

#contatti_PaginaContatti #form form textarea{
	width:558px;
}

#contatti_PaginaContatti #form div.text_right div.chk_text label span.text{
	width:540px;
}

/*bootstrap css*/

.btn {
	display: inline-block;
	padding: 0 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	/*border-radius: 4px;*/
}

/*

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
*/
.btn-warning {
	color: #fff;
	background-color: #FE9845;
	border-color: #FE9845;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #201f1f;
	/*background-color: #ec971f;
	border-color: #d58512;*/
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

/*----*/

.upload{
	float:left;
	margin:10px 0 15px;
}

.upload input[type="file"],
.upload p{
	color:#201f1f;
	font-family: "Open Sans",sans-serif;
	font-style:italic;
	font-size:13px;
	font-weight:400;
	letter-spacing:1px;
}

.upload input[type="file"]{
	width: 70px;
}

.upload p{
	display:none;
	letter-spacing:0px;
	width:auto;
	float:left;
	line-height:18px;
	cursor:default;
}

.upload p#nofile{
	display:block;
}

.upload .fileicon{
	margin:20px 0 0;
	overflow:hidden;
	float:left;
	width:100%;
}

.upload .fileicon img{
	float:left;
	margin-right:10px;
}

.fileinput-button.error{
	border:	1px solid #8a3002;
}

.fileinput-button.error span{
	color:#8a3002;
}

.fileinput-button span{
	text-transform:uppercase;
	font-size: 14px;
    letter-spacing: 1pt;
	line-height: 30px;
    position: absolute;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: relative;
    right: 0;
    top: 0;
	z-index:1;
}

#progressbar
{
	display:none;
	margin-top:10px;
	width:280px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	/*border-radius: 13px; /* (height of inner div) / 2 + padding */
	/*padding: 3px;*/
	float:left;
}

#progressbar > div
{
	background-color: #fe9845;
	width: 0%; /* Adjust with JavaScript */
	height: 30px;
	/*border-radius: 10px;*/
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
