.outer{
    float:left; width:136px; margin-bottom: 10px;
}
.projeto{

     width:600px;
     height: 650px;
     padding-top: 58px;
     padding-bottom: 78px;
     color:#000;
    text-align: left;
    padding-left:10px;
    float:left;
    border:3px solid #e6e7e8;
    position:absolute;

 }
.projeto label{
    


}
.input {
    border:1px solid #000;
    background-color: #fff;
    color:#555;
    height: 20px;
    margin-left:10px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.input_erro{
    border:1px solid red;
    background-color: #fff;
    color:#555;
    height: 20px;
    margin-left:10px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.input_textarea{
    border:1px solid #000;
    background-color: #fff;
    color:#555;
    margin-top:20px;
    margin-left:10px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.input_erro_textarea{
    border:1px solid red;
    background-color: #fff;
    color:#555;
    margin-top:20px;
    margin-left:10px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.enviar{
    border:1px solid #eee;
    width:50px;
    font-size:20px;

    color:#000;

}

.linhaTracejada{

    background-image:url(../img/dashed.png); height:2px; margin-top:10px;  background-repeat:repeat-x; margin-bottom:0px;

}