/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 93.8%;
                }
                

.attention {
                background: #fffbcc url('../images/admin/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../images/admin/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../images/admin/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('../images/admin/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for form inputs */
.feture-apps-banner{
	border:none;
	background:none;
	height:auto;
	max-width:873px;
}
.vdo-or-img-box{
	border:none;
	background:none;
	height:auto;
	max-width:530px;
}
.saas-form-label sup{
	color:red;
	display:inline-block;
	margin-left:3px;
}
.package-plan.enterprise a{
	color:white;
}
.package-plan.enterprise a:hover{
	text-decoration:underline;
}

/*************** Facebox ***************/

#facebox .b {
  background:url(../images/admin/b.png);
}

#facebox .tl {
  background:url(../images/admin/tl.png);
}

#facebox .tr {
  background:url(../images/admin/tr.png);
}

#facebox .bl {
  background:url(../images/admin/bl.png);
}

#facebox .br {
  background:url(../images/admin/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img.close_image {
  border: 0;
  margin: 0;
	position:absolute;
	right:0px;
	margin-top:-20px;
}

#facebox .footer {
/*  border-top: 1px solid #DDDDDD;*/
	position:relative;
  	zoom:1;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  padding-bottom: 5px;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

.footer-title.padR90px{
	padding-right: 90px;
}
.right_package_promotion{
	width:290px;
	height:140px;
	display:block;
	/*border:3px solid #C7C9CA;*/
	float:right;
	margin-right:10px;
}
.right_package_promotion img{
	width:290px;
	max-height:140px;
	
}
.contact-message-area{
	border: #dbdcde 3px solid;
	width: 495px;
	font-family: 'ArialNarrow';
	color: #999;
	font-size: 22px;
}
.top-badge{
	position:absolute;
	right:35px;
	top:5px;
	z-index:5;
}
.top-badge img{
	width:130px;
	height:130px;
}
.top-header-link{
	float:right;
	color:#f15a29;
	font-family: 'ArialRoundedBold', sans-serif;
	font-weight:bold;
	margin-right:20px;
	font-size:16px;
}
.top-header-link:hover {
	text-decoration:underline;
}