body {
    margin: 0;
    padding: 0px;
    background: #f7f7f7;
    font-family: Helvetica, Arial;
}
#messagebox {
    text-align: center;
    padding: 10px;
    position: relative;
    top: 30px;
    font-size: 12px;
    display: none;
}
.red {
    color: #ba2020;
}
.blue {
    color: #241fba;
}
#loginborder {
    width: 400px;
    height: 350px;
    margin: 10px auto;
}
#loginbox {
    margin: 10px auto;
    padding: 20px;
    width: 350px;
    height: 340px;
    background: white;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    top: 50px;
}
#recovery {
    display: none;
    width: 100%;
}
#recovery p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}
#loginbox.error {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(255, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 19px 0px rgba(255, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 19px 0px rgba(255, 0, 00, 0.2) !important;
}
#loginbox.info {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 255, 0.2) !important;
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 255, 0.2) !important;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 255, 0.2) !important;
}
#loginbox h1 {
    font-size: 22px;
    color: #404040;
    text-align: center;
    margin-bottom: 30px;
}
#loginbox input[type=text],
#loginbox input[type=tel],
#loginbox input[type=password],
#loginbox label {
    display: block;
    width: 100%;
    height: 20px;
}
#loginbox input[type=tel] {
    margin-bottom: 18px;
}
#loginbox label {
    font-size: 14px;
    margin: 5px 0px;
    text-shadow: 1px 1px 11px #DDD;
    color: #363636;
}
input[type=text],
input[type=tel],
input[type=password],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(44, 131, 197, 0.3);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(44, 131, 197, 0.3);
}
.boxfooter {
    font-size: 12px;
    line-height: 60px;
    height: 60px;
    padding: 0px 10px;
    margin-top: 15px;
}
.boxfooter a,
#backLogin {
    color: #2c83c5 !important;
    font-size: 12px;
}
#backLogin {
    text-align: center;
}
#pagefooter {
    text-align: center;
    font-size: 10px;
    text-shadow: 1px 1px 11px #DDD;
    z-index: 800;
    color: #363636;
    position: relative;
    top: 50px;
    padding: 10px;
}
#header {
    background: #2c83c5;
    color: white;
    height: 50px;
    line-height: 50px;
}
#header .dropdown {
    color: black;
}
#headerContainer,
#pageContainer {
    width: 960px;
    margin: 0px auto;
}
#pageContainer {
    margin-top: 15px;
}
#header h1 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 3px 0px 6px rgba(150, 150, 150, 0.8);
}
#header .right {
    font-weight: 200;
}
.right {
    float: right;
}
.left {
    float: left;
}
header a.dropdown-toggle {
    color: white !important;
}
.iconstyle {
    margin-top: 11px;
    color: #337ab7;
}
.prodottoRow a {
    margin-top: 2px;
}
.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff
}
.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
    background-color: #f6f6f6
}
.myButton:active {
    position: relative;
    top: 1px
}