body {
    background: url(images/background.gif) top center repeat-x #CFDEEA;
    margin: 0px;
    padding: 0px;
    color: #282828;
    font-family: verdana, arial, helvetica;
    font-size: 12px;
    line-height: 18px;
    height: 30px;
}
p{
    text-align:justify;
    padding-top: 4px;
    padding-bottom: 4px;
}
img {
    border-style: none;
}

a {
    color: #2E9FED;
    text-decoration: none;
}
a:hover {
    color: #1471B1;
}

#container {
    width: 750px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 16px;
}

#head {
    width: 750px;
    height: 172px;
    background: url(images/head.gif) no-repeat;
}
#head #logo {
    width: 400px;
    height: 90px;
    padding-top: 60px;
    padding-left: 36px;
}

#head #banner{
    float:right;
    width:200px;
    height:120px;
    margin: 0px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#area {
    width: 750px;
    height: 54px;
    background: url(images/area.png) repeat-x;
    font-size: 10px;
    color: #BBEAFC;
    text-indent: 20px;
    text-transform: lowercase;
    line-height: 30px;
}

#main {
    margin: auto;
    background: url(images/bg_main.gif) repeat-y;
    width: 750px;
    height: auto;
}

#content_left {
    float:left;
    width: 460px;
    height:auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
}
#content_right{
    float:left;
    padding:5px;
    width: 200px;
    height:auto;
}

.item_box{
    width:auto;
    height:auto;
    padding:10px 0 5px 0;
    border-bottom:1px #666666 dashed;
}
.spacer{
    width:auto; height:2px; clear:both; padding-bottom:2px;}
/*---------contact----------*/

#footer {
    text-align:center;
    font-size:10px;
    color:#000033;
    background: url(images/footer.gif) no-repeat;
    background-position:0px 0px;
    padding-top:10px;
    width: 750px;
    height:85px;
}
#footer a {
    background: none;
    padding: 0px;

}
#madeby{
    width:200px;
    height:85px;
    float:right;
    padding-right:30px;
    text-align:center;
}
#madeby a{
    text-decoration:none;
    color:#666666;
}


#kode_step{
    width:200px;
}

#kode_step #title{
    font-size:16px;
    height: 20px;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: bold;
    color: #666;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}


#kode_step ul{
    width:158px;
    overflow:hidden;
    background:url(images/step-ico-bg.png) 20px 21px no-repeat;
    margin-left: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#kode_step ul li{
    height:40px;
    line-height:36px;
    text-indent:52px;
    display:block;
    color:#888;
    font-size:14px;
}
#kode_step ul li.succeed{
    color:#0588c1;
    background:url(images/ico-step-succeed.png) 23px 14px no-repeat;
}
#kode_step ul li.now{
    color:#FF9900;
    font-weight:bold;
    background:url(images/ico-step-now.png) 23px 14px no-repeat;
}

.kode_button {
    display: inline-block;
    color: #777 !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.9);
    position: relative;
    cursor: pointer;
    border:1px solid #ccc !important;
    background:#fff url("./images/btn-overlay.png") repeat-x !important;
    margin-right: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.kode_button:hover, .kode_button:focus, .kode_button:active {
    outline:medium none;
    border:1px solid #329ECC !important;
    opacity:0.9;
    -khtml-opacity: .9;
    -moz-opacity: 0.9;
    -moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
    box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}

.kode_button-green {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border:1px solid #749217 !important;
    background-color: #6AB620 !important;
}
.kode_button-green:hover, .kode_button-green:focus, .kode_button-green:active {
    -moz-box-shadow:0 0 5px rgba(116, 146, 23, 0.9);
    -webkit-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
    box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
    border:1px solid #749217 !important;
}

.kode_button-blue {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border:1px solid #2D69AC !important;
    background-color: #3C6ED1 !important;
}
.kode_button-blue:hover, .kode_button-blue:focus, .kode_button-blue:active {
    -moz-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
    -webkit-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
    box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
    border:1px solid #2D69AC !important;
}

.kode_button-red {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border:1px solid #AE2B2B !important;
    background-color: #D22A2A !important;
}
.kode_button-red:hover, .kode_button-red:focus, .kode_button-red:active {
    -moz-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
    -webkit-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
    box-shadow: 0 0 5px rgba(174, 43, 43, 0.9);
    border:1px solid #AE2B2B !important;
}


#footer #copyright {
    color: #999;
    padding-top: 15px;
}
#content_left .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    color: #666;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E4E4E4;
    clear: both;
    padding-top: 10px;
}

.kode_box {
    padding: 8px;
    margin-bottom:8px;
    color:#555;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:#eee;
}
.kode_box-success{
    padding-left: 32px;
    border-top:1px solid #BBDF8D;
    border-bottom:1px solid #BBDF8D;
    background-color: #EAF7D9;
    background-image: url(images/accept.png);
    background-repeat: no-repeat;
    background-position: 8px 10px;
}

.kode_box-info {
    padding-left: 32px;
    border-top:1px solid #B8E2FB;
    border-bottom:1px solid #B8E2FB;
    background-color: #E8F6FF;
    background-image: url(images/information.png);
    background-repeat: no-repeat;
    background-position: 8px 10px;
}
.kode_box-warning{
    padding-left: 32px;
    border-top:1px solid #F2DD8C;
    border-bottom:1px solid #F2DD8C;
    background-color: #FFF5CC;
    background-image: url(images/exclamation.png);
    background-repeat: no-repeat;
    background-position: 8px 10px;
}
.kode_box-error{
    padding-left: 32px;
    border-top:1px solid #F8ACAC;
    border-bottom:1px solid #F8ACAC;
    background-color: #FFD1D1;
    background-image: url(images/error.png);
    background-repeat: no-repeat;
    background-position: 8px 10px;
}

#container #agree_result {
    display: none;
}

#content_left .table {
    clear: both;
    padding: 10px;
}
#content_left .btn-box {
    padding: 10px;
}

.kode_clear {
    clear: both;
}

#content_left .table table td {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    padding: 5px;
}

.kode_success{
    background-image: url(images/icon_sucess.png);
    background-position: 0px 0px;
    display: block;
    height: 16px;
    width: 16px;
}

.kode_failed{
    background-image: url(images/icon_failed.png);
    background-position: 0px 0px;
    display: block;
    height: 16px;
    width: 16px;

}

input:focus,textarea:focus,select:focus {
    outline-width:0; /* No outline border for Safary */
}

input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
    padding:3px;
    color:#333333;
    border: 1px solid #C4C4C4;
    background-image: url(images/input_bg.png);
    background-repeat: repeat-x;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
textarea {
    line-height:18px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 90%;
}
textarea.small {
    height:3.5em;
}
textarea.medium {
    height:6.5em;
}
textarea.large {
    height:20em;
}
input.half,select.half,textarea.half {
    width:50%;
}
input.full,select.full,textarea.full {
    width:97%;
}
input.title {
    font-size:20px;
}
input[type="submit"],input[type="reset"],input[type="button"] {
    margin-bottom:0;
}
input:focus,textarea:focus {
    -moz-box-shadow:0 1px 1px rgba(196,196,196,0.5);
    -webkit-box-shadow:0 1px 1px rgba(196,196,196,0.5);
    -webkit-focus-ring-color:none;
    border-color:#c4c4c4;
}
#content_left #sqlite_form {
    display: none;
}

.kode_hiden {
    display:none;
}

#sqlite_result, #install_result, #mysql_result{
    display: none;
}

.kode_error {
    color:#d00;
    text-transform:none;
}
