/*************************************************************/
/*                                                                Popup d'accès à l'extranet */
/*************************************************************/

body#popupExtranet {
    text-align: center;
    padding: 0; margin: 0;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #544E79;
    background: transparent url(/CDG85/global/images/bgBody.gif) repeat;}

#popupContent {
    width: 300px;
    padding: 10px;
    margin: 0 auto 0 auto;
    text-align: left;}

input, select, textarea {
    font-family: "Arial", Verdana, sans-serif;
    font-size: 11px;
    color: #110844;
    border: 1px #C3C1D0 solid;}

fieldset {border: 1px #C3C1D0 solid; padding: 10px 5px 10px 5px;}

label {
    display: block;
    width: 125px;
    margin-right: 5px;
    text-align: right;}

label, input {float: left;}

legend {font-weight: bold;}

p {height: 15px;}

#valider {text-align: right;}
#valider input {width: 80px; margin-left: 138px; background-color: #C3C1D0}

p.error {height: auto; color: #cc0000; font-weight: bold; text-align: center;}

.accesExtranet #valider {border: 0;}
.accesExtranet #valider input {width: 120px; margin-left: 90px;}
.accesExtranet legend {margin-bottom: 10px;}