.button{
	margin: 30px 0 0 0;
}
.button button{
	background: #3f74ba;
	color:#FFFFFF ;
	border-radius:3px ;
	width:272px;
	height:40px;
	line-height: 40px;
	text-align: center;
	outline:medium;
	cursor:pointer;
	border:none;
}
.button button:hover{
	background: #2562b3;
}

.input1{
    border: 1px solid #e7e7e7;
    outline: medium;
    width: 260px;
    padding: 10px 0 10px 10px;
}

.department_merger{
	width: 272px;
	margin:0 auto;
}

.component_line1{
    margin-top: 60px;
}

.component_line2{
    margin-top: 30px;
}