body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/wood-bg9.jpg);
	padding-top: 10px;
	
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;	
}
img {
	border: none;
}
a {
	color: #4B3C1B;
	text-decoration: none;
}
a:hover {
	color: #F30;
}
.dark {
	background-color: #000;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	z-index: 1999;
	position: absolute;
	top: 0px;
	display: none;
}


.ask_kota {
	background-image: url(../images/maptag.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #333;
	position: absolute;
	border-radius: 10px;
	height: 64px;
	background-position: 10px 10px;
	padding-left: 85px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	z-index: 2000;
	display: none;
}
.ask_kota select {
	margin-top: 10px;
	margin-left: 70px;
}




.clear {
	clear: both;
}
.container   {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.LoginForm  {
	padding: 10px;
	border-radius: 8px;
	background-color: #E9E6E2;
	background-image: url(../images/parent-small.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.LoginForm .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 40px;
	color: #643525;
	margin-bottom: 10px;
}

.LoginForm .field  {
	width: 130px;
}



.header_shadow {
	width: 1013px;
	height: 178px;
	position: absolute;
	background-image: url(../images/header_shadow.png);
	z-index: -1;
	margin-left: -33px;
	margin-top: 5px;
}

.header {
	height: 170px;
	background-image: url(../images/header_bg1.png);
	background-repeat: repeat-x;
	width: 1000px;
	padding: 0px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.header .logo {
	float: left;
	margin-top: 40px;
	margin-left: 15px;
}
.header .homebase {
	font-size: 11px;
	margin-top: 129px;
	margin-left: 820px;
	position: absolute;
	width: 145px;
}
.header .homebase select {
	height: 20px;
}


.header .topmenu {
	float: right;
	margin-right: 13px;
	font-size: 11px;
	margin-top: 38px;
	color: #CCC;
	width: 32px;
	text-align: center;
}
.header .topmenu img {
	color: #CCC;
	margin-left: 10px;
	margin-bottom: 17px;
}



.header .menu {
	float: right;
	margin-top: 73px;
	margin-right: 85px;
}
.header .menu .item {
	float: left;
	padding: 0px;
	margin-left: 20px;
}
.header .menu .item .home {
	margin-top: -12px;
}

.header .menu .item.school {
	border-radius: 4px 4px 0px 0px;
}
.header.container .menu .item.active {

}
.header.container .menu .item.hover {

}
.header .menu .item:hover {

}
.header .menu .item.school {
	width: 80px;
}

.header .menu .submenu {
	position: absolute;
	margin-left: 0px;
	display: none;
	top: 103px;
	z-index: 0;
}
.header .menu .submenu .subhead {
	position: absolute;
	margin-top: -20px;
}

.header .menu .submenu .items {
	margin-top: 5px;
	margin-left: -10px;
}

.header .menu .submenu .items  img.img {
	margin-left: 15px;

}
.header .socials {
	position: absolute;
	margin-left: 900px;
	margin-top: 127px;
	display: none;
}
.header .facebooktwitter {
	margin-top: 12px;
	text-align: right;
}
.header .facebooktwitter img {
	margin-right: 20px;
	border-radius: 24px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.header .facebooktwitter img:hover {
	box-shadow: 0px 0px 20px 2px #FF0;
}
.header .facebooktwitter .author {
	display: none;
}











.quick_search {
	background-color: #D1FFE3;
}
.quick_search .container {
	background-repeat: no-repeat;
	background-position: 30px 18px;
	height: 0px;
}
.quick_search .container #QuickSearchForm {
	margin-top: 17px;
	float: right;
	margin-right: 30px;
}
.banner_area {
	height: 396px;
	margin-bottom: 0px;
	background-image: url(../images/featured_shadow.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	margin-top: 0px;
	padding-top: 15px;
}
.banner_area .grey {
	padding: 9px;
	background-image: url(../images/featured_bg.jpg);
	width: 905px;
	border: 3px solid #FFF;
	margin-left: 11px;
}

.banner_area .container {
	height: 335px;
	padding: 0px;
	background-color: #000;
	overflow: visible;
	width: 905px;
	margin: 0px;
	border: 1px solid #CCC;
}
.banner_area .container .nav {
	height: 335px;
	width: 140px;
	background-color: #D0FFE3;
	position: absolute;
	z-index: 1000;
	display: block;
}
.banner_area .container .nav .head {
	background-color: #643525;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
	font-size: 20px;
	letter-spacing: 2px;
}
.banner_area .container .nav .item {
	font-size: 20px;
	color: #62543c;
	text-align: center;
	padding: 5px;
	margin-top: 16px;
	cursor: pointer;
}
.banner_area .container .nav .item.active {
	background-color: #FFF997;
}

.banner_area .container .nav .item:hover {
	background-color: #FFF997;
}
.banner_area .container .slideblock {
	height: 335px;
	display: none;
	position: absolute;
	width: 774px;
	overflow: hidden;
	margin-left: 131px;
}






.banner_area .container .images {
	width: 780px;
	height: 335px;
	float: left;
	background-color: #000;
	overflow: hidden;

}
.banner_area .container .images img {
	display: none;
}
.banner_area .container .images img.active {
	display: block;
}

.banner_area .container .info {
	height: 335px;
	width: 280px;
	position: absolute;
	background-image: url(../images/dark.png);
	background-repeat: repeat;
	margin-left: 645px;
	color: #FFF;
	padding: 10px;
	overflow: hidden;
}
.banner_area .container .info .detail {
	display: none;
}
.banner_area .container .info .detail.active {
	display: block;
}

.banner_area .container .info .head {
	font-size: 20px;
	margin-bottom: 10px;
}
.banner_area .container .info .more {
	margin-top: 10px;
	text-align: right;
}

.banner_area .container .info .more a {
	color: #FF0;
	text-decoration: none;
	font-size: 11px;
}




.main.container {
	margin-bottom: 20px;
	width: 1024px;
	padding: 0px;
}
.home .jvasamples {
	text-align: center;
	font-weight: bold;
	margin-top: -20px;
	display: block;
	margin-bottom: 40px;
	background-color: #fb1f1f;
	width: 562px;
	margin-left: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.home .jvasamples:hover {
	color: #FF0;
}



.main.container .top {
	background-image: url(../images/book_top.png);
	height: 45px;
	width: 1034px;
	margin-left: -3px;
}
.main.container .top .logout {
	background-image: url(../images/logout_tab.png);
	height: 50px;
	width: 147px;
	margin-top: -22px;
	position: absolute;
	margin-left: 45px;
}
.main.container .top .logout .logoutbutton {
	background-image: url(../images/logout.jpg);
	background-position: center top;
	height: 20px;
	width: 84px;
	display: block;
	position: absolute;
	margin-left: 35px;
	margin-top: 15px;
}
.main.container .top .logout .logoutbutton:hover {
	background-position: center bottom;
}


.main.container .top .note_green {
	position: absolute;
	background-image: url(../images/note_green.png);
	height: 38px;
	width: 206px;
	margin-left: 435px;
	margin-top: -10px;
	background-repeat: no-repeat;
}
.main.container .top .note_green.member {
	background-image: url(../images/note_green_on.png);
	margin-top: -40px;
	height: 68px;
	width: 208px;
}
.main.container .top .note_green.member .profilmember , .profilsekolah{
	display: block;
	background-image: url(../images/profil.jpg);
	height: 26px;
	width: 155px;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	background-position: center top;
}
.profilsekolah {
	background-image: url(../images/profil-sekolah.jpg);
}
.main.container .top .note_green.member .profilmember:hover , .profilsekolah:hover{
	background-position: center bottom;
}




.main.container .top .note_facebook {
	position: absolute;
	background-image: url(../images/note_facebook.png);
	height: 66px;
	width: 95px;
	margin-left: 695px;
	margin-top: -38px;
}
.main.container .top .note_twitter {
	background-image: url(../images/note_twitter.png);
	height: 68px;
	width: 69px;
	margin-top: -40px;
	margin-left: 810px;
	position: absolute;
}


.main.container .mid {
	background-image: url(../images/book_mid.png);
	background-repeat: repeat-y;
	width: 1034px;
	margin-left: -3px;
}

.main.container .left{
	width: 250px;
	min-height: 100px;
	float: left;
	margin-bottom: 20px;
	margin-left: 52px;
}
.main.container .left .note_pink {
	background-image: url(../images/note_pink.jpg);
	height: 47px;
	width: 18px;
	position: absolute;
	margin-left: -48px;
	margin-top: 50px;
}
.main.container .left .twitter-timeline {
	margin-bottom: 20px;
}


.main.container .left .socials {
	text-align: center;
	margin-bottom: 10px;
}
.main.container .left .socials img {
	margin-right: 10px;
	margin-left: 10px;
}
.main.container .left .request {
	border: 2px dashed #ABE4C2;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 3px;
}
.main.container .left .request .content {
	background-color: #E9E6E2;
	border-radius: 8px;
	height: 50px;
	background-image: url(../images/request_bg1.png);
	background-repeat: no-repeat;
	background-position: 13px 10px;
	padding-top: 110px;
}
.main.container .left .request .content a .button {
	background-color: #fff997;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 80px;
	text-align: center;
	color: #fd910a;
	box-shadow: 2px 2px 10px 1px #333;
}
.main.container .left .request .content a .button:hover {
	color: #F00;
}




.main.container .left .AddSpace {
	background-color: #a49a84;
	color: #FFF;
	height: 150px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 100px;
}
.main.container .left .advert {
	margin-top: 10px;
	margin-bottom: 10px;
}
.main.container .left .registerbox {
	background-image: url(../images/parent.png);
	background-repeat: no-repeat;
	min-height: 100px;
	background-color: #E9E6E2;
	border-radius: 8px;
	text-align: right;
	padding: 10px;
	background-position: 10px 30px;
	font-size: 14px;
}
.main.container .left .registerbox:hover {
	color: #000;
}

.main.container .left .registerbox .head {
	font-size: 15px;
	font-weight: bold;
	color: #643525;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.main.container .left .registerbox.lembaga {
	background-image: url(../images/school.png);
	background-position: center top;
	background-size: auto 60px;
	padding-top: 65px;
	text-align: center;
}
.main.container .left .registerbox.lembaga .button a {
	color:#fff;
}
.main.container .left .registerbox.lembaga .button a:hover {
	color:#FF0;
}

.main.container .left .school_login {
	padding: 12px;
	background-color: #FFF;
	border-radius: 8px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border: 1px solid #CCC
}
.main.container .left .school_login .head {
	font-size: 16px;
	font-weight: bold;
	color: #643525;
	text-transform: uppercase;
	margin-left: 50px;
}
.main.container .left .school_login:hover .head {
	color: #000;
}










.main.container .center{
	float: left;
	width: 625px;
	min-height: 1360px;
	z-index: 5;
	padding: 0px;
	margin-left: 28px;
	padding-bottom: 65px;
}
.main.container .center img {
	max-width: 585px;
	height: auto;
}
.main.container .center .slideshow img {
	max-width: 800px;
	height: auto;
}

.main.container .center.notfound {
	min-height: 350px;
	padding-top: 50px;
	color: #5F3324;
}


.main.container .center .homelogo {
	background-image: url(../images/logo_corner.png);
	height: 151px;
	width: 213px;
	position: absolute;
	margin-top: -27px;

}

.main.container .center.full {
	width: 895px;
}

.main.container .center.clean {
	background-image: none;
}

.main.container .center .tagline {
	font-size: 24px;
	color: #675224;
	text-align: center;
	padding-left: 220px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.main.container .center .item {
	float: left;
	width: 186px;
	border: 1px dashed #ff940f;
	padding: 3px;
	margin: 6px;
	border-radius: 8px;
	opacity: 0.8;
	font-size: 12px;
}
.main.container .center .item:hover {
	border-color: #F00;
	opacity: 1;
}

.main.container .center .item .content {
	border-radius: 6px;
	padding: 10px;
	color: #62543c;
	background: #e5ffef;
	background: -moz-linear-gradient(top,  #e5ffef 0%, #c1f4d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5ffef), color-stop(100%,#c1f4d3));
	background: -webkit-linear-gradient(top,  #e5ffef 0%,#c1f4d3 100%);
	background: -o-linear-gradient(top,  #e5ffef 0%,#c1f4d3 100%);
	background: -ms-linear-gradient(top,  #e5ffef 0%,#c1f4d3 100%);
	background: linear-gradient(to bottom,  #e5ffef 0%,#c1f4d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ffef', endColorstr='#c1f4d3',GradientType=0 );
	border: 1px solid #C1F4D3;	
	/*
	background-image: linear-gradient(top,#F9F9F9,#ECECEC);
	background-image: -moz-linear-gradient(top,#F9F9F9,#ECECEC);
	background-image: -webkit-linear-gradient(top,#F9F9F9,#ECECEC);
	*/
}
.main.container .center .item .content .image {
	text-align: center;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #A2EEBC;
	background-color: #FFF;
	height: 100px;
}
.main.container .center .item .content .image img {
	max-height: 100px;
	max-width: 158px;
}

.main.container .center .item .content .name {
	padding: 3px;
	margin-bottom: 5px;
	height: 35px;
	text-align: center;
	font-weight: bold;
}
.main.container .center .item .content .address {
	height: 90px;
	overflow-y: auto;
	text-align: center;
}
.main.container .center .content {
	padding: 20px;
	line-height: 16px;
}
.main.container .center .content h1 {
	line-height: 24px;
}

.main.container .center .content.profile a{
	color: #00F;
}
.main.container .center .content.profile a:hover {
	text-decoration: underline;
}
.main.container .mid .center #presentasi {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
	border:solid 1px #666;
	background-color:#000;
}



.main.container .sidetabs {
	width: 50px;
	margin-top: 0px;
	float: left;
	height: 832px;
	padding-top: 10px;
	overflow: hidden;
	margin-left: 16px;
}
.main.container .sidetabs .item {
	float: left;
	clear: left;
	padding: 15px;
	margin-bottom: 10px;
	padding-right: 6px;
	padding-left: 6px;
	background: #D0FFE2;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	box-shadow: 0px 2px 10px #666;
	-moz-box-shadow: 0px 2px 10px #666;
	-webkit-box-shadow: 0px 2px 8px #666;
}

.main.container .sidetabs .item.guru {
	background: #FFF997;
	
}

.main.container .sidetabs .item.usaha {
	background: #ABE4C2;
}

.main.container .sidetabs .item:hover {
	padding-left: 10px;
}
.main.container .center .intro h1 {
	font-size: 16px;
}
.main.container .bottom {
	background-image: url(../images/book_bottom.png);
	height: 58px;
	width: 1034px;
	margin-left: -3px;
}
.main.container .bottom .pagecurl {
	background-image: url(../images/pagecurl.jpg);
	height: 94px;
	width: 95px;
	position: absolute;
	margin-left: 861px;
	margin-top: -77px;
}
.main.container .bottom .mlogo {
	margin-left: 960px;
	margin-top: -80px;
	width: 65px;
	display: block;
	height: 84px;
	position: absolute;
	background-image: url(../images/mlogo.png);
	background-position: right top;
}
.main.container .bottom .mlogo:hover {
	width: 70px;
}

.main .spoiler  {
	padding: 10px;
	border: 1px solid #CCC;
	display: none;
	background-color: #FFF;
}

.help {
	margin-bottom: 40px;
}

.help .tabs .tab {
	float: left;
	margin-right: 1px;
	cursor: pointer;
}
.help .indicator {
	clear: both;
	width: 582px;
	padding-top: 10px;
	margin-bottom: 5px;
}
.help .indicator .redbar {
	background-color: #643525;
	height: 3px;
}
.help .indicator .redball {
	margin-top: -9px;
	margin-left: 64px;
}
.help .HelpContent {
	display: none;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #CCC;
}
.help .HelpContent ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.help .HelpContent ul li {
	list-style-type: none;
	vertical-align: middle;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/document.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.help .HelpContent ul li a {
	margin-top: -5px;
}


.help .HelpContent ul li a:hover {
	color: #F30;
}


.help .HelpContent.active {
	display: block;
}




.green_dash {
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 2px;
	border: 2px dashed #ABE4C2;
}


.history   {
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 2px;
	border: 2px dashed #ABE4C2;
}
.history .main {
	background-color: #E9E6E2;
	border-radius: 8px;
}

.history .head    {
	text-align: center;
	padding: 5px;
	color: #f46b17;
	background-color: #FFF;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	border-radius: 0px 0px 20px 20px;
}
.history .list    {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}
.history .list .pastitem {
	min-height: 50px;
	margin-bottom: 8px;
	opacity: 0.7;
}
.history .list .pastitem:hover {
	opacity: 1;
}

.history .list .pastitem .thumb {
	margin-right: 5px;
	border: 1px solid #000;
	height: 50px;
	width: 50px;
	overflow: hidden;
	float: left;
	background-color: #FFF;
}
.history .list .pastitem .thumb img {
	margin-left: 0px;
}

.history .list .pastitem .remove {
	float: right;
	cursor: pointer;
}
.history .empty     {
	text-align: center;
	font-size: 11px;
	padding-bottom: 5px;
}

.history .empty a     {
	font-size: 11px;
	color: #999;
}
.history .empty a:hover  {
	color: #03F;
}
.posthead {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #685223;
}



#SearchForm {
	text-align: right;
	padding-right: 30px;
}
#SearchForm .form.hide {
	display: none;
}

#SearchForm.SearchForm {
	text-align: left;
	padding: 20px;
	background-color: #eafef2;
	border-radius: 10px;
	margin: 15px;
	background-image: url(../images/logo_small.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-left: 75px;
}
#SearchForm h1 {
	margin: 0px;
}
#SearchForm h2 {
	font-size: 12px;
	color: #e27b02;
	font-weight: normal;
	margin: 0px;
}


#SearchForm .field {
	width: 250px;
}
#SearchForm select.field {
	width: 255px;
}


.formframe {
	padding: 5px;
	border: 2px dashed #F60;
	margin-bottom: 40px;
	border-radius: 8px;
}

.formbox {
	padding: 10px;
	border: 1px solid #A49A84;
	border-radius: 8px;
	font-size: 12px;
	background-color: #d1ffe3;
	color: #55421C;
}
.formbox .formhead{
	color: #063;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}
.formbox .field {
	width: 300px;
}
.formbox .field.pesan {
	width: 530px;
	height: 350px;
}


.formbox table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.error  {
	font-size: 11px;
	color: #F00;
}
.button  {
	background-color: #F90;
	border-radius: 7px;
	border: 1px solid #F90;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	box-shadow: 1px 1px 4px #666;
}
.button:hover {
	color: #FF0;
	box-shadow: 0px 0px 4px #666;
}


.addschool {
	border: 2px dashed #f89b1d;
	padding: 3px;
	border-radius: 10px;
}

.addschool .content {
	background-color: #fffaaf;
	height: 61px;
	background-image: url(../images/school.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #55421C;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
}
.addschool .content .title {
	margin-left: 180px;
	margin-top: -5px;
}
.addschool .content .free {
	float: left;
	margin-left: 190px;
	margin-top: 10px;
	font-size: 32px;
	color: #F00;
}

.addschool .content a .button {
	background-color: #FFF997;
	float: right;
	padding: 5px;
	width: 80px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 2px 2px 4px #666;
	margin-top: 15px;
	margin-right: 40px;
}
.addschool .content a .button:hover {
	color: #F00;
}
.button.joinBtn {
	float: left;
}
.button.joinBtn a:hover {
	color: #FF0;
}
.greendots {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #b8e9cc;
	margin-bottom: 20px;
}
.main.container .searchtabs {
	margin-bottom: 40px;
}

.main.container .searchtabs .tabs{
	float: none;
	width: auto;
	height: auto;
	padding-left: 2px;
	padding-top: 5px;
}
.main.container .searchtabs    .tabs .tab{
	float: left;
	font-size: 21px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	margin-right: 10px;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: 0px 35px;
}
.main.container .searchtabs .tabs .tab.active {
	box-shadow: 1px 1px 6px #999;
	background-image: none;
}
.main.container .searchtabs .tabs .tab.sekolah {
	color: #fd9008;
	background-color: #d0ffe3;
}
.main.container .searchtabs .tabs .tab.kursus {
	color: #675224;
	background-color: #fff997;
}
.main.container .searchtabs .tabs .tab.daycare {
	color: #675224;
	background-color: #abe4c2;
}
.main.container .searchtabs .tabs .tab:hover {
	color: #F00;
}
.main.container .searchtabs .contents {
	height: 260px;
}

.main.container .searchtabs .contents .content {
	border-radius: 0px 10px 10px 10px;
	display: none;
	box-shadow: 1px 4px 5px #999;
	margin-left: 2px;
	background-image: url(../images/logo_small.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	padding-left: 85px;
	color: #675224;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	position: absolute;
	width: 475px;
	height: 220px;
}
.main.container .searchtabs .contents .content.active {
	display: block;
}
.main.container .searchtabs .contents .content.sekolah {
	background-color: #D0FFE3;
}
.main.container .searchtabs .contents .content.kursus {
	background-color: #FFF997;
}
.main.container .searchtabs .contents .content.daycare {
	background-color: #ABE4C2;
}
.main.container .searchtabs .contents .content .bigsearch {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}
.main.container .searchtabs .contents .content .find {
	font-size: 12px;
	color: #fd9008;
	margin-bottom: 10px;
	font-weight: normal;
}
.main.container .center.search .result {
	font-size: 11px;
	margin-left: 15px;
	margin-top: 20px;
	color: #999;
}
.main.container .center.search .nav {
	margin-bottom: 20px;
	margin-top: 10px;
}
.main.container .center.join .pricing {
	margin-bottom: 20px;
}

.main.container .center.join .pricing .keterangan {
	font-size: 11px;
}
.main.container .center.join .pricing .table_list {
	background-color: #999;
}
.main.container .center.join .pricing .table_list .feature img {
	float: left;
	margin: 2px;	
	margin-right: 10px;
	margin-left: 5px;
}
.main.container .center.join .pricing .table_list .feature .text {
	float: left;
	width: 205px;
}

.main.container .center.join .pricing .table_list tr {
	background-color: #FFF;
}
.main.container .center.join .pricing .table_list .paket {
	width: 70px;
	text-align: center;
	vertical-align: top;
}
.main.container .center.join .pricing .table_list .paket.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	vertical-align: middle;
	height: 40px;
}

.main.container .center.join .pricing .table_list .paket.gray {
	background-color: #EEE;
}

.main.container .center.join .pricing .table_list .paket a {
	font-size: 10px;
}

.main.container .center.join .pricing .table_list .paket .button {
	padding: 2px;
	margin: 3px;
	color: #FF0;
	font-size: 12px;
}
.main.container .center.join .pricing .table_list .paket .button:hover {
	color: #F00;
}
.main.container .center.join .pricing ul li{
	margin-bottom: 8px;
}
.main.container .center.join .pricing ul li ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}
.main.container .center.thearticle img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.home .welcome {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #675250;
	line-height: 1.1em;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}












.articles {
	margin-bottom: 30px;
	display: block;
	background-image: url(../images/vgreendot.jpg);
	background-repeat: repeat-y;
	background-position: center 20px;
}

.articles .head {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.articles .article {
	float: left;
	width: 280px;
	clear: both;
	margin-bottom: 25px;
}
.articles .article.right {
	float: right;
	clear: none;
}
.articles .article  img {
	float: left;
	border-radius: 10px;
}
.articles .article .excerpt {
	float: right;
	width: 195px;
}
.articles .article .excerpt .title a{
	font-size: 12px;
	color: #ff900a;
	margin-bottom: 5px;
	font-weight: bold;
}
.articles .article .excerpt .title a:hover {
	color: #F00;
}

.articles .article .excerpt .content {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #685422;
	text-align: justify;
	margin-top: 3px;
}
.articles .article .excerpt .more {
	display: block;
	float: right;
	color: #ff900a;
	font-size: 11px;
}
.articles .article .excerpt .more:hover {
	color: #F00;
}


.article_list {
	margin-bottom: 30px;
}

.article_list .article {
	margin-bottom: 25px;
	border: 1px solid transparent;
	padding: 5px;
	border-radius: 8px;
}
.article_list .article:hover {
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
	background-color: #FFF8DF;
}


.article_list .article  img {
	float: left;
	border-radius: 10px;
	margin-right: 10px;
}
.article_list .article .excerpt {
	float: left;
	width: 490px;
}
.article_list .article .excerpt .spoiler {
	display: none;
}

.article_list .article .excerpt .title {
	margin-bottom: 2px;
}
.article_list .article .excerpt .date {
	font-size: 11px;
	color: #666;
	margin-bottom: 2px;
}
.article_list .article .excerpt .writer {
	font-weight: bold;
	color: #6E471E;
	margin-bottom: 5px;
}


.article_list .article .excerpt .title a{
	font-size: 16px;
	color: #ff900a;
	font-weight: normal;
}
.article_list .article .excerpt .title a:hover {
	color: #F00;
}

.article_list .article .excerpt .content {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #685422;
	text-align: justify;
	margin-top: 3px;
}
.article_list .article .excerpt .more {
	display: block;
	float: right;
	color: #ff900a;
	font-size: 11px;
}
.article_list .article .excerpt .more:hover {
	color: #F00;
}


.event_list {
	margin-bottom: 30px;
}

.event_list .event {
	margin-bottom: 25px;
	border: 1px solid transparent;
	padding: 5px;
	border-radius: 8px;
}
.event_list .event:hover {
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
	background-color: #FFF8DF;
}


.event_list .event  img {
	float: left;
	border-radius: 10px;
	margin-right: 10px;
}
.event_list .event .excerpt {
	float: left;
	width: 490px;
}
.event_list .event .excerpt .title {
	margin-bottom: 2px;
}
.event_list .event .excerpt .date {
	font-size: 11px;
	color: #666;
	margin-bottom: 2px;
}
.event_list .event .excerpt .school {
	font-weight: bold;
	color: #6E471E;
	margin-bottom: 5px;
}

.event_list .event .excerpt .title a{
	font-size: 16px;
	color: #ff900a;
	font-weight: normal;
}
.event_list .event .excerpt .title a:hover {
	color: #F00;
}

.event_list .event .excerpt .content {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #685422;
	text-align: justify;
	margin-top: 3px;
}
.event_list .event .excerpt .more {
	display: block;
	float: right;
	color: #ff900a;
	font-size: 11px;
}
.event_list .event .excerpt .more:hover {
	color: #F00;
}


.main.container .center.full {
	min-height: inherit;
	width: 920px;
	margin-left: 35px;
}
.main.container .center .content.school {
	padding-bottom: 0px;
	padding: 0px;
}

.school {
	color: #60553e;
	margin-bottom: 20px;
}
.school .topper {
	background-image: url(../images/paper_top.png);
	height: 60px;
	width: 911px;
}
.school .stopper {
	background-image: url(../images/paper_bottom.png);
	height: 101px;
	width: 911px;
}


.school .height {
	min-height: 800px;
	background-image: url(../images/paper_mid.png);
	background-repeat: repeat-y;
	width: 881px;
	padding-left: 20px;
	padding-right: 10px;
}
.school .logo {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 150px;
}
.school .logo img {
	margin-right: 3px;
	margin-left: 3px;
}


.school .logo .logoimg{
	border: 0px solid #999;
	margin: 0px;
	margin-right: 20px;
}
.school .logo .rating {
	margin-top: 10px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.school .logo .rating .number {
	margin-bottom: 5px;
	color: #F30;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

.school .logo .rating img {
	margin-right: 1px;
}
.school .logo .rating .fraction {
	height: 16px;
	overflow: hidden;
	position: absolute;
	margin-top: -16px;
	background-image: url(../images/star_on.gif);
}
.school .logo .rating .rate .send {
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 5px;
	color: #09F;
}
.school .logo .rating .rateme {
	display: none;
}

.school .logo .rating .rateme img {
	cursor: pointer;
}




.school .schooldetails {
	float: left;
	width: 430px;
}
.school .schooldetails a {
	color: #00F;
}
.school .schooldetails a:hover {
	text-decoration: underline;
}





.school .name {
	margin: 0px;

}
.school .tag {
	text-align: left;
	font-size: 16px;
}
.school tr.lines td, .theiklan tr.lines td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #57f7c2;
}
.school .history {
	float: right;
	width: 215px;
}
.school .print  {
	margin-top: 10px;
	margin-left: 170px;
	padding-left: 50px;
	height: 30px;
}
.school .print .printer {
	margin-top: 0px;
	position: absolute;
	margin-left: -50px;
	width: 24px;
}


.school .tabs  {
	margin-top: 40px;
}

.school .tabs .tab {
	float: left;
	margin-right: 6px;
	font-size: 12px;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ade8c2;
	border-radius: 10px 10px 0px 0px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	cursor: pointer;
	padding-bottom: 4px;
	margin-top: 4px;
	font-weight: bold;
}
.school .tabs .tab:hover {
	color: #F00;
	margin-top: 0px;
	padding-bottom: 8px;
}
.school .tabs .tab.active {
	background-color: #ecfdf1;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e48600;
	border-right-color: #e48600;
	border-left-color: #e48600;
	padding-bottom: 8px;
	margin-top: 0px;
}
.school .contenthead {
	display: none;
}


.school .tabcontent {
	display: none;
	margin-top: -1px;
	width: 835px;
	border-radius: 0px 10px 10px 10px;
	padding: 20px;
    overflow-x: auto;
}


.school .tabcontent.active {
	background-color: #ecfdf1;
	border: 1px solid #e48600;
	min-height: 200px;
	display: block;
}
.main.container .center .content.school.profile a.profileButton{
	display: inline-block;
	padding: 3px 6px 3px 6px;
	background-color: #F30;
	color: #FFF;
	border-radius: 5px;
}
.main.container .center .content.school.profile a.profileButton:hover {
	color: #FF0;
	text-decoration: none;
	background-color: #F00;
}
.school .tabcontent .profileProcess {
	display: none;
}
.school .tabcontent .RegForm {
	display: none;
}
.school .tabcontent .RegForm .email {
	width: 250px;
	margin: 5px;
}





.school .back   {
	background-color: #f5e932;
	padding: 10px;
	margin-top: 60px;
	border-radius: 10px 10px 0px 0px;
	padding-left: 30px;
	cursor: pointer;
	float: right;
	margin-bottom: -5px;
	box-shadow: 0px -1px 5px #999;
	margin-right: 20px;
}
.school .back img    {
	margin-right: 5px;
	position: absolute;
	margin-left: -25px;
	margin-top: -2px;
}
.school .slideshow {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	overflow: hidden;
	text-align: center;
	border: 1px solid #000;
}
.school .slideshow li {
	display: block;
	height: 100%;
	width: 100%;
}

.school #FormCoba {
	height: 450px;
	width: 100%;
	border: none;
}

.CaptionFrame {
	height: 600px;
	width: 800px;
	position: absolute;
	border: 1px solid #000;
	z-index: 5000;
	margin-left: 15px;
	overflow: hidden;
}

.school .caption  {
	background-image: url(../images/dark.png);
	height: 150px;
	padding: 10px;
	color: #FFF;
	margin-top: 430px;
	overflow: hidden;
}
.school .caption .title {
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
	margin-bottom: 5px;
}
.school .caption .CaptionContent {
	height: 125px;
	overflow-y: auto;
}



.school #photonav {
	height: 100px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.school #photonav #nav{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.school #photonav #nav li{
	float: left;
	height: 90px;
	overflow: hidden;
	width: 90px;
	border: 1px solid #000;
	margin-right: 2px;
	opacity: 0.7;
}
.school #photonav #nav li.activeSlide {
	border: 1px solid #F00;
	opacity: 1;
}
.school #photonav #nav li:hover {
	opacity: 1;
}

.school #photonav #nav li img {
	height: 90px;
	width: 90px;
}
.school .kelas:hover {
	background-color: #FFFFCC;
}
.school .kelas .Buka {
	font-weight: bold;
	color: #090;
}
.school .kelas .Penuh {
	font-weight: bold;
	color: #F00;
}
.school #ReviewFrame {
	height: 0px;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: transparent;
}
.school #FormReview {
	height: 270px;
	width: 100%;
	border: none;
	overflow: hidden;
}
.school #Review .review_rules {
	position: absolute;
	background-color: #F4F4F4;
	padding: 10px;
	border-radius: 8px;
	font-size: 10px;
	width: 300px;
	margin-left: 520px;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 8px #666;
	display: none;
}
.school #Review .review_rules .head {
	font-weight: bold;
}
.school #Review .review_rules ul {
	margin: 0px;
	padding: 0px;
	list-style-type: decimal;
	margin-left: 20px;
	font-size: 9px;
}
.school .NewReview {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	margin-top: -70px;
	position: absolute;
}
.school .NewReview .l, .school .NewReview .r {
	background-color: #F00;
	float: left;
	width: 8px;
	line-height: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.school .NewReview .l {
	border-radius: 8px 0px 0px 8px;
}
.school .NewReview .r {
	border-radius: 0px 8px 8px 0px;
}



.school .NewReview .m {
	background-color: #F00;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	margin: 0px;
	line-height: 1em;
}
.school .review_group , .anggota .review_group{
	font-size: 16px;
	font-weight: bold;
	color: #069;
	padding-bottom: 5px;
	text-decoration: underline;
}
.school .review , .anggota .review{
	font-size: 16px;
	font-style: italic;
	color: #930;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 40px;
}
.school .review .sender , .anggota .review .school{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #09F;
	margin-top: 5px;
	margin-bottom: 5px;
}
.school .review .action , .anggota .review .action{
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	opacity: 0.3;
	margin-top: 5px;
}
.school .review .action:hover , .anggota .review .action:hover{
	opacity: 1;
}
.school .previewmode {
	color: #F00;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
	background-color: #FFDFDF;
}
.school .articles {
	background-image: none;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 20px;
}
.school .articles .article {
	float: none;
	width: auto;
	margin-bottom: 0px;
	margin-top: 10px;
}
.school .articles .article .excerpt {
	float: left;
	width: 720px;
	margin-left: 10px;
}
.school .nearby {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
.school .nearby .head {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.school .nearby .school {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	min-height: 55px;
}
.school .nearby .school .thumb {
	float: left;
	width: 77px;
	border: 1px solid #CCC;
	margin-right: 10px;
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
}
.school .nearby .school .thumb img {
	max-width: 77px;
	max-height: 50px;
}

.school .nearby .school .info {
	float: left;
	width: 290px;
}
.school .nearby .school .info .name {
	font-weight: bold;
}
.school .ProfileStatus {
	color: #090;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top: solid 1px #090;
	border-bottom: solid 1px #090;
	margin-bottom: 5px;
	background-color: #D9FFD9;
}
.school .ProfileStatus.OFFLINE {
	color: #F00;
	border-top: solid 1px #f00;
	border-bottom: solid 1px #f00;
	background-color: #FFF0F0;
}






#KegiatanForm .field {
	width: 700px;
}
.main.container .center.theiklan {
	margin-bottom: 0px;
}
















.thearticle .content {
	text-align: justify;

}
.thearticle .writer {
	font-size: 16px;
	color: #6E471E;
	font-style: italic;
}

.thearticle .back {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 50px;
}
.thearticle .back img {
	margin-top: -2px;
}
.thearticle .back a:hover {
	color: #F00;
}
.thearticle h1 , .theevent h1{
	font-family: "Times New Roman", Times, serif;
}



.theevent .content {
	text-align: justify;
}

.theevent .content .school {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.theevent .content .school a {
	color:#C63;
}
.theevent .content .school a:hover {
	text-decoration:underline;
}
.theevent .content .date {
	font-size:11px;
	color:#666;
}
.theevent .back {
	text-align: right;
	margin-right: 20px;
}
.theevent .back img {
	margin-top: -2px;
}
.theevent .back a:hover {
	color: #F00;
}


.theiklan .content {
	text-align: justify;
}

.theiklan .content .school {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.theiklan .content .school a {
	color:#C63;
}
.theiklan .content .school a:hover {
	text-decoration:underline;
}
.theiklan .content .date {
	font-size:11px;
	color:#666;
}
.theiklan .contact {
	margin-top: 20px;
}
.theiklan .back {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.theiklan .back img {
	margin-top: -2px;
}
.theiklan .back a:hover {
	color: #F00;
}
.pageicon {
	max-height: 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
}

.help .title {
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
}




.search .notfound {
	font-size: 14px;
	color: #F00;
	text-align: center;
}


.join {
	background-image: url(../images/joinhead.jpg);
	background-repeat: no-repeat;
	min-height: 200px;
	background-position: 25px 10px;
}
.main.container .center.join{
	min-height: 1100px;
	color: #675225;
}

.join .title {
	font-size: 20px;
	color: #675225;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.join .title .big_green {
	font-weight: bold;
	color: #22c262;
}
.join .benefit {
	list-style-type: decimal;
}

.join .jointable{
	width: 578px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/join_promo_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
}
.join .jointable .top {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #fb4446;
	height: 128px;
	background-image: none;
	width: auto;
	margin: 0px;
}
.join .jointable .left_col {
	float: left;
	width: 157px;
	text-align: center;
	padding-top: 13px;
	font-size: 20px;
}
.join .jointable .left_col .cost {
	font-size: 13px;
	margin-top: 5px;
}

.join .jointable .top .left_col {
	font-size: 24px;
	font-weight: bold;
	padding-top: 35px;
}

.join .jointable .mid_col {
	float: left;
	width: 289px;
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
	padding-top: 20px;
}
.join .jointable .top .mid_col {
	padding-left: 20px;
	width: 274px;
	font-size: 12px;
	padding-top: 8px;
	font-weight: normal;
	line-height: 12px;
}

.join .jointable .right_col {
	float: left;
	width: 122px;
	padding-top: 20px;
}
.join .jointable a .round{
	height: 64px;
	width: 88px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 44px;
	background-color: #ffbc2d;
	text-align: center;
	padding-top: 24px;
	font-weight: bold;
	box-shadow: -2px 2px 10px #333;
	cursor: pointer;
}
.join .jointable a:hover .round{
	color: #F00;
	box-shadow: 0px 0px 10px #333;
}
.join .jointable a:hover .round a{
	color: #F00;
}
.join .jointable .bottom {
	background-image: none;
	width: auto;
	margin: 0px;
	height: auto;
	padding-bottom: 10px;
}



.join .jointable .bottom .round {
	background-color: #a3fb45;
}




.green {
	color: #1C9F51;
}
.JoinForm {
	border: 2px dashed #f68020;
	padding: 5px;
	margin-top: 20px;
}
.JoinForm .JoinContent {
	background-color: #d1ffe3;
	padding: 10px;
}
.JoinForm .JoinContent table {
	font-size: 12px;
	margin-bottom: 10px;
}
.JoinForm .JoinContent table tr {
	background-color: #ebfff4;
}

.JoinForm .JoinContent .field {
	width: 360px;
}
.JoinForm .JoinContent .field.short {
	width: 280px;
}
.JoinForm .column {
	float: left;
	margin-right: 30px;
}
.JoinForm .column:last-child {
	margin-right: 0px;
	float: right;
}
.JoinForm .error {

}



.pendaftaran .head , .anggota .head{
	height: 150px;
}
.pendaftaran .head img , .anggota .head img{
	float: left;
	margin-right: 20px;
}
.pendaftaran .head .title , .anggota .head .title{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 430px;
	text-align: center;
	margin-top: 20px;
}
.pendaftaran ul li {
	margin-bottom: 10px;
	line-height: 17px;
}
.pendaftaran ul li ul li {
	margin-bottom: 2px;
}
.pendaftaran .RegisterForm {
	padding-top: 20px;
	margin-left: 100px;
}
.pendaftaran .RegisterForm .head {
	font-size: 14px;
	font-weight: bold;
	height: auto;
}
.pendaftaran .RegisterForm .field {
	width: 300px;
}
.pendaftaran .registered {
	text-align: center;
	padding-top: 50px;
}
.pendaftaran .MultiAccount {
	margin-bottom: 30px;
	width:630px;
	margin-left:-23px;
	text-align:center;
}
.pendaftaran .MultiAccount .PickAccount {
	display:none;
}
.pendaftaran .MultiAccount .account {
	/*float: left;*/
	display:inline-block;
	width: 186px;
	border: 1px dashed #ff940f;
	padding: 3px;
	margin: 5px;
	border-radius: 8px;
	opacity: 0.7;
	font-size: 12px;
	text-align:center;
	cursor:pointer;
}
.pendaftaran .MultiAccount .account:hover {
	border-color: #F00;
	opacity: 1;
}
.pendaftaran .MultiAccount .account.checked {
	border-color: #F00;
	opacity: 1;
}
.pendaftaran .MultiAccount .account .content {
	border-radius: 6px;
	padding: 10px;
	color: #62543c;
	background: #e5ffef;
}
.pendaftaran .MultiAccount .account.checked .content {
	background: #FFDFDF;
}
.pendaftaran .MultiAccount .account .content .image {
	text-align: center;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #A2EEBC;
	background-color: #FFF;
	height: 100px;
}
.pendaftaran .MultiAccount .account.checked .content .image {
	border: 1px solid #FF7D7D;
}
.pendaftaran .MultiAccount .account .content .image img {
	max-height: 100px;
	max-width: 158px;
}

.pendaftaran .MultiAccount .account .content .name {
	padding: 3px;
	margin-bottom: 5px;
	height: 35px;
	text-align: center;
	font-weight: bold;
}
.pendaftaran .MultiAccount .account .content .address {
	height: 90px;
	overflow-y: auto;
	text-align: center;
}

#PasswordForm .field {
	width: 200px;
}
#CobaForm .field {
	width: 300px;
}





@font-face {
	font-family: 'Segoe';
	src: url('segoepr.ttf') format('truetype');
    font-display: swap;
}

.footer {
	height: 390px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}
.footer .sticknote {
	background-image: url(../images/footer_stickynote.png);
	height: 334px;
	width: 336px;
	position: absolute;
}
.footer .sticknote .text {
	font-family:'Segoe';
	text-align:center;
	transform: rotate(3deg);
	font-size:15px;
	padding-top:185px;
	padding-left:8px;
	line-height:1.5em;
	color:#502600;
	font-weight:bold;
	opacity:0.7;
}
.footer .pen {
	background-image: url(../images/footer_pen.png);
	height: 239px;
	width: 366px;
	position: absolute;
	margin-left: 300px;
	margin-top: 100px;
}
.footer .coffee {
	background-image: url(../images/footer_coffee.png);
	height: 383px;
	width: 410px;
	position: absolute;
	margin-left: 600px;
}
.footer .smoke1 , .footer .smoke2{
	position: absolute;
	margin-left: 730px;
	margin-top: 60px;
}
.footer .smoke2 {
	display: none;
}



.footer .content {
	margin-left: 380px;
}
.footer .content .logo {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
.footer .content  .nav{
	text-align: center;
	color: #FFFFFF;
	float: left;
	margin-top: 5px;
}
.footer .content .nav  a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer .content .nav a:hover {
	text-decoration: underline;
}

.footer .content .nav .copyright{
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}

@media handheld, only screen and (max-device-width: 480px) 
{
    /* overrides or style additions for iPhone */
	.banner_area .grey {
		margin-left: 30px;
	}

	.banner_area {
		background-position: 25px 0px;
	}

	.header {
		margin-left: 15px;
	}

	.header_shadow {
		margin-left: -20px;
	}

	.header .homebase {
	margin-left: 820px;
	}
	
}
.disclaimer_button {
	margin-left: auto;
	width: 960px;
	margin-right: auto;
	margin-top: -64px;
	z-index: -5;
	margin-bottom: 20px;
	background-image: url(../images/disclaimer_bg.png);
	background-repeat: no-repeat;
	height: 36px;
	background-position: 45px 0px;
}
.disclaimer_button .disbutton {
	position: absolute;
	width: 90px;
	height: 13px;
	background-image: url(../images/disclaimer.jpg);
	cursor: pointer;
	margin-left: 80px;
	margin-top: 9px;
}
.disclaimer_button .disbutton:hover {
	background-position: center bottom;
}



.disclaimer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	font-size: 11px;
	border-radius: 10px;
	box-shadow: inset 2px 2px 10px #000;
	padding: 0px;
	margin-bottom: 20px;
	/*background-image: url(../images/light.png);*/
	background-color:rgba(255,255,255,0.7);
	line-height:1.4em;
	color: #000;
	overflow: hidden;
	height: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.microdata {
	display: none;
}


iframe.lazada {
	-ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Safari */
    transform: scale(0.8);
	margin-left:-29px;
	border: solid 5px #fff;
	background-color:#fff;
}
@font-face {
	font-family: 'ChalkDust';
	src: url('chalkdust.ttf') format('truetype');
}
.mainanedu {
	height: 300px;
	width: 250px;
	display: inline-block;
	background-image: url(../images/mainan-edukasi.jpg);
	text-decoration:none;
	border: solid 1px #ccc;
}
.mainanedu .text {
	font-family:"ChalkDust";
	text-decoration:none;
	color: #F00;
	font-size: 18px;
	text-align:center;
	padding-top:3px;
	padding-bottom: 5px;
}

.school .articles {
	float:left;
	width:340px;
	margin-left:5px;
	margin-right: 20px;
}
.school .articles .article .excerpt {
	width: 260px;
}
.school iframe.lazada {
	float:left;
}
.school .mainanedu {
	float:right;
	margin-left:-25px;
	margin-top:25px;
}
