/*Box Guide & Exclusive*/
  .box-guide {
	font-family: 'Quark-Bold.otf';
	src:url("../fonts/Quark-Bold.otf");
    background-image:url(../img/bg-guide.png); 
    background-repeat:repeat-y; 
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .box-guide h2 {
    padding: 0px;
    color: #fff;
    font-family: quarkbold, Arial, sans-serif;
    font-size: 22px!important;
    margin: 0px;
  }
 /* Index Background Inbox */
  .inbox-background {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }
/*Box News*/
  .box-news {
    background-image:url(../img/bg-news.png); 
    background-repeat:repeat-y; 
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .box-news h2 {
    padding: 0px;
    color: #fff;
    font-family: quarkbold, Arial, sans-serif;
    font-size: 22px!important;
    margin: 0px;
  }
/*Box Update*/
  .box-update {
    background-image:url(../img/bg-update.png); 
    background-repeat:repeat-y; 
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .box-update h2 {
    padding: 0px;
    color: #fff;
    font-family: quarkbold, Arial, sans-serif;
    font-size: 22px!important;
    margin: 0px;
  }
/*Box Area*/
  .box-area {
    margin-bottom: 10px;
  }
  .box-area h2 {
    padding: 0px;
    color: #5f6060;
    font-family: quarkbold, Arial, sans-serif;
    font-size: 22px!important;
    margin: 0px;
  }
  .inbox-area {
  	padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: inset 0px 0px 30px -5px rgba(0,0,0,0.75);
  	-webkit-box-shadow: inset 0px 0px 30px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 30px -5px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 30px -5px rgba(0,0,0,0.75);
  }
/*Intro*/
	.intro {
		border-top: 2px solid #3ba4d6;
		padding-top: 10px;
		padding-bottom: 10px;
	}
/*List Post Property*/
	.inbox-post {
		margin-bottom: 5px;
	}
/*Post Orange*/
	.inbox-post-orange {
		color: #f79520;
	}
/*Post Blue*/
	.inbox-post-blue {
		color: #0567a1;
	}