.hidden_element {
	display: none;
}
.showed_element {
	display: block;
}
.CSC_error_message {
	background: url("images/error.png") no-repeat 10px; margin: 10px 0px; padding: 5px 2px 5px 60px; border: 2px dashed red; border-image: none; min-height: 50px;
}
.CSC_error {
	background: url("images/error.png") no-repeat 10px; margin: 10px 0px; padding: 5px 2px 5px 60px; border: 2px dashed red; border-image: none; min-height: 50px;
}
.CSC_notice_message {
	background: url("images/notice.png") no-repeat 10px; margin: 10px 0px; padding: 5px 2px 5px 60px; border: 2px dashed orange; border-image: none; min-height: 50px;
}
.CSC_notice {
	background: url("images/notice.png") no-repeat 10px; margin: 10px 0px; padding: 5px 2px 5px 60px; border: 2px dashed orange; border-image: none; min-height: 50px;
}
