@charset "UTF-8";

#loginwindow {
	color:#fff;
}

fieldset {
	background-color:#033;
	width:240px;
	margin:auto;
}

body { 
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#555;
	font-size:14px;
	background-color:#2f4f4f;
}

input["type=submit"]{ font-size:16px;  }