@charset "utf-8";
/* CSS Document */


.alert_box {
	border: 1px dotted #FF4F4A;
	background-color: #FFE7E6;
	background-image: url(images/alert.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.download_box {
	border: 1px dotted #65ADFE;
	background-color: #DFF0FF;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.grey_box {
	background: #EEEEEE;
	border: 1px dotted #BBBBBB;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.info_box {
	border: 1px dotted #7AD975;
	background-color: #E2F8DE;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.warning_box {
	border: 1px dotted #FE9A05;
	background-color: #FEFFD5;
	background-image: url(images/warning.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}