/*http://www.domynex.com/strumenti/tabella-colori-esadecimali.php*/
/*sfondo colore campi obbligatori*/
select.obbl, input.obbl, textarea.obbl, div.obbl, span.obbl {background-color: #E3E4FA;}
input[type=text].px60 { width: 60px; }
input[type=text].px80 { width: 80px; }
input[type=text].px100 { width: 100px; }
input[type=text].px120 { width: 120px; }
input[type=text].px140 { width: 140px; }
input[type=text].px160 { width: 160px; }
input[type=text].px180 { width: 180px; }
input[type=text].px200 { width: 200px; }

/*http://www.html.it/pag/18949/cambiare-il-cursore-del-mouse/*/
/*link non url ma che eseguono javascript*/
.noiva { 
	cursor: pointer; 
}

body { cursor: default; }

.inglese {	color:#ff0000;}
.grassetto {font-weight: bold;}
.centrato { text-align: center;}


/*http://www.web-link.it/xhtml/14tabelle2.html*/
table {  
	
	border-spacing: 5px;        
	border-collapse: collapse; /* separate;   */
	padding: 5px;
}
td {
	border: solid 1px;
   /* height: 30px;*/
    vertical-align: top;
	border: solid 2px #000000;
}

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	/*width: 370px;*/
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
/*	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;*/
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
/*	background: url(../images/cmxform-divider.gif) left bottom repeat-x;*/
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }




/*responsive*/

.page .entry-content {
    padding-top: 0;
}

/*.site-content .entry-content, .site-content .entry-summary, .page-content {
    padding: 12px 10px 0;
}*/


 .entry-content {
/*    padding: 12px 10px 0;*/
}


input[type=button], input[type=reset], input[type=file], input[type=image], input[type=submit], input[type=radio], input[type=checkbox], select {
    width: auto;
}

button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox], label, select {
    cursor: pointer;
}

input, select {
    border: 1px solid black;
    padding: 4px 12px;
}

button, input, select, textarea {
    margin: 0;
    vertical-align: middle;
}

input[type=reset], input[type=submit] {
    width: auto;
	color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom,#444,#222);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    -webkit-appearance: button;
    input[type=submit] {
    display: inline-block;
    text-align: center;
}
    

