@charset "utf-8";
/* CSS Document */

.txtInput {
	width: 380px;
	border: 1px solid #999;
}
.txtArea {
	width: 610px;
	height: 180px;
	border: 1px solid #999;
}

.required {
	font-weight: bold;
	color: red;
}

.notice {
	border: 1px solid #C9C9C9;
	background-color: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	
}
.notice .spam {
	color: red;
}

.notice div {
	line-height: 24px;
	background-image: url(../gui/arrow_r.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 26px;
}