#index_content.full-width {
    width: auto;
    float: none;
}

h1.title,
#materiale .title_wrapper {
    margin-top: 11px;
    font-size: 23px;
    font-weight: bold;
    color: #007DC3;
}

.subtitle {
    font-size: 13px;
}

textarea.gray { height: 150px; }
select { width: 200px; }
input[type=text].gray, input[type=url].gray, 
input[type=email].gray, textarea.gray {
    position: relative;
    background-color: #e2e2e2;
    color: #000;
    font-size: 13px;
    text-indent: 10px;
    padding: 4px 3px;
    border: 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 8px 0px 0px 0px;
}

.field {
    float: left;
    clear: left;
    margin: 5px 0px 0px 0px;
}

.field > label {
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: right;
    margin: 0px 20px 0px 0px;
    font-weight: bold;
    font-size: 13px;
}

.field > label.required {
    color: #3E3E3E;
}

.field .submit, #materiale-nuovo .submit {
    position: relative;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    background-color: #9FC54E;
    color: white;
    height: 25px;
    padding: 0px 15px;
    margin: 30px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    border: 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}


.message-ok {
    background: #F1F6E5 url('/skins/delirio/img/success.png') no-repeat 5px 50%;
    display: block;
    margin-top: 55px;
    margin-bottom: -40px;
    margin-left:5px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    width:935px;
}
.message-ok.transazione,
.alert.transazione,
#materiale .error.transazione {
    font-size: 15px;
    margin: 10px 0 0 0;
    overflow: hidden;
    width: auto;
}

.alert.transazione,
.error.transazione {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 40px;
}

.message-ok span,
.alert.transazione span,
.error.transazione span {
    color:#1F1F1F;
    font-size:12px;
    font-weight: normal;
}

.message-ok span.green,
.message-ok.transazione {
    color:#9FC54C;
    font-family: Arial, sans-serif;
    font-size: 15px;
    height: auto;
    padding: 10px 0 10px 40px;
    line-height: 20px;
    font-weight: bold;
}

/** User Badge */

.user-badge,
.user-badge-info,
.user-badge-balloon,
.user-badge .picture,
.user-badge .profile {
    position: relative;
    float: left;
    overflow: hidden;
    height: 50px;
    font-size: 12px;
    color: #666;
}
.user-badge {
    clear: both;
    margin: 10px 0;
}
.user-badge-info {
    width: 214px;
}
.user-badge-info .picture {
    width: 50px;
    margin: 0 9px 0 0;
}
.user-badge-info .profile {
    width: 155px;
}
.user-badge-info .profile p {
    margin: 3px 9px 3px 0;
}
.user-badge-balloon {
    width: 446px;
    line-height: 50px;
    background: #fff url('../img/utente/balloon.png') no-repeat 50% 50%;
}
.user-badge-balloon p {
    margin: 0 18px 0 28px;
}

/** SEO text to images */

.btn-txt {
    display: inline-block;
    overflow: hidden;
    height: 16px;
}
.btn-txt:hover {
    background-position: 0 -16px;
}
.btn-contatta {
    width: 46px;
    background: #fff url('../img/btn-contatta.png') no-repeat 0 0;
}
.btn-assistenza {
    width: 110px;
    background: #fff url('../img/btn-assistenza.png') no-repeat 0 0;
}
.btn-segnala {
    width: 92px;
    background: #fff url('../img/btn-segnala.png') no-repeat 0 0;
}
.btn-problemi {
    width: 210px;
    background: #fff url('../img/btn-problemi.png') no-repeat 0 0;
}
.btn-stampa {
    width: 46px;
    background: #fff url('../img/btn-stampa.png') no-repeat 0 0;
}

.icon-message,
.icon-warning,
.icon-stampa {
    display: inline-block;
    height: 15px;
    padding: 4px 0 4px 25px;
}
.icon-message {    
    height: 12px;
    background: #fff url('../img/icon-set-menu.png') no-repeat 0 -46px;
}
.icon-warning,
.icon-stampa {
    background: #fff url('../img/icon-set-article.png') no-repeat 0 0;
}
.icon-message:hover {
    background-position: 0 -63px;
}
.icon-warning {
    background-position: 0 -45px;
}
.icon-warning:hover {
    background-position: 1px -114px;
}
.icon-stampa {
    background-position: 0 0;
}
.icon-stampa:hover {
    background-position: 0 -68px;
}

/** Social bar */

.social-bar,
.social-bar li {
    position: relative;
    float: left;
}
.social-bar {
    width: 660px;
    clear: both;
    margin: 8px 0
}
.social-bar li {
    margin: 0 12px 0 0;
}


.box-title {
    margin: 0 0 10px;
    padding: 0 0 3px 13px;
    position: relative;
    border-bottom: 3px solid #007DC3;
    z-index: 99;
}
.box-title>.title {
    background: url('/skins/delirio/img/box_title_label.png') no-repeat bottom left;
    bottom: -10px;
    color: #007DC3;
    display: block;
    float: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    padding-bottom: 9px;
    position: relative;
}

.social_alternate_box{
    margin: 10px 0px 5px 0px;
}

.social_bar_box ul{
    margin: 5px;
}
.social_bar_box div{
    display: block;
}

.social_bar_box ul li{
    margin: 0px 20px;
}

.social_bar_box ul.utility_buttons{
    height: 25px;
}

.social_bar_box ul.utility_buttons li a{
    float: left;
    font-size: 12px;
    color: #007DC3;
    margin-right: 10px;
}

.header-profile img {
    max-width: 100%;
}