﻿body
{
    width:800px;
    height: 426px;
    font-size: 12pt;
    font-family: Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
input[type="text"] 
{
	padding: 5px 8px;
	border-radius: 6px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-image: none;
	background-color: snow
} 
input[type="text"]:focus 
{
    background-color:lightyellow
}
input[type="password"] 
{
	padding: 5px 8px;
	border-radius: 6px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-image: none;
	background-color: snow
} 
input[type="password"]:focus 
{
    background-color:lightyellow
}
.btn-submit
{
  border-radius: 6px;
}
/*.btn-submit:active
{
  border-bottom: none;
}*/
