.newpageblock, .pageblock-blue 
{
	width: 100%;
	box-sizing: border-box;
	margin:12px 0px 20px; 
	background:#FFF; 
	padding:40px; 
	border:1px solid #DDD; 
	display: inline-block;
	border-radius:20px; 
	-webkit-border-radius:20px;
	-moz-border-radius:20px;  
	-khtml-border-radius:20px;
	line-height: 1.7;
}

.pageblock-blue
{
	background:#d6e3f9; 
	padding:20px; 
	border-radius:10px; 
	-webkit-border-radius:10px;
	-moz-border-radius:10px;  
	-khtml-border-radius:10px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), inset 0 4px 0 0 #5c70b7;
}

.pageblock3 
{
	width: 100%;
	box-sizing: border-box;
	margin:30px 0px 20px; 
	background:#FFF; 
	padding:40px; 
	margin-top:12px; 
	border:1px solid #DDD; 
	display: inline-block;
	border-radius:20px; 
	-webkit-border-radius:20px;
	-moz-border-radius:20px;  
	-khtml-border-radius:20px;
	line-height: 1.7;
}


a.newpageblock:hover, a.pageblock3:hover
{
	border: 1px solid #F00;
	text-decoration: none;
}

.newpageblock_header, .pageblock3_header 
{ 
	font-size:140%; 
	font-weight:normal; 
	/*white-space:nowrap; */
	display:block; 
	width:auto; 
	margin:0 20px; 
	padding:10px;
}

.newpageblock h2, .pageblock3 h2, .newpageblock h1
{
	margin-top: 0px;
}

.img-banner
{
	border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -khtml-border-radius: 20px;
	text-align: center;
	display: block;
	margin: 0 auto;
	position: absolute;
	/*width: 100%;*/

      /* width: 100%; */
      /* height: 100%; */
      /* margin: auto; */
      /* position: absolute; */
      /* top: 0; */
      /* left: -10%; */
      /* bottom: 0; */
      /* right: 0; */
      
	align-self: center;
}


@media all and (-ms-high-contrast:none)
 {
 	.img-banner
	{
		position: relative;
	}
}

.img-round-centr
{
	margin:auto; 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
}

.img-round-centr10
{
	margin:auto; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}