form {
    width:500px;
    margin:50px left;
}
.pos {
	display:flex;
    width:400px;
    height:390px;
	margin:0 auto;
}
.search {
    padding:8px 25px;
    background:rgba(50, 50, 50, 0.2);
    border:0px solid #dbdbdb;
	width:240px;
}
    a.button {
        background-color: #999999;
        color: #FFFFFF !important;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        padding: 5px 8px;
        text-align: center;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .button:hover {
        text-decoration: none;
        background-color: #000000;
    }
}
.kolom{
                font-family: Century Gothic;
                font-size: 11pt;
                width: 300px;
                height: 30px;
                border: 1px solid #5FB85C;
                padding-left: 5px;
                box-shadow: #5FB85C;
                border-radius: 5px;
            }
			.kolom-tgl{
                font-family: Century Gothic;
                font-size: 11pt;
                width: 100px;
                height: 30px;
                border: 1px solid #5FB85C;
                padding-left: 5px;
                box-shadow: #5FB85C;
                border-radius: 5px;
            }
			.kolom-text{
                font-family: Century Gothic;
                font-size: 11pt;
                width: 400px;
                height: 100px;
                border: 1px solid #5FB85C;
                padding-left: 5px;
                box-shadow: #5FB85C;
                border-radius: 5px;
            }