@CHARSET "ISO-8859-1";
body{
    
     margin: auto;
	
}

#form div {
	margin-bottom:40px;
	background-color:#184785;
	color:yellow;
	font-style:normal;
	font-weight: bold;
	font-size:10px;
	text-align:center;
	height: 30px;
}
#form {
	width:50%;
	height: 400px;
    
    background:#55acee;
    margin: auto;
   padding:80px 30px 30px 30px;
}

 #button:hover {
	color:#fff;
    background:#800040;
    cursor:pointer;
}
form input#name1 {
	margin-left:0px;
}
#form select #name2 {
	margin-left:200px;
}

input[type='text'] {
    width: 250px;
    height: 20px;
}
input {
    width: 250px;
    height: 20px;
}
select {
    width: 250px;
    height: 20px;
}
