/* CSS Document */

/* FLASH MESSAGES: NOTICE, WARNING, ERROR */
.flash {   
  font-size: 14px;
  padding: 5px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.notice {
  background: url(//d1siwwo0kh614p.cloudfront.net/images/icon/icon_flash_notice_med.gif) no-repeat ;
  background-color: #e2f9e3;
  border: 1px solid #679e00;
  color: #006600;
}
.warning {
	background: #fcd1d1 url(//d1siwwo0kh614p.cloudfront.net/images/icon/icon_warning.gif) no-repeat;
	border: 1px solid #dd0000;
	color: #880000;
}
.error {
  background: url(//d1siwwo0kh614p.cloudfront.net/images/icon/icon_flash_error_med.gif) no-repeat;  
  background-color: #fcd1d1;
  border: 1px solid #dd0000;
  color: #880000;  
}
.tip {
	margin: 10px 0;
	padding: 10px;
	padding-left: 30px;
	background: url(//d1siwwo0kh614p.cloudfront.net/images/icon/warn/comment_24.gif) no-repeat;
	background-position: 5px 7px;
	background-color: #ffffcc;
	border: 1px solid #ccc;
	font-size: 100%;
}
.new1 {
	margin: 10px 0;
	padding: 10px;
	padding-left: 35px;
	background: url(//d1siwwo0kh614p.cloudfront.net/images/icon/new/new_badge.jpg) no-repeat;
	background-position: 5px 10px;
	background-color: #ffffcc;
	border: 1px solid #ccc;
	font-size: 100%;
}
.success1 {
	margin: 10px 0;
	padding: 10px 0px 0px 10px;
	padding-left: 5px;
	background-color:FFF; 
	font-size: 100%;
}

.success1 ul {
	font-size: 100%;
	line-height:normal;
	height:auto;
	list-style-type: disc;
	margin: 5px 0 0px 15px;
	padding-left: 5px;
	text-indent: -5px;
}

.success1 li {
	font-size: 100%;
	margin:5px 0;
	line-height:16px;
	height:auto;
}

.attention {
	margin: 10px 0;
	padding: 10px;
	padding-left: 30px;
	background: #ffffcc url(//d1siwwo0kh614p.cloudfront.net/images/icon/warn/notification_24.gif) no-repeat 5px 7px;
	border: 1px solid #ccc;
	font-size: 85%;
}
.attention2 {
	margin: 10px 0;
	padding: 10px;
	padding-left: 30px;
	background-position: 5px 7px;
	background-color:#FF9797;
	border: 1px solid #ccc;
	font-size: 100%;
}

