@CHARSET "UTF-8";

.error-message {
    display: none;
    color: red;
}

.form {
    float:left;
    position:relative;
    margin-left:10px;
}

#user_email, #user_pwd {
    width: 100px;
    margin: 2px 1px 0 0;
}

/*------------ LOGIN ----------*/


#form_account {
    margin: 30px;
    text-align: center;
}

#form_account input {
    text-align: center;
    cursor: pointer;
}

#account_data {
    height: 500px;
}

#account_fatt {
    float: left;
    text-align: left;
}	

#account_sped {
    text-align: left;
}

.account_title_fatt, .account_title_sped {
    line-height: 3;
    font-size: 13px;
    font-weight: bold;	
}

#account_fatt label, #account_sped label {
    margin-top: 5px;
    width: 150px;
    height: 25px;
    text-align: left;
}

#account_fatt input, select {
    width: 250px;
    margin-right: 50px;
    text-align: left;
}

#account_sped input, select {
    width: 250px;
    text-align: left;
    height: 25px;
}

#account_sped textarea {
    resize: none;
    height: 120px;
    width: 250px;
}

/* ------ REGISTRAZIONE -----*/

#form_signup {
    margin: 30px;
}

#form_signup label {
    margin-top: 5px;
    width: 190px;
    height: 25px;
    text-align: left;
}

#form_signup input[type="text"],  #form_signup input[type="email"], #form_signup input[type="password"], #form_signup select {
    width: 250px;
    height: 25px;
    margin-right: 50px;
    text-align: left;
}

#form_signup .input_check input[type="checkbox"] {
	margin-top: 7px;
	margin-right: 20px;
	float: left;
}

#best_price label {
    margin-top: 5px;
    text-align: left;
}

#best_price input[type="text"], input[type="email"], input[type="password"], select {
    width: 250px;
    height: 25px;
    margin-right: 50px;
    text-align: left;
}

#anti_spam {
    width: 50px !important;
}

.input_signup {
    text-align: center !important;
    margin: 20px 0 0 193px;
    width: 100px !important;
    cursor: pointer;
}

.nuova_registrazione {
    margin: 10px 0 0 194px !important;
}

/* ------ RESET PASSWORD -----*/

#form_reset {
    margin: 30px;
    min-height: 250px;
}

#form_reset label {
    margin-top: 5px;
    width: 100px;
    height: 25px;
    text-align: left;
}

#form_reset input[type="text"] {
    width: 250px;
    height: 25px;
    margin-right: 50px;
    text-align: left;
}

.input_reset {
    text-align: center !important;
    margin: 20px 0 0 103px;
    width: 180px !important;
    cursor: pointer;
}

.nuova_pass {
    margin: 10px 0 0 105px !important;
}

/* ------ AREA RISERVATA -----*/

.page_selected {
    border-top-right-radius: 10px;
    padding: 10px;
    border-right: 2px dotted #ccc;
    border-top: 2px dotted #ccc;
    border-left: 2px dotted #ccc;
    border-bottom: 2px solid white;
    text-decoration: none;
    cursor: default;
}

.page_unselected {
   background: #eee;
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    border-top-right-radius: 10px;
    padding: 10px;
    border-left: 2px dotted #ccc;
    border-right: 2px dotted #ccc;
    border-top: 2px dotted #ccc;
    text-decoration: none;
}

.page_unselected:hover {
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 );
    background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);  
}

.order_status {
    min-height: 250px;
    width: 94% !important;
    margin: 30px !important;
}




