﻿#iposition{
	position: absolute; 
    width: 480px; 
    height: 90px; 
    left: 50%; 
    top: 20%; 
    margin-left: -240px; 
    margin-top: -40px;	
    background: #DDDDDD; 
    border: solid 1px black; 
    padding: 10px; 
    *overflow: auto; 
}
#forms{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#forms>form>input{
    margin: 0 10px;
    width: 120px;
    height: 30px;
}   
 #ititle{
	position: relative;
	 top: 10px;
    left: 30px;  
}
/*
#form2{
position:absolute;
	top: 70px; 
    left: 30px; 
}
#btn1{
	width:120px;
}
#form3{
position:absolute;
	top: 70px; 
    left: 155px; 
}
#btn2{
	width:100px;
}
#form4{
position:absolute;
	top: 70px; 
    left: 260px; 
}
#btn3{
	width:100px;
}

#btn4{
	width:100px;
}
} */