@charset "utf-8";
@font-face {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight: 400;
}
.t	{
	line-height: 1.8;
	font-size: 14px;
	}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 96%;
	border: 1px solid #CCC;
	margin: 2px;
	background-color: #FFF;
	padding: 2px;
}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 96%;
	border: 1px solid #CCC;
	margin: 2px;
	background-color: #FFF;
	padding: 2px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #F90;
	height: 35px;
	width: 120px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}