﻿
input, select, textarea
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #a7a7a7;
    padding: 5px 6px;
    vertical-align: middle;
    color: #36515B;
}

input[type="radio"]
{
    vertical-align: baseline;
    border: 0px;
}

input[type="text"]:focus
{
    background-color: #ffffd6;
}

input[type="email"]:focus
{
    background-color: #ffffd6;
}


input[type="password"]:focus
{
    background-color: #ffffd6;
}

input[type="image"]
{
    border: 0px;
}

div#divLoginActions
{
}

div#divLoginActions ul
{
    margin: 0;
    padding: 0;
}

div#divLoginActions li
{
    list-style: none outside none;
    margin: 8px 0 0;
}

.validation-summary-errors
{
    color: #C4160C;
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px 0 0 78px;
    background-image: url("/Images/alert.png");
    background-repeat: no-repeat;
    background-position: 60px 5px;
}

.validation-summary-errors ul
{
    margin: 0;
    padding: 0;
}

.validation-summary-errors li
{
    display: inline;
    list-style: none outside none;
    margin: 0;
}

.text-box
{
    width: 320px;
}

.editor-label
{
    width: 70px;
}

.field-validation-error
{
    color: #D70002;
    padding-left: 5px;
}



.divRigoSeparatore
{
    background-color: #D70002;
    height: 2px;
    width: 320px;
    margin-top: 5px;
}

.input-validation-error
{
    border: 1px solid #D70002;
}

#divLinkInformativa
{
    color: #D70002;
    font-weight: bold;
    cursor: pointer;
}

#divTitoloIscrizione
{
    font-size: 14px;
    font-weight: bold;
    color: #75A435;
    text-decoration: none;
    font-size:14px;
}


#divTitoloIscrizione_error
{
    font-size: 14px;
    font-weight: bold;
    color: #d70002;
    text-decoration: none;
    font-size:14px;
}


#formContainer .select-box
{
    width: 320px;
}

#formContainer textarea#TESTO
{
    width: 640px !important;
    height: 300px !important;
}

#formContainer textarea#ABSTRACT
{
    width: 640px !important;
    height: 80px !important;
}

#formContainer textarea#VIDEO
{
    width: 640px !important;
}

.mceEditor
{
    background-color: white !important;
}

div#divUserMessage {
    height: 20px;
    width: 258px;
}