/* 
    Document   : form_anagrafiche
    Created on : 11-mag-2012, 0.15.48
    Author     : Tony
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#conferma{
    height: 50px;
    width: 200px;
    display: block;
    position: relative;
    float: left;
    margin-top : 50px;
    margin-left : 450px;
    margin-bottom: 50px;

}



*{ margin:0; padding:0;}
body{ font:100% normal Arial, Helvetica, sans-serif; background:#161712;}
form,input,select,textarea{margin:0; padding:0; }

div.box {
    margin:0 auto;
    width:100%;
    position:relative;
    float: left;
    height: 400px;

}


#info_associazione{
    margin-left: 25px;
    margin-bottom: 50px;
}


.forms{
    margin: 10px;
    width: 40%;
    float: left;
    position: relative;
}

#scelta_associato{
    height: 200px;
    margin-left: 50px;

}



div.box h1 { 
    color:black;
    font-size:18px;
    text-transform:uppercase;
    padding:5px 0 5px 5px;
    border-bottom:1px solid #161712;
    border-top:1px solid #161712; 
}

div.box label {
    color:  #161712;
    width:100%;
    display: block;
    background:  #325482;
    /*    border-top:1px solid #FFF;
        border-bottom:1px solid #FFF;*/
    padding:10px 0 10px 0;


    /*    -moz-border-radius:5px 5px 5px 5px;*/

}

div.box label span {
    display: block;
    color:  #161712;
    font-size:12px;
    float:left;
    width: 250px;
    text-align:left;
    padding:5px 20px 0 10px;
    color: whitesmoke;



}

div.box input, textarea, select{
    padding:10px 10px;
    //width:450px;
    background:#fff;
    margin-left: 10px;
}


div.box input, textarea, select:focus{
    padding:10px 10px;
    //width:450px;

    background:#fff;



}

div.box .message{
    padding:7px 7px;
    width:350px;

    overflow:hidden;
    height:150px;
}

div.box button
{
    margin: 10px;
    padding:4px 7px;
    width: 150px;
    border:0px;
    position: relative;
    background: #325482;
    color :whitesmoke;
}

#submitok{
    display:none; 
    height: 200px;
    padding: 20px;
    width: 500px;
}

#imgtutor{
    display: none;
    top:50px;
    float:right;
    position: relative;
    background-image: url('http://www.ausindfad.it/home/images/tutor.jpg');
    width: 409px;
    height: 280px;
}

#inviarichiesta{
    background: none repeat scroll 0 0 #325482;
    color: white;
    margin: 20px;
    width: 200px;
     -moz-border-radius:5px 5px 5px 5px;
}

fieldset{
    color:whitesmoke;
}