/*	--------------	*/
/*	error panel		*/
/*	--------------	*/
.errorPanel {
		border: 1px solid #ef7777;
		background: #fccccc;
		margin: 5px 0;
		}
.errorPanel p {
		font-weight: normal;
		font-size: 1.2em;
		color: #ef0000 !important;
		padding: 10px;
		line-height: 1.4em;
		margin-bottom:0 !important;
		}
.errorPanel a {
		font-weight: bold;
		color: #940000;
		text-decoration: underline;
		}
/*	--------------	*/
/*	notice panel		*/
/*	--------------	*/
.noticePanel {
		border: 1px solid #a5bc77;
		background: #dee8cc;
		margin: 10px 0;
		}
.noticePanel p {
		padding: 0;
		margin: 0;
		display: block;
		font-weight: normal;
		padding: 10px 10px 0;
		font-size: 1.2em;
		color: #5c8b00 !important;
		margin-bottom: 1em;
		}
.noticePanel p a {
		color: #a28b0b;
		font-weight: bold;
		text-decoration: none;
		}
.noticePanel p a:hover {
		text-decoration: underline;
		}
/*	--------------	*/
/*	message		*/
/*	--------------	*/
.messagePanel {
		border: 1px solid #77b5de;
		background: #cce5f5;
		margin: 10px 0;
		}
.messagePanel p {
		font-weight: normal;
		font-size: 1.2em;
		padding: 10px 10px 0;
		color: #007dce !important;
		line-height: 1.4em;
		}
/*	--------------	*/
/*	warning		*/
/*	--------------	*/
.warningPanel {
		border: 1px solid #f7cb77;
		background: #ffeecc;
		padding: 10px 10px 0;
		margin: 10px 0;
		}
.warningPanel p {
		font-weight: normal;
		font-size: 1.2em;
		color: #ff9c00 !important;
		line-height: 1.4em;
		}
