img.imgmax
{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height:100%;
}

.errorMsg1
{
	text-align:center;
	margin:15px 0 0 0;
	background:#FFD2D2;
	border:1px solid #800000;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#333;
}
.infoMsg1
{
	text-align:center;
	margin:15px 0 0 0;
	background:#F1F5F9;
	border:1px solid #0A4D84;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#333;
}