body {
	background-attachment: scroll;
	background: #FFFFFF url(../images/background.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0 0 40px 0;
	padding:0;
	border:0px solid #000;
}

@font-face {
	font-family: gros;
	src: url('../fonts/gros.ttf');
}	
@font-face {
	font-family: Futura Bk;
	src: url('../fonts/futura_bk.ttf');
}	
@font-face {
	font-family: Arial Rounded MT Bold;
	src: url('../fonts/arial_rounded.ttf');
}	

@font-face {
	font-family: Comfortaa;
	src: url('../fonts/comfortaa_regular.ttf');
}		

a{
	outline-style:none;
	outline-width:0;
}
.sideNavWrapper{margin:0 0 .5em}
.sideNavWrapper a:link, .sideNavWrapper a:visited, .link a{color:#0193C1;text-decoration:none} .sideNavWrapper a:hover, .sideNavWrapper a:active, .link a:hover{color:#DF1000;text-decoration:none}
.sideNavBox-1{
	background:transparent url(../images/side-navigation-top.png) no-repeat;
	width:252px;
	height:35px;
	font-family: "Comfortaa";
	font-size: 25px;
	text-decoration: none;
	font-weight:normal;
	color: #E91200;
	margin: 0px;
	padding:15px 0 0 20px;
	text-shadow: #000 -1px -1px;
}
.sideNavBox-2{background:transparent url(../images/side-navigation-bottom.gif) no-repeat 0 100%;width:272px;height:50px;}ul.sideNav{background:transparent url(../images/side-navigation-repeat.gif) repeat-y 0 0;margin:0;padding:0}ul.sideNav li{background:none;font-size:1.1em;list-style:none;margin:0;padding:0}.sideNav li a{border-bottom:1px dotted #DBDBDC;display:block;margin:0;padding:.5em 5px .5em 25px;text-decoration:none;text-shadow:#fff 1px 1px 0}.sideNav li.currentPage,.sideNav li.current-cat,.sideNav li.current_page_item{background:transparent url(../images/side-navigation-active.gif) no-repeat 0 0}.sideNav li.currentPage	a,.sideNav li.currentPage a:link,.sideNav li.currentPage a:visited,.sideNav li.currentPage a:hover,.sideNav li.currentPage a:active,.sideNav li.current-cat	a,.sideNav li.current-cat a:link,.sideNav li.current-cat a:visited,.sideNav li.current-cat a:hover,.sideNav li.current-cat a:active,.sideNav li.current_page_item a,.sideNav li.current_page_item a:link,.sideNav li.current_page_item a:visited,.sideNav li.current_page_item a:hover,.sideNav li.current_page_item a:active{border-bottom:1px solid #fff;color:#2C2C2C}

/* PANEL BAWAH BEGIN */

#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: rgba(241,244,246,0.5);
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
	outline-style:none;
	outline-width:0;
}


#footpanel a.home{	
	background: url(../images/home.png) no-repeat 15px center;
	width: 60px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile{	background: url(../images/user.png) no-repeat center center;  }
a.contacts{	background: url(../images/address_book.png) no-repeat center center; }
a.playlist{	background: url(../images/document_music_playlist.png) no-repeat center center; }
a.videos{	background: url(../images/film.png) no-repeat center center; }
a.messages{	background: url(../images/mail.png) no-repeat center center; }
a.editprofile{	background: url(../images/wrench_screwdriver.png) no-repeat center center; }
a.domain{	background: url(../images/domain.png) no-repeat center center; }
a.hosting{	background: url(../images/hosting.png) no-repeat center center; }
a.blog{	background: url(../images/blog.png) no-repeat center center; }
#footpanel a.chat{	
	background: url(../images/balloon.png) no-repeat 15px center;
	width: 166px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}

#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/

#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 111px;
	background: url(../images/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -58px; /*--Center the tooltip--*/
	z-index: 9999;
}

#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #7A1D1D;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 211px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h3 {
	background: #7A1D1D;
	padding: 5px 10px;
	margin:0;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
#footpanel h3 span { 
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;	
	font-weight: normal;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}

#chatpanel .subpanel li { background: url(../images/dash.gif) repeat-x left center; } 
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #7A1D1D;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#chatpanel .subpanel li a:hover {
	background: #7A1D1D;
	color: #fff;
	text-decoration: none;
}


#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	background: url(../images/delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}


/* PANEL BAWAH END */
.wrapper {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	background-image: url(../images/template_red_01.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 27px;
	width: 530px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px; font-weight: bold; text-transform: uppercase;
	text-align:right;
	padding-left:470px;
	padding-top:7px;
}

#menu ul {
	padding:0;
	margin:0;
	z-index:999;
	position: relative;
}
.logo {
	background-image: url(../images/incisive_point_logo.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 485px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 40px;
	display:block;
	padding-right: 15px;
}
.logo h1{
	text-indent:-999px;
}


#menu li {
	margin: 0px 15px;
	float: left;
	list-style-type: none;
	z-index:999;
	text-shadow:-1px -1px 0px #fff;
}
#menu li a { text-decoration: none; color: rgb(105, 105, 105); border:0px;z-index:999; }
#menu li a:hover { text-decoration: none; color: #990000; border:0px;z-index:999; }
#menu .current_page_item a, #menu .current_page_parent a, #menu .current_page_ancestor a {
	color: #990000 ! important;
	border:0px;
	z-index:999;
}
.header {
	background-image: url(../images/main_header.png);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	height: 382px;
	width: 1000px;
}

.clear,#clear{
	clear:both;
}

.paket-wrapper{
	width:1000px;
	margin:auto;
}
.paket-list ul {
	margin:0px;
	padding:0px;
}
.paket-list ul li{
	font-family: "Futura Bk";
	list-style-position: outside;
	list-style-image: url(../images/tick.png);
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
}
.text-black{
	color: #333333;
}
.text-blue{
	color: #409CBE;
}
.text-red{
	color: #990000;
}
.text-white{
	color: #fff;
}
.starter-point{
	width:221px;
	height:220px;
	margin-right:30px;
	margin-left:20px;
	float:left;
	padding-top: 80px;
	padding-left: 80px;
	background-image: url(../images/starter_point.png);
	background-repeat: no-repeat;
}
.fitur-hosting-page{
	width:221px;
	height:290px;
	margin-right:30px;
	float:left;
	padding-top: 10px;
	padding-left: 80px;
	background-image: url(../images/fitur_hosting.png);
	background-repeat: no-repeat;
}
.starter-point2{
	width:221px;
	height:220px;
	margin-right:30px;
	float:left;
	padding-top: 80px;
	padding-left: 80px;
	background-image: url(../images/starter_point.png);
	background-repeat: no-repeat;
}
.corporate-point{
	width:221px;
	height:220px;
	margin-right:30px;
	float:left;
	padding-top: 80px;
	padding-left: 80px;
	background-image: url(../images/corporate_point.png);
	background-repeat: no-repeat;
}
.business-point{
	width:221px;
	height:220px;
	float:left;
	padding-top: 80px;
	padding-left: 80px;
	background-image: url(../images/business_point.png);
	background-repeat: no-repeat;
}

.orderButton {
	text-indent:-9999px;
	background:transparent url(../images/order_now.gif) top center no-repeat;
	height:31px;
	width:106px;
	position:absolute;
	margin-top:15px;
	margin-left:110px;
	z-index:2;
}

.container_web {
	font-family: "futura Bk", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 10px auto 20px 0;
	width: 1000px;
}
.container_web p {
	color: #333333;
	margin: 0;
	padding:5px 5px 5px 15px;
}
.container_web .left_wrapper {
	float: left;
	width: 720px;
}
.container_web .right_wrapper {
	float: right;
	width: 280px;
	text-align:left;
}
.list-right_top{
	
}

.title_post{
	background-image: url(../images/list-post.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 595px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 30px;
	overflow:hidden;
}
.title_post h2{
	font-family: "Comfortaa";
	font-size: 18px;
	text-decoration: none;
	color: #DFDFDF;
	font-weight:normal;
	margin: 0px;
	text-shadow: #000 -1px -1px;
	float:left;
}
.container_web .left_wrapper h1{
	font-family: "Comfortaa";
	font-size: 29px;
	text-decoration: none;
	font-weight:normal;
	color: #E91200;
	margin: 0px;
	padding:0 0 5px 0;
	text-shadow: #000 -1px -1px;
}
.container_web .left_wrapper h3{
	font-family: "Comfortaa";
	font-size: 24px;
	text-decoration: none;
	font-weight:normal;
	color: #E91200;
	margin: 0px;
	padding:0 0 5px 0;
	text-shadow: #000 -1px -1px;
}
.container_web .left_wrapper h3 a:link, .container_web .left_wrapper h3 a:visited{
	font-family: "Comfortaa";
	font-size: 24px;
	text-decoration: none;
	font-weight:normal;
	color: #E91200;
	margin: 0px;
	padding:0 0 5px 20px;
	text-shadow: #000 -1px -1px;
}
.container_web .left_wrapper h3 a:hover{
	font-family: Comfortaa;
	font-size: 24px;
	text-decoration: none;
	color: #FF3E2F;
	font-weight:normal;
	margin: 0px;
	text-shadow: #000 -1px -1px;
}
.title_post h2 a{
	font-family: "Comfortaa";
	font-size: 18px;
	text-decoration: none;
	color: #DFDFDF;
	font-weight:normal;
	margin: 0px;
	text-shadow: #000 -1px -1px;
	float:left;
}
.title_post h2 a:hover{
	font-family: Comfortaa;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
	margin: 0px;
	text-shadow: #000 -1px -1px;
	float:left;
}
.tanggal{
	font-family: Comfortaa;
	font-size: 14px;
	text-decoration: none;
	padding-top:2px;
	color: #E91200;
	margin: 0 5px 0 0;
	text-shadow: #000 -1px -1px;
	float:right;
}
.breadcrumbs{
	font-family:verdana, arial;
	font-size:11px;
	text-transform:capitalize;
	margin-bottom:20px;
}
.breadcrumbs a{
	font-size:11px;
	color:#0193C1;
	text-decoration:none;
}
.breadcrumbs a:hover{
	color:#DF1000;
	text-decoration:underline;
}
.domain_whois_bg{
	margin-top:13px;
	background-image: url(../images/domain-place.png);
	background-repeat: no-repeat;
	width:527px;
	height:84px;
	
}
.domain_whois_bg_hosting{
	margin-top:13px;
	background-image: url(../images/domain-place.png);
	background-repeat: no-repeat;
	width:465px;
	height:84px;
	
}
.www{
	font-family:"Comfortaa",Arial;
	font-size:24px;
	margin:0 4px 0 10px;
	display:block;
	cursor:default;
	float:left;
	padding-top:14px;
}
.domain_input{
	padding-top:16px;
	background:transparent;
	border:0px #000 solid;
	font-family:"Comfortaa", Arial;
	color:#A60000;
	font-size:22px;
	float:left;
	width:278px;
	text-align:center;
}
.domain_input_hosting{
	padding-top:16px;
	background:transparent;
	border:0px #000 solid;
	font-family:"Comfortaa", Arial;
	color:#A60000;
	font-size:22px;
	float:left;
	width:380px;
	text-align:center;
}
.extension{
	padding-top:10px;
	padding-left:2px;
	float:left;
}
.submit_domain{
	float:right;
	background:transparent;
	border:0px #000 solid;
	cursor:pointer;
	outline-style:none;
	outline-width:0;
	width:65px;
	height:50px;
}
.social-network{
	text-align: right;
	margin:0 30px 0 0;
}
.devider{
	background-image: url(../images/devider.gif);
	background-repeat: no-repeat;
	margin: auto;
	height: 11px;
	width: 641px;	
	clear:both;
}
.readmore{
	padding:5px;
	background:#333333;
	color:#CCCCCC;
	text-decoration:none;
	text-align:right;
	float:right;
	display:block;
	margin-right:20px;
	margin-bottom:20px;
	border:#ccc solid 1px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.readmore:hover{
	padding:5px;
	color:#fff;
	text-decoration:none;
	text-align:right;
	float:right;
	display:block;
	margin-right:20px;
	margin-bottom:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:#ccc solid 1px;
	cursor:pointer;
	background-color: #666666;
}
.tag{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	float: left;
	width: 500px;
	padding:4px;
	margin-left:10px;
	background-color: #E0E0E0;
}
.tag a{
	color:#C11300;
	text-decoration:none;
	padding:0 5px 0 5px;
	font-size: 12px;
}
.tag a:hover{
	color:#FF1A00;
	text-decoration:underline;
	padding:0 5px 0 5px;
	font-size: 12px;
}
table.content{
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width:97%;
	text-align:left;
	border-collapse:collapse;
	border:1px solid #D8DBDC;
	margin:5px;
	border:1px solid #ccc;
}
table.content th{
	font-weight:bold;
	font-size:14px;
	color:#b70019;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #292929;
}
table.content{
	background:#EFEFEF;
	border:1px solid #999999;
}
.content td{
	color:#84000A;
	padding:5px;
}

.content tr.odd{
	background-color: #D6D6D6;
}
.content tr.even{
	background-color: #E8E8E8;
}

.content tr:hover, .content tr:active, .content tr:focus{
	color:#99000C;
	background-color: #F7F7F7;
}

.gravatar {
	margin:0 20px 10px 8px;
	border: 1px solid #ccc;
	padding:5px;
	-moz-box-shadow:#666 2px 2px 2px;
}
.comment-author{
	font-size:16px;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	margin-right:20px;
}
a.comment-author{
	font-size:16px;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	margin-right:20px;
	color:#CC2E00;
}
a.comment-author:hover{
	font-size:16px;
	font-family: "Arial", "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	margin-right:20px;
	color:#000;
}
.result_domain{
	font-family:"Comfortaa", Arial;
	color:#fff;
	font-size:16px;
	width:450px;
	padding:5px;
	border:1px #ccc solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#AF1313;
	text-align:center;
}
.result_domain a{
	text-decoration:none;
	color:#7FC6FF;
}
.result_domain a:hover{
	text-decoration:none;
	color:#fff;
}
.result_domain_success{
	font-family:"Comfortaa", Arial;
	color:#fff;
	font-size:16px;
	width:450px;
	padding:5px;
	border:1px #ccc solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#018BB8;
	text-align:center;
}
.result_domain_loading{
	font-family:"Comfortaa", Arial;
	color:#fff;
	font-size:16px;
	width:450px;
	height:20px;
	padding:5px;
	border:1px #ccc solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#222;
	text-align:center;
}
blockquote{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	margin-left:30px;
	background:#EFEFEF;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px solid #000;
}
.paginav { 
	font-size: 1.2em; 
	padding-top: 20px; 
	display: block; float: left; 
	width: 100%; 
}

.paginav .current {
	margin: 2px;
	padding: 0pt;
	-moz-background-clip: border; 
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	font-weight: 600;
	color: #FFFFFF;
	float: left;
	text-align: center;
	width: 32px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 14px;
}
.paginav a{
	margin: 2px;
	padding: 0pt;
	-moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; 		color: rgb(51, 66, 0);
	text-decoration: none;
	float: left;
	width: 32px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left 56px;
	font-size: 14px;
	font-weight: 600;
}
.paginav a:hover { 
-moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;
	color: #fff;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left 28px;
}

#hosting-feature{
	background:transparent url(../images/service-feature.jpg);
	width:992px;
	height:71px;
	margin:auto;
}
#hosting-feature_hover{
	background:transparent url(../images/service-feature-hover.jpg);
	width:992px;
	height:71px;
	margin:auto;
}
.fadeThis {
	position:relative;
	display:block;
	height:85px;
	width:992px;
	background:url(../images/service-feature.jpg) no-repeat;
}
.fadeThis * {
	display: none;
}
.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height:85px;
	width:992px;
	background:url(../images/service-feature-hover.jpg) no-repeat;
}


.paginav { 
	font-size: 1.2em; 
	padding-top: 20px; 
	display: block; float: left; 
	width: 100%; 
}

.paginav .current {
	margin: 2px;
	padding: 0pt;
	-moz-background-clip: border; 
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	font-weight: 600;
	color: #FFFFFF;
	float: left;
	text-align: center;
	width: 32px;
	height: 28px;
	line-height: 28px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 14px;
}
.paginav a{
	margin: 2px;
	padding: 0pt;
	-moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; 		color: rgb(51, 66, 0);
	text-decoration: none;
	float: left;
	width: 32px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left 56px;
	font-size: 14px;
	font-weight: 600;
}
.paginav a:hover { 
-moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;
	color: rgb(34, 34, 34);
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pagination_a.gif);
	background-repeat: repeat;
	background-position: left 28px;
}

.error{
	border-width: 1px;
	border-style: solid;
	border-color: #CC0000;
	font-size: 11px;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	-moz-border-radius: 10px 0px 10px 0px;
	-khtml-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	background-color: #FFCFDE;
	background-image: url(../images/delete_12.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 35px;	
	width:90%;
	color:#000;
}
.success{
	color:#000;
	width:90%;
	font-size: 11px;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	-moz-border-radius: 10px 0px 10px 0px;
	-khtml-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	background-color: #DFFFBF;
	border: 1px solid #9FFD42;
	background-image: url(../images/centang.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
}
.footer{
	text-align:center;
	font-size:12px;
	font-family:arial;
	color:#AFAFAF;
}
.footer:hover{
	text-align:center;
	font-size:12px;
	font-family:arial;
	color:#6F6F6F;
}
.domain-box{
	background:#DFDFDF;
	margin:5px 0 0 5px;
	padding:5px;
}
.domain-box-inner{
	background:#F5F5F5;
	margin:0;
	padding:5px;
}
