/*   

Theme Name: Studio Signoretti

Theme URI: http://www.studiosignoretti.it

Description: Tema Studio Signoretti

Author: Sara Caliari

Author URI: http://www.aptadigital.it

Version: 0

.

All rights reserved.

.

*/



@import url("reset.css");
@import url("text.css");

body {
	margin: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
}

a, a:visited {
color: #027ba1;
}
a:hover {
color: #4FB1CF;
text-decoration: underline;
}
/* BOTTONI BLU */

.bluebutton {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	display:block;
	text-decoration: none;
	font-size: 12px;
	font-family:arial;
	margin: 0px 0px 0px 0px;
}
.bluebutton {
    width: 0; /* for IE only */
    overflow: visible;
}

.bluebutton[class] { /* IE ignores [class] */
    width: auto;
}
.bluebutton {
	background: transparent url( ../images/btn_right.gif ) no-repeat scroll right top;
	clear: left;
}
html>body .bluebutton {
	background: transparent url( ../images/btn_right.png ) no-repeat scroll right top;
	clear: left;
}
.bluebutton span {
	display: block;
	padding: 0px 0px 0px 15px;
	position: relative;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
}
.bluebutton span {
	background:  url( ../images/btn_left.gif ) no-repeat scroll left top;
	color: #FFFFFF;
}
html>body .bluebutton span {
	background: transparent url( ../images/btn_left.png ) no-repeat scroll left top;
	color: #FFFFFF;
}
.bluebutton:hover {
	background-position: 100% -22px;
	text-decoration: none;
}
.bluebutton:hover span {
	background-position: 0% -22px;
}
 .bluebutton::-moz-focus-inner {
border: none;
}



#top-menu .grid_4 .bluebutton {
	float:right;
	text-transform: uppercase;
	font-size:11px;
	font-weight:normal;
	background: transparent url( ../images/btn_right_dark.gif ) no-repeat scroll right top;
}
html>body #top-menu .grid_4 .bluebutton {
	background: transparent url( ../images/btn_right.png ) no-repeat scroll right top;
}
#top-menu .grid_4 .bluebutton span {
	padding: 6px 0px 0px 10px;
	width: 120px;
	line-height: auto;
	height: 16px;
	background: transparent url( ../images/btn_left_dark.gif ) no-repeat scroll left top;
}
html>body #top-menu .grid_4 .bluebutton span {
	background: transparent url( ../images/btn_left.png ) no-repeat scroll left top;
	padding: 0px 0px 0px 10px;
	width: auto;
	line-height: 22px;
	height: 22px;
}
html>body #top-menu .bluebutton:hover {
	background-position: 100% -22px;
}
html>body #top-menu .bluebutton:hover span {
	background-position: 0% -22px;
}
/* end BOTTONI BLU */




/* BOTTONI ARANCIO */
.orangebutton {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	display:block;
	text-decoration: none;
	font-size: 12px;
	font-family:arial;
	margin: 0px 0px 0px 0px;
}
.orangebutton {
    width: 0; /* for IE only */
    overflow: visible;
}

.orangebutton[class] { /* IE ignores [class] */
    width: auto;
}
.orangebutton {
	background: transparent url( ../images/btn_or_right.gif ) no-repeat scroll right top;
	clear: left;
}
html>body .orangebutton {
	background: transparent url( ../images/btn_or_right.png ) no-repeat scroll right top;
	clear: left;
}
.orangebutton span {
	display: block;
	padding: 0px 0px 0px 15px;
	position: relative;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
}
.orangebutton span {
	background:  url( ../images/btn_or_left.gif ) no-repeat scroll left top;
	color: #FFFFFF;
}
html>body .orangebutton span {
	background: transparent url( ../images/btn_or_left.png ) no-repeat scroll left top;
	color: #FFFFFF;
}
.orangebutton:hover {
	background-position: 100% -22px;
	text-decoration: none;
}
.orangebutton:hover span {
	background-position: 0% -22px;
}
 .orangebutton::-moz-focus-inner {
border: none;
}
/* end BOTTONI ARANCIO */

/* MODULI */
.message {
	border: 1px solid #E0EEEF;
	background: url(../images/information.png) no-repeat top left #EFFEFF;
	padding: 5px 5px 5px 30px;
	margin: 5px 0px;
}
.message.error {
	border: 1px solid #EFB3B5;
	background: url(../images/exclamation.png) no-repeat top left #FFCFD1;
}
.message.warning {
	border: 1px solid #EEEFA4;
	background: url(../images/error.png) no-repeat top left #FEFFBF;
}
.message.ok {
	border: 1px solid #ABEF95;
	background: url(../images/accept.png) no-repeat top left #CEFFBF;
}
.message h2 {
	margin: 0px 0px 5px 0px;
	font-size: 1em;
}
.message p {
	margin: 0px 0px 5px 0px;
	font-size: 1em;
}
#modulo {
	padding: 20px 0px 0px 0px;
	text-align:left;
	clear: both;
}
.box-registrati-container #modulo {
	padding: 0px 0px 10px 0px;
	float:left;
}
#modulo h2 {
        background-color: #DDD;
        font-size: 1em;
        padding: 2px 5px 2px 5px;
        clear:both;
		float: none;

}	
#inf_nome, #inf_cognome, #inf_email, #inf_telef1, #inf_telef2, #inf_date1, #inf_sesso, #inf_nasci_prov, #inf_nasci_comu,  #inf_resid_prov, #inf_resid_cap, #inf_resid_comu, #inf_resid_ind,  #inf_pers,  #inf_fax ,  #inf_indirizzo,  #inf_citta,  #inf_cap,  #inf_stato,  #inf_adulti ,  #inf_paese ,  #inf_nome2,   #inf_nome3,   #inf_email2,   #inf_email3,   #inf_captcha,   #inf_descr_immobile, #inf_login, #inf_password {
	margin: 6px 0px 0px 4px;
	padding: 0px 0px 3px 0px;
	font-size: .8em;
	line-height: .8em;
	display: inline;
}
#inf_date1, #inf_date2, #inf_resid_prov, #inf_datanasc {
	margin: 2px 0px 0px 4px;
	padding: 0px 0px 4px 0px;
	font-style: normal;
	font-size: .7em;
	display: inline;
}
#modulo p {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	
}
#modulo label {
        float: left;
        display: inline;
        width: 350px;
        font-size: .9em;
        font-weight: bold;
        padding-right: 10px;
        color: #333;
        text-align: right;
        clear: both;
    }
	
#modulo h3 {
		background-color: #EEE;
        float: left;
        display: inline;
        width: 350px;
        font-size: .9em;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
        color: #333;
        text-align: right;
        clear: both;
    }
	
	
.box-registrati-container #modulo label {
		text-transform: uppercase;
        font-weight: normal;
        width: 70px;
    }
    

#modulo input {
	margin: 0px 0px 7px 0px;
	padding: 1px 0px 0px 2px;
	display: inline;
}


#modulo select {
	margin: 0px 0px 7px 0px;
	padding: 1px 0px 0px 2px;
	display: inline;
}

html* #modulo input {
	margin: 0px 0px 5px 0px;
}

#modulo textarea {
	margin: 1px 0px 20px 0px;
	padding: 0px 0px 0px 2px;
	display: inline;
	float: left;
}

html>body #modulo textarea {
	margin: 1px 0px 5px 0px;
}

#modulo .riga_modulo {
	margin:0px 0px 0px 0px;
	padding:0px;
	width: 100%;
	vertical-align: top;
	clear: both;
	float: none;
}
html>body #modulo .riga_modulo {
	float: left;
}

#modulo #pulsante input {
	margin: 0px 0px 0px 50px;
	padding: 3px 10px 3px 10px;
}
#modulo #pulsante {
	clear:both;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 200px;
	height: 22px;
	float: left;
}

/* end MODULI */
