
/* -----------------------------------*/
/* -->>>ROUNDED CORNER <<<--*/
/* -----------------------------------*/


/* --------Presskit header style-------*/
.ak-corner h1{ 
color:#081D58; border-bottom:1px solid #081D58; width:100%;
 }
.ak-corner h1 a:link, .ak-corner h1 a:visited, .ak-corner h1 a:hover {
text-decoration:none;color:#081D58;
}
/* --------Presskit more link-------*/
.ak-corner-more {text-align:right; margin-right:10px;}
.ak-corner-more  a:link { color: #717ca5; text-decoration:underline; font-weight:normal;}
.ak-corner-more  a:visited { color: #717ca5; text-decoration:underline;font-weight:normal; }
.ak-corner-more  a:hover   { text-decoration: none; color: #213068; font-weight:normal; }


.ak-corner{
  position:relative;
  z-index:2;  
  margin:3px;

}

.ak-corner-bd{
  padding:12px;
  min-height:100px;

}

.ak-corner .bgnd{
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
 
}


.ak-corner .bgnd *{
  position:absolute;
  overflow:hidden;
  background-repeat:no-repeat;
}


.ak-corner .bgnd u.w{
  left:0;
  top:0;
  right:40px;
  height:60px;
  
}

.ak-corner .bgnd u.e{
  top:0;
  right:0;
  height:60px;
  width:40px;
  background-position:-960px 0;
  
}

.ak-corner .bgnd i.w{
  left:0;
  top:60px;
  right:40px;
  bottom:40px;
  background-repeat:repeat-y;
  background-position:-1000px 0;
}

.ak-corner .bgnd i.e{
  
  top:60px;
  right:0px;
  width:40px;
  bottom:40px;
  background-repeat:repeat-y;
  background-position:100% 0;
}



.ak-corner .bgnd b.w{
  left:0;
 
  bottom:0;
  right:40px;
  height:40px;
  background-position:0 100%;
}

.ak-corner .bgnd b.e{
  height:40px;
  
  bottom:0;
  right:0;
  width:40px;
  background-position:-960px 100%;
}
.ak-corner{
  /*_behavior:url(ie6.htc);*/
}

.ak-corner-bd{
  padding:20px 20px 20px 20px;
}

.ak-corner .bgnd *{
  background-image:url(../template_pictures/rounded_corners/rounded_background.gif);
}
