/*
	Message Styles
----------------------------------------------*/

.message{
	font-size: 12px
}

.message_wrapper{
	margin: 7px 5px 0
}

/*--- Message Types ---*/
.message_info{
	padding: 10px;
	border-top: 1px solid #D8E7FC;
	border-bottom: 1px solid #D8E7FC
}

.message_warning{
	padding: 10px;
	border-top: 1px solid #FFE27D;
	border-bottom: 1px solid #FFE27D
}

.message_warning h3{
	margin: 0 0 -10px;
	padding: 0;
	color: #C00;
	font-size: 16px
}

.col-skinny .message_warning,
.col-skinny .message_info{
	margin-bottom: 10px
}

.info_small{ padding-left: 60px; background: #EBF3FE url(../../images/portal/message/info_med.png) 10px 10px no-repeat; min-height: 50px;height:auto !important;height:50px }
.info_large{ background: #EBF3FE url(../../images/portal/message/info_lrg_trans.png) 100% 100% no-repeat }

.warning_small{ padding-left: 60px; background: #FFF4D5 url(../../images/portal/message/warning_med.png) 10px 10px no-repeat; min-height: 50px;height:auto !important;height:50px }
.warning_large{ background: #FFF4D5 url(../../images/portal/message/warning_lrg_trans.png) 100% 100% no-repeat }