@charset "utf-8";

.warning {
	font-weight: bold;
	color: #C00;
}
input.box {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
	border-bottom: 1px solid #003;
	border-right: 1px solid #003;
  background-color:#FFF;
	padding: 2px;
}
td.formtext {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;	
}
p.center {
	text-align: center;	
}
p.smallmenu {
	font-size: 100%;
	text-align: left;
}
table.wide {
	width: 100%;
	border: 0;
}
table.wide td {
	padding: 5px;
	vertical-align: top;
}
select {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
	border-bottom: 1px solid #003;
	border-right: 1px solid #003;
  background-color:#FFF;
}
textarea {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
	border-bottom: 1px solid #003;
	border-right: 1px solid #003;
  background-color:#FFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
span.small {
	font-size: 85%;
	font-weight: 300;
}
span.smaller {
	font-size: 80%;
	font-weight: 300;
}
hr.ad {
	width: 70%;
	vertical-align: middle;
	color:#030;
	text-align: center;
	margin-left: auto;
  margin-right: auto;
}
td.checkbox {
	width: 20px;
}
td.strong {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
table.comments {
	width: 100%;
	border: 0;
}
table.comments td {
	padding: 5px;
	vertical-align: top;
	font-size: 90%;
}
.comment_date {
	color: #999;
	font-size: 85%;
}
.comment_person {
}
.dotted_line {
	border-bottom: dashed #CCC;
	border-bottom-width: 1px;
	height: 10px;
	width: 100%;
}
h1.tip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	text-align: left;
	padding-top: 15px;
}
.date {
	color: #999;
	font-size: 80%;
}
div.error {
	border: 1px solid #F30;
	background-color: #FF9;
	width: 535px;
	padding: 10px;
	margin: 5px 0 5px 0;
}
ul.error {
	margin: 0;
	padding: 0 0 5px 15px;
	line-height: 1px;
}
div.horiz_google_ad {
	width: 500;
	height: 60;
	margin: 10px 60px 10px 10px;
	float: right;
}
div.border1 {
	margin: 0;
	padding: 0;
	border: solid 1px #000;
	float: left;
	margin-right: 8px;
}
