#div1{
    width: 100px;
    height: 100px;
    background: green;
    position: absolute;
    left: 600px;
    /*left: 600px;*/
    top: 150px;
}
#div2{
    width: 1px;
    height: 300px;
    position: absolute;
    left: 300px;
    top: 50px;;
    background: black;
}
input{
    margin-right:20px;
}
#s,#v{
    width:60px;
}
