@font-face {
    font-family: 'sarabun';
	src: local('☺'), url('/font/sarabunnew.woff') format('woff'), url('/font/sarabunnew.ttf') format('truetype'), url('/font/sarabunnew.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body,input{
    background:#633a7c;
    font-family: 'sarabun';
    font-size:24px;
}
.input-text{
    background:transparent url('/images/theme/common/page/login/button.jpg') no-repeat;
    width:123px;
    height:16px;
    padding:3px 10px;
    margin-bottom:2px;
    border:none;
}
.input-button{
    background:transparent url('/images/theme/common/layout/button.jpg') no-repeat;
    color:white;
    width:143px;
    height:36px;
    border:none;
    cursor:pointer;
    text-decoration:none;
}