.contentDiv{
	background-color: #d8dfe5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.link{
	font-size: 12px;
	padding-top:15px;
}

.link a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	background-image: url('comment.png');
	background-repeat: no-repeat;
	background-position:left;
	background-position-y: -10;
	padding-left: 17px;
}

.link a:hover{
	border-color: black;
	border-width: 2px;
	border-bottom-style: solid;
}

.alert {
	text-align: left;
	max-width: 150px;
	border-color: #84111a;
	border-style: solid;
	border-width: 1px;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-image: url(warning.png);
	font-size: 14px;
	background-color: #ffded4;
	color: #850e1a;
}

.alert ul{
	margin: 0px;
	padding: 0px;
}

.alert li{
	margin-left: 8px;
	list-style-type: square;
}
.logok {
	text-align: left;
	max-width: 150px;
	border-color: #388517;
	border-style: solid;
	border-width: 1px;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-image: url(ok.png);
	font-size: 14px;
	background-color: #d5ffca;
	color: green;
}

.loginfo {
	text-align: left;
	max-width: 612px;
	border-color: #316AFF;
	border-style: solid;
	border-width: 1px;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-image: url(info.png);
	font-size: 14px;
	background-color: #F1F9FF;
	color: #1D3F97;
}

.close a{
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

.close a:hover{
	border-color: black;
	border-width: 2px;
	border-bottom-style: solid;
}



hr{
	display: none;
}

