/* Basic Content Type CSS */

.basic-page .close-modal a {
background-image: url("/profiles/aetv/themes/custom/aetv/images/close_btn.png");
width: 30px;
height: 30px;
text-indent: -10000px;
position: relative;
float: right;
display: inline-block;
z-index: 10000;
}

.inner-page .basic-page {
  background-color: #fff;
  padding: 25px;  
  white-space: normal;
}
