@font-face {
    font-family: 'CODE_Bold';
    src: url('../fonts/CODE_Bold.eot');
    src: url('../fonts/CODE_Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CODE_Bold.woff') format('woff'),
         url('../fonts/CODE_Bold.ttf') format('truetype'),
         url('../fonts/CODE_Bold.svg#CODE_Bold') format('svg');
}
html {
	height: 100%;
}
body {    
}
div.clear {
        clear: both;
}
.pie {
        behavior: url(htc/PIE.htc);
}
p, a, input {
        font-family: Arial, serif;
}




/* Header
-----------------------------------------------------------------------------*/
header {
    display: block;
    width: 100%;     
    background-color: #47484d;    
}
#head-shdw {
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0px;
    top: 50px;
    background: url('../images/head-shdw.png') repeat-x;
    -pie-background: url('images/head-shdw.png') repeat-x;
    z-index: 50;
} 
#h-center {
    width: 975px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
#enter {
    display: block;
    width: 300px;
    position: absolute;
    top: 10px;
    right: 0px;
}
#enter-btn {
    display: block;
    width: 52px;
    height: 32px;
    border: none;
    cursor: pointer;
    background: url('../images/enterBtn2.png') no-repeat;
    -pie-background: url('images/enterBtn2.png') no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
}
.inp-bg {
    height: 24px;
    padding: 6px 10px 0px 10px;
    position: relative;
    border: 1px solid #292929;
    background-color: #303030;
    border-radius:7px;
    -moz-border-radius:7px;
    -khtml-border-radius:7px;
    -webkit-border-radius:7px;
    position: absolute;
    z-index: 1;    
}
.login_place {
    top: 0px;
    right: 220px;
}
.pass_place {
    top: 0px;
    right: 60px;
}
#pass_auth, #login_auth {
    display: block;    
    margin: 0px;
    border: none;
    background: none;    
    font-size: 12px;    
    color: #afafaf; 
    font-weight: bold;
}
#pass_auth, #login_auth {
    width: 130px;
}
#for_link {
    display: block;
    width: 135px;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    top: 10px;
    right: 377px;
    z-index: 200;
}
#for_link:hover {
    text-decoration: none;
}
#transparent_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 530;
}
#signin3 { 
    display: none;
    width: 320px;
    height: 165px; 
    padding-top: 30px; 
    background: #fff;
    position: absolute;
    top: 100px;
    right: 50%;
    z-index: 535;
    border-radius:7px;
    -moz-border-radius:7px;
    -khtml-border-radius:7px;
    -webkit-border-radius:7px;
    margin-right: -190px;
    box-shadow: 1px 1px 35px 0px #aaa, -1px -1px 35px 0px #888888;
    -webkit-box-shadow: 1px 1px 35px 0px #aaa, -1px -1px 35px 0px #aaa;
    -moz-box-shadow: 1px 1px 35px 0px #aaa, -1px -1px 35px 0px #aaa;
    -o-box-shadow: 1px 1px 35px 0px #aaa, -1px -1px 35px 0px #aaa; 
}
#close1 {
    width: 23px;
    height: 23px;
    background: url('../images/close.png') no-repeat;
    -pie-background: url('images/close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    top: -11px;
    right: -11px;
    z-index: 100;
}
#rvc {
    display: block;
    width: 276px;
    height: 21px;
    background: url('../images/popup_head_small.jpg') no-repeat;
    margin: 0 auto;
    margin-bottom: 30px;
}
.inp-bg3 {
    width: 250px;
    height: 28px;
    padding: 10px 10px 0px 10px;
    border: 1px solid #c7c7c7;    
    background: #f3f3f3;
    border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    -webkit-box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    -moz-box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    -o-box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    margin: 0 auto;
}
#mail3 {
    display: block;
    width: 230px;        
    margin: 0px;
    border: none;
    background: none;    
    font-size: 15px;    
    color: #afafaf; 
    font-weight: bold;
}
#error1, #error2 {
    display: block;
    padding: 5px 10px;
    font-size: 11px;    
    color: #fff;
    position: absolute;
    background: #f1592a;
    z-index: 5;
}
#error1 {
    right: 70px;
    top: -12px;    
}
#error2 {
   top: 55px;
   right: 50%;
   margin-right: -75px;
}
#get-email-btn {
    display: block;
    width: 188px;
    height: 55px;
    border: none;
    cursor: pointer;
    background: url('../images/get-mail2.png') no-repeat;
    -pie-background: url('images/get-mail2.png') no-repeat;
    margin: 0 auto;
    margin-top: 15px;
}


/*Content
----------------------------------------------------------*/

article {
    display: block;
    background-color: #b8b8b8;
}
#top_content {
    display: block;
    width: 970px;
    padding: 0px 10px;
    height: 776px;
    margin: 0 auto;
    background: url('../images/content_bg.jpg') no-repeat;
    position: relative;
}
#logo {
    display: block;
    width: 265px;
    height: 41px;
    padding: 40px 0px 0px 35px;
    float: left;  
    background: url('../images/logo.png') no-repeat bottom right;
    -pie-background: url('images/logo.png') no-repeat bottom right;
    position: relative;
}
#h1 {
    display: block;
    font-size: 25px;
    color: #f1592a;
    font-weight: bold;
    text-align: right;
    padding: 40px 40px 0px 0px;
    text-shadow: 1px 1px 5px #aaa;
}
#for_signin_form {
    width: 370px;
    float: right;
    background: rgba(255, 255, 255, 0.5);
}
#signin {
    display: block;
    width: 290px;
    position: relative; 
    margin: 0 auto; 
}
#part1 {
    padding: 70px 0px 30px 0px; 
}
#signin_h1 {
    width: 290px;
    height: 135px;
    background: url('../images/form_top.png') no-repeat;
    -pie-background: url('images/form_top.png') no-repeat;
    margin-bottom: 30px;
}
.inp-bg2 {
    width: 268px;
    height: 28px;
    padding: 10px 10px 0px 10px;
    border: 1px solid #c7c7c7;    
    background: #f3f3f3;
    border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    -webkit-box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    -moz-box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    -o-box-shadow: inset 0px 2px 3px 0px #d3d3d3;
    margin: 0 auto;
    position: relative;
}
#field-login, #passw, #mail, #ville {
    display: block;
    width: 268px;        
    margin: 0px;
    border: none;
    background: none;    
    font-size: 15px;    
    color: #afafaf; 
    font-weight: bold;
}
#valider_p1 {
    width: 260px;
    height: 72px;
    background: url('../images/valid_p1.png') no-repeat;
    -pie-background: url('images/valid_p1.png') no-repeat;
    margin: 0 auto;
    margin-top: 40px;
}
#sugg_mail {
    display: block;
    width: 290px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 45px;
}
#sugg_mail a {
    color: #000;
    text-decoration: underline;
}
#err_login, #err_pass, #err_mail, #err_ville, #err_date, 
#err_login2, #err_pass2, #err_mail2, #err_ville2, #err_date2 {
    display: none;
    padding: 5px 10px;
    font-size: 12px;    
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #f1592a;
    z-index: 5;
    cursor: pointer;
}
#err_cond, #err_cond2, #err_mailsCommerciaux {
    display: none;
    font-size: 11px;
    font-weight: bold;
    color: #f1592a;
}
#err_login2, #err_pass2, #err_mail2, #err_ville2, #err_date2, #err_cond2, #err_mailsCommerciaux {
    display: block;
}
#part2 {
    display: none;
    padding: 30px 0px 10px 0px; 
}
#radios, #chboxes {
    margin: 0px 0px 15px 0px;
}
.label2 {
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: bold; 
    padding-bottom: 6px;
}
.niceRadio {
    width: 17px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
    background: url('../images/chb-rad.png') no-repeat top;
    overflow: hidden;
}
.radioChecked {
    background: url('../images/chb-rad.png') no-repeat bottom;
}
.niceRadio input {
    margin-left: -30px;
}
.checkbox2 {
    height: 17px;
    display: block;
    padding-left: 20px;    
    cursor: pointer;
    float: left;
    background: url('../images/chb-rad.png') no-repeat;   
}
.checkbox1 {
    height: 24px;
    display: block;
    padding-left: 30px;    
    cursor: pointer;
    background: url('../images/chb2.png') no-repeat;
    -pie-background: url('images/chb2.png') no-repeat;
    margin-bottom: 30px;
}
.checkbox1 input, .checkbox2 input {
    display: none;
}
.radio_place {
    float: left;
}
.label_place, .label_place_n {
    display: block;
    padding: 0px 10px 0px 3px;
    float: left;
    color: #999999;
    font-family: Arial;
    font-size: 14px;
    line-height: 1;
}
.label_place_n {
    padding: 0px 0px 0px 3px;
}

.marg_b6 {
    margin-bottom: 6px;
}
.chbox_label2, .chbox_label2_n {
    display: block;
    padding: 0px 10px 0px 0px;
    float: left;
    color: #999999;
    font-size: 14px;
    line-height: 1;
}
.chbox_label2_n {
    padding: 0px 0px 0px 0px;
}
.mrg_b10 {
    margin-bottom: 10px;
}
.mrg_b15 {
    margin-bottom: 15px;
}
#pass_placeholder {
    display: block;
    font-size: 15px;    
    color: #afafaf; 
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 13px;
}
.label1 {
    display: block;
    width: 85px;
    font-size: 15px;
    color: #333333;
    font-weight: bold;  
    float: left;
}
#date {
    width: 203px;
    float: right;
    position: relative;
    padding-bottom: 20px;
}
.customSelectWrap {     
        width: 62px;
        position: relative;
        float: left;
        background-color: #ccc;
        background:url('../images/sel-bg.png') no-repeat;
}
.selTop {				
        width: 62px;
        height: 27px;
        cursor: pointer;
        position: relative;        
}
.selDropDown {			
        display: none;
        width: 60px;
        height: 120px;
        overflow-y: scroll;
        border-top: 1px dotted #c3c3c3;
        border-left: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
        background-color: #f2f2f2;
        cursor: pointer;
        position: absolute;
        top: 27px;
        left: 0px;
        border-radius: 0px 0px 2px 2px;
        -moz-border-radius: 0px 0px 2px 2px;
        -khtml-border-radius: 0px 0px 2px 2px;
        -webkit-border-radius: 0px 0px 2px 2px;
        z-index: 1000;
}
.selDownArrow {			
        width: 12px;
        height: 6px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -3px; 
        background:url('../images/select_arrow.png') no-repeat;
        -pie-background:url('images/select_arrow.png') no-repeat;
}
.selDropDown p {		
        color: #999999;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        padding: 0px;
        margin: 0px;
        padding: 5px 0px 5px 5px;
        background: none;
}
.selDropDown p:hover {
        background: #dddddd;
}
.selectedOptText {		
        display:  block;
        color: #999999;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -6px;
}
.customSelectWrap select {
        width: 62px;
        color: #999999;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        background: none;
        border: none;
        padding: 4px 0px 3px 2px;
}
.middle_sel_space {
    width: 7px;
    height: 25px;
    float: left;
}
.chbox_label, .chbox_label a {
    font-size: 13px;
    color: #333333;
    line-height: 1;
    padding-top: 3px;
}

.chbox_label a {
    color: #005ede;
    text-decoration: underline;
}
.chbox_label a:hover {
    text-decoration: none;
}

#valider_p2 {
    width: 260px;
    height: 72px;
    background: url('../images/valid_p2.png') no-repeat;
    -pie-background: url('images/valid_p2.png') no-repeat;
    margin: 0 auto;
    margin-top: 30px;
}
#valider_submit {
    display: none;
}
#props {
    width: 288px;
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #c7c7c7;    
    background: #f3f3f3;
    border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    position: absolute;
    top: 39px;
    left: -1px;
    z-index: 50;
}
#props a {
    display: block;
    font-size: 13px;    
    color: #999999;
    font-weight: bold;
    font-weight: bold;
    padding: 8px 15px;
}
#props a:hover {
    background: #ccc;
}
#bandeau {
    width: 906px;
    height: 110px;
    padding: 25px 30px 0px 30px;
    background-color: #ffc2c2;
    position: absolute;
    bottom: 44px;
    left: 50%;
    margin-left: -483px;
}
#bandeau ul {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom:1;
    text-align-last: justify;
}
#bandeau ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
#bandeau ul li { 
    display: inline-block;
    text-align: left;
    line-height: normal;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;   
}
.item1 {
    width: 120px;
    height: 39px;
    padding: 47px 100px 0px 0px;
    background: url('../images/bot_icon1.png') no-repeat right top;
    -pie-background: url('images/bot_icon1.png') no-repeat right top;
    font-size: 20px;
    font-family: 'CODE_Bold', Arial;
    text-transform: uppercase;
    color: #ff7878;
}
.item2 {
    width: 135px;
    height: 68px;
    padding: 18px 75px 0px 0px;
    background: url('../images/bot_icon2.png') no-repeat right top;
    -pie-background: url('images/bot_icon2.png') no-repeat right top;
    font-size: 19px;
    font-family: 'CODE_Bold', Arial;
    text-transform: uppercase;
    color: #ff7878;
}
.item2 span {
    font-size: 50px;
    font-weight: bold;
}
.item3 {
    width: 130px;
    height: 68px;
    padding: 18px 95px 0px 0px;
    background: url('../images/bot_icon3.png') no-repeat right top;
    -pie-background: url('images/bot_icon3.png') no-repeat right top;
    font-size: 19px;
    font-family: 'CODE_Bold', Arial;
    text-transform: uppercase;
    color: #ff7878;
}
.item3 span {
    font-size: 50px;
    font-weight: bold;    
}
#bandeau320 {
    width: 285px;
    padding: 10px 10px 0px 25px;
    background-color: #ffc2c2;
}
.b320_item {
    display: block;
    padding: 10px 0px 15px 50px;
    font-size: 19px;
    font-family: 'CODE_Bold', Arial;
    text-transform: uppercase;
    color: #ff7878;
}
.it1 {
    background: url('../images/bot_icon1_320.png') no-repeat;
    -pie-background: url('images/bot_icon1_320.png') no-repeat;
}
.it2 {
    background: url('../images/bot_icon2_320.png') no-repeat;
    -pie-background: url('images/bot_icon2_320.png') no-repeat;
}
.it3 {
    background: url('../images/bot_icon3_320.png') no-repeat;
    -pie-background: url('images/bot_icon3_320.png') no-repeat;
}
#bottom_items {
    display: block;
    width: 100%;
    padding: 0px 0px 30px 0px;
    background-color: #b8b8b8;
}
#bottom_items p {
    display: block;
    width: auto;
    font-size: 13px;
    color: #5b5a5a;
    text-align: center;
    font-family: Arial;
    line-height: 1.3;
}
#bottom_items p a {
    text-decoration: none;
    color: #5b5a5a;
}
#bottom_items p a:hover {
    text-decoration: underline;
}


/*footer
-----------------------------------------------------------*/

footer {
    display: block;
    width: 100%;
    background-color: #8d8d8d;
    padding: 35px 0px;
}
.p1 {
    display: block;
    width: 970px;
    margin: 0 auto;
    font-size: 12px;
    color: #5b5a5a;
    text-align: center;
    line-height: 1.2;
}





/*-----------------------------------------------------------------------*/

@media (min-width: 320px) {
    #h-center {
        width: 300px;
        height: 65px;
    }
    #head-shdw {
        top: 65px;
    } 
    #for_link {
        top: 37px;
        right: -10px;
    }
    .login_place {
        top: 0px;
        right: 183px;
    }
    .pass_place {
        top: 0px;
        right: 60px;
    }
    #pass_auth, #login_auth {
        width: 95px;
    }
    #top_content {
        width: 320px;
        padding: 0px 0px;
        height: auto;
        background: url('../images/content_bg_320.jpg') no-repeat;
    }
    #logo {
        padding: 20px 0px 0px 0px;
        float: none;        
        background: url('../images/logo.png') no-repeat bottom right;
        -pie-background: url('images/logo.png') no-repeat bottom right;
        margin: 0 auto;
    }
    #h1 {
        font-size: 35px;
        text-align: center;
        padding: 10px 10px 0px 10px;
    }
    #bandeau {
        display: none;
    }
    #bandeau320 {
        display: block;
    }
    #for_signin_form {
        width: 320px;
        float: none;
        background: #fff;
        margin: 0 auto;
        margin-top: 350px;
    }
    #part1 {
        padding: 25px 0px 20px 0px; 
    }
    #part2 {
        padding: 25px 0px 10px 0px; 
    }
    #bottom_items p {
        width: 300px;
        margin: 0 auto;
        padding: 20px 0px 0px 0px; 
    }
    .p1 {
        width: 300px;
    }
    #signin3 { 
        width: 290px;
        top: 80px;
        margin-right: -145px;
    }
} 
/*321*/

@media (min-width: 640px) {
    #h-center {
        width: 620px;
        height: 50px;
    }
    #top_content {
        width: 640px;
        padding: 0px 0px;
        height: auto;
        background: url('../images/content_bg_640.jpg') no-repeat;
    }
    #logo {
        padding: 20px 0px 0px 0px;
        float: none;        
        background: url('../images/logo.png') no-repeat bottom right;
        -pie-background: url('images/logo.png') no-repeat bottom right;
        margin: 0 auto;
    }
    #h1 {
        font-size: 25px;
        text-align: center;
        padding: 10px 0px 0px 0px;
    }
    #for_signin_form {
        width: 370px;
        float: none;
        background: rgba(255, 255, 255, 0.5);
        margin: 0;
        margin: 0 auto;
    }
    #part1 {
        padding: 255px 0px 30px 0px; 
    }
    #part2 {
        padding: 155px 0px 10px 0px; 
    }
    #bandeau {
        display: block;
        width: 620px;
        height: 110px;
        padding: 25px 10px 0px 10px;
        position: relative;
        left: 0px;
        bottom: 0px;
        margin: 0 auto;
    }
    #bandeau320 {
        display: none;
    }
    .item1 {
        width: 100px;
        height: 33px;
        padding: 53px 100px 0px 0px;
        background: url('../images/bot_icon1.png') no-repeat right top;
        -pie-background: url('images/bot_icon1.png') no-repeat right top;
        font-size: 16px;
        font-family: 'CODE_Bold', Arial;
        text-transform: uppercase;
        color: #ff7878;
    }
    .item2 {
        width: 110px;
        height: 58px;
        padding: 28px 75px 0px 0px;
        background: url('../images/bot_icon2.png') no-repeat right top;
        -pie-background: url('images/bot_icon2.png') no-repeat right top;
        font-size: 16px;
        font-family: 'CODE_Bold', Arial;
        text-transform: uppercase;
        color: #ff7878;
    }
    .item2 span {
        font-size: 40px;
        font-weight: bold;
    }
    .item3 {
        width: 110px;
        height: 58px;
        padding: 28px 95px 0px 0px;
        background: url('../images/bot_icon3.png') no-repeat right top;
        -pie-background: url('images/bot_icon3.png') no-repeat right top;
        font-size: 17px;
        font-family: 'CODE_Bold', Arial;
        text-transform: uppercase;
        color: #ff7878;
    }
    .item3 span {
        font-size: 40px;
        font-weight: bold;
    }
    #bottom_items p {
        width: 620px;
        margin: 0 auto;
        padding: 20px 0px 0px 0px; 
    }
    .p1 {
        width: 620px;
    }
    #for_link {
        top: 10px;
        right: 377px;
    }
    .login_place {
        top: 0px;
        right: 220px;
    }
    .pass_place {
        top: 0px;
        right: 60px;
    }
    #pass_auth, #login_auth {
        width: 130px;
    }
    #head-shdw {
        top: 50px;
    } 
    #signin3 { 
        width: 320px;
        top: 100px;
        margin-right: -190px;
    }
    
} 
/*641*/

@media (min-width: 990px) {
    #h-center {
        width: 975px; 
        height: 50px;
    }
    #top_content {
        width: 970px;
        padding: 0px 10px;
        height: 776px;
        background: url('../images/content_bg.jpg') no-repeat;
    }
    #logo {
        padding: 40px 0px 0px 35px;
        float: left;  
        background: url('../images/logo.png') no-repeat bottom right;
        -pie-background: url('images/logo.png') no-repeat bottom right;
        margin: 0;
    }
    #h1 {
        font-size: 25px;
        text-align: right;
        padding: 40px 40px 0px 0px;
    }
    #for_signin_form {
        width: 370px;
        float: right;
        background: rgba(255, 255, 255, 0.5);
        margin: 0;
    }
    #part1 {
        padding: 70px 0px 30px 0px; 
    }
    #part2 {
        padding: 30px 0px 10px 0px; 
    }
    #bandeau {
        display: block;
        width: 906px;
        height: 110px;
        padding: 25px 30px 0px 30px;
        position: absolute;
        bottom: 44px;
        left: 50%;
        margin: 0px 0px 0px -483px;        
    }
    #bandeau320 {
        display: none;
    }
    .item1 {
        width: 120px;
        height: 39px;
        padding: 47px 100px 0px 0px;
        background: url('../images/bot_icon1.png') no-repeat right top;
        -pie-background: url('images/bot_icon1.png') no-repeat right top;
        font-size: 20px;
        font-family: 'CODE_Bold', Arial;
        text-transform: uppercase;
        color: #ff7878;
    }
    .item2 {
        width: 135px;
        height: 68px;
        padding: 18px 75px 0px 0px;
        background: url('../images/bot_icon2.png') no-repeat right top;
        -pie-background: url('images/bot_icon2.png') no-repeat right top;
        font-size: 19px;
        font-family: 'CODE_Bold', Arial;
        text-transform: uppercase;
        color: #ff7878;
    }
    .item2 span {
        font-size: 50px;
        font-weight: bold;
    }
    .item3 {
        width: 130px;
        height: 68px;
        padding: 18px 95px 0px 0px;
        background: url('../images/bot_icon3.png') no-repeat right top;
        -pie-background: url('images/bot_icon3.png') no-repeat right top;
        font-size: 19px;
        font-family: 'CODE_Bold', Arial;
        text-transform: uppercase;
        color: #ff7878;
    }
    .item3 span {
        font-size: 50px;
        font-weight: bold;
    }
    #bottom_items p {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .p1 {
        width: 970px;
    }
    #for_link {
        top: 10px;
        right: 377px;
    }
    .login_place {
        top: 0px;
        right: 220px;
    }
    .pass_place {
        top: 0px;
        right: 60px;
    }
    #pass_auth, #login_auth {
        width: 130px;
    }
    #head-shdw {
        top: 50px;
    } 
    #signin3 { 
        width: 320px;
        top: 100px;
        margin-right: -190px;
    }
} 
/*991*/



