﻿@charset "utf-8";
/* CSS Document */

.frmfldtxt { border: 1px inset #CCCCCC; overflow: hidden; }
.frmfldarea { border: 1px inset #CCCCCC; overflow: auto; font-size: 0.9em; }
.frmbtn {
	background: #EBF5FC;
	color: #006BAD;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.frmbtn:hover {
	background: #EBF5FC;
	color: #FF0000;
	font-weight: bold;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
