#page {
    background: url(../img/contact-bg.jpg);
    /*height: 1027px;*/
}
#page #title {background: none;}
#contentIn {background: none;}

.Form_Validate {
	font-size: 1.8em;
	font-weight: bold;
	font-family: Arial;
}
#frame_2 {
    background: url(../img/contact-form-top.jpg) no-repeat top left;
    margin: 32px auto 35px;
    width: 700px;
}
#frame_1 {
    background: url(../img/contact-form-bottom.jpg) no-repeat bottom left;
    padding: 5px 0 6px;
}
#frame {
    background: url(../img/contact-form-bg.jpg) repeat-y;
    height: 829px;
}

#frameTitle {
    margin: auto;
    width: 469px;
    height: 58px;
    background: url(../img/contact-title.jpg);
    position: relative;
    top: -29px;
    color: #bc0000;
    text-align: center;
    padding-top: 105px;
}
#ftMain {
    font-size: 17px;
    font-weight: bold;
}
#ftSub {
    margin-top: 2px;
    font-size: 13px;
}
.line {
    clear: both;
    line-height: 24px;
    height: 24px;
}
#frame label {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 10px;
    margin-top: 3px;
    line-height: 16px;
}
#frame form {
    margin-left: 130px;
    padding: 0 10px;
    font-family: Verdana;
    font-size: 10px;
}
.ie #frame form {
    margin-top: -8px;
    zoom: 1;
}
#frame input.txt, #frame select {
    margin: 2px 0 2px 5px;
    width: 240px;
}
#frame select {
    width: 242px;
}
.ie #frame select {
    width: 244px;
}
#frame #sTitre {width: auto;}
#frame input.txt {
    background: #fcfcfc;
    border: solid 1px #868686;
    border-bottom-color: #9e9e9e;
}

#frame #iTel {
    margin-bottom: 15px;
}
#frame #lNl, #frame #lMsg {
    clear: none;
    float: none;
    margin-left: 0;
    width: auto;
    padding: 0;
    text-align: left;
}

#frame #lNl {
    margin-left: 5px;
}
#nl {
    margin-top: 10px;
}
.ie6 #nl {
    margin-top: 0;
}
#frame #lMsg {
    display: block;
    margin: 15px 0 5px;
}

textarea {
    width: 430px;
    height: 210px;
    margin-bottom: 10px;
}

#starInfo {
    font-size: 9px;
}
#frame input.ok {
    width: auto;
    height: auto;
    float: right;
    margin-right: 118px;
}