#comment_name, #comment_email, #forgot_email {
    height: 28px;
}

#localization {
    z-index: 1 !important;
}

.fill_in_button {
    font-size: 25px !important;
}

/***** Flash & error messages ****/
/*
#errorExplanation, div.flash, .nodata, .warning {
    padding: 4px 4px 4px 30px;
    margin-bottom: 12px;
    font-size: 1.1em;
    border: 2px solid;
}

div.flash {
    position: fixed;
    top: 30px;
    width: 942px;
    z-index: 20000;
}

div.flash.error, #errorExplanation {
    background: url(/National_Library/oe_/https://fr.shiduch.org/images/false.png) 8px 5px no-repeat;
    background-color: #ffe3e3;
    border-color: #dd0000;
    color: #550000;
}

div.flash.notice {
    background: url(/National_Library/oe_/https://fr.shiduch.org/images/true.png) 8px 5px no-repeat;
    background-color: #dfffdf;
    border-color: #9fcf9f;
    color: #005f00;
}

div.flash.warning {
  background: url(/National_Library/oe_/https://fr.shiduch.org/images/warning.png) 8px 5px no-repeat;
    background-color: #FFEBC1;
    border-color: #FDBF3B;
    color: #A6750C;
    text-align: left;
}

.nodata, .warning {
    text-align: center;
    background-color: #FFEBC1;
    border-color: #FDBF3B;
    color: #A6750C;
}

#errorExplanation ul { font-size: 0.9em;}

.myform .for_input {
    float: left;
    text-align: left;
}

.myform {
    padding-top: 10px;
}

.myform select,input {
    margin-top: 0px;
    text-align:left;
}

.myform select {
    width: 204px;
}

.myform input[type="text"], .myform input[type="password"] {
    width: 200px;
    height: 18px;
}

.myform input {
    width: expression(this.type=='text' || this.type=='password' ? '200px' : '');
}

.myform input[type="checkbox"] {
    margin-left: 0px;
}

.myform textarea{
    margin-top: 5px;
    text-align:left;
    height: 200px;
    width: 440px;
    margin-bottom: 10px;
}

.myform .expr {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 40px;
}

.myform label {
    margin-top: 1px;
    margin-left: 5px;
    width: 280px;
    float:left;
    text-align:left;
    padding-top: 5px;
}

.myform label.star {
    width: 700px;
}

.myform input.input_myerror {
    border: 1px solid #ff9c00;
}

.myform select.input_myerror {
    border: 1px solid #ff9c00;
}

.myform textarea.input_myerror {
    border: 1px solid #ff9c00;
}
*/

.nodisplay {
    display: none;
}

.display {
    display: block;
}

/*
#commentForm {
    display: none;
    margin-top: 15px;
}


.myerror {
    font: bold 15px;
    color: #ff9c00;
    text-align:left;
}

.noerror {
    visibility: hidden;
}

.border_black {
    border: 1px solid black;
}

.message_div {
    background: White url(/National_Library/oe_/https://fr.shiduch.org/images/message.png) no-repeat scroll 8px 2px;
    margin:8px 10px 12px;
    border:2px solid #457ebe;
    padding:2px 4px 4px 30px;
    font-size:12px;
    height: 12px;
}

.formtitle {
    height:20px;
    text-align: center;
    color: Black;
    font-size : 12px;
    padding-top: 8px;
    font-weight: bold;
}

.clear {clear: both; margin-bottom:7px;}
*/