.notice_error {
	color: red; 
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	padding: 5px;	
	margin-top: 10px;
	border: 1px solid red;
	background-color: #FFFFFF;
}
.notice_error2 {
	color: #265278;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 40px;
}


.notice_more a{
	font-size: 9px;
	color: #265278;
	font-weight: normal;
}
.notice_more a:link, .notice_more a:visited, .notice_more a:active {
	color: #265278;
}
.notice_more a:hover {
	color: #FFA000;
}


.notice_events {
	font-style: italic;
	padding: 0px 5px 3px 0px;
	text-decoration: underline;
}
.notice_events_desc  {
	padding-left: 10px;
	text-align: justify;
}


.notice_margintop_table {
	margin-top: 10px;
}
.notice_table_border_bottom {
	border-bottom: 1px dotted #D4DCE4;
}
.notice_td {
	padding: 10px 0px 0px;
}
.notice_date {
	font-size: 9px;
	padding-bottom: 2px;
	color: #265278;
}
.notice_title {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
}
.notice_content {
	padding-bottom: 10px;
	text-align: justify;	
}


.notice_form_delete_text {
	text-align: center;
	font-weight: bold;
	padding: 10px 100px 10px 100px; 
}


/*form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}*/

.notice input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #265278;
	margin: 0px;
	padding: 0px;
}
.notice textarea {
	text-align: justify;
	padding: 3px;
	width: 420px;
	height: 200px;
	overflow: auto;
	color: #265278;
	background-color: #FFFFFF;
	border: 1px solid #355D7F;
}
input.notice_in_text {
	padding: 3px;
	margin-bottom: 7px;
	width: 420px;
	color: #265278;
	background-color: #FFFFFF;
	border: 1px solid #355D7F;
}
input.notice_button {
	width: 60px;
	height: 25px;
	margin: 10px 10px 10px 0px;
	font-weight: bold;
	cursor: pointer;
	color: #265278;
	border: 0px;
	background: url(img/form_btn.jpg) no-repeat left top;	
	background-attachment: expression('fixed');
}
.notice_input_label {
	padding: 0px 8px 7px 0px;
}