/*General.css*/
* {
    padding:0;
    margin:0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-family:Time New Roman
    }
    
    .wrapper {
    width:990px!important;
    margin:0 auto;
    position:relative
    }
    
    body {
    background:#000 url(../../images/bg.jpg) center top no-repeat
    }
    
    .clear {
    clear:both
    }
    
    .pull-left {
    float:left
    }
    
    .pull-right {
    float:right
    }

    /*reset.css*/

    /* css rest */
    
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    }
    
    article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block
    }
    
    body {
    line-height:1
    }
    
    ol,ul {
    list-style:none
    }
    
    blockquote,q {
    quotes:none
    }
    
    blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none
    }
    
    table {
    border-collapse:collapse;
    border-spacing:0
    }

    /*end reset*/

    /*Content.css*/
    
    .content #header {
    border:1px solid #fff;
    border-radius:5px 5px 0 0;
    color:#fff;
    font-size:20px;
    padding:10px;
    margin-top:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom:1px #999 solid
    }
    
    .content #body {
    border:1px solid #fff;
    border-radius:0 0 5px 5px;
    color:#fff;
    border-top:none;
    padding:10px;
    min-height:150px;
    margin-bottom:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4)
    }

    /*uibase.css*/
    
    @font-face {
    font-family:RobotoSlab;
    src:url(../font/RobotoSlab-Regular.ttf)
    }
    
    @font-face {
    font-family:Play;
    src:url(../font/Play-Regular.ttf)
    }
    
    @font-face {
    font-family:Trebuchet;
    src:url(../font/Trebuchet_MS.ttf)
    }

    @font-face {
    font-family:Square721;
    src:url(../font/Square721-BT-BoldItalic.ttf)
    }
    
    h1 {
    font-size:24px
    }
    
    h2 {
    font-size:22px
    }
    
    h3 {
    font-size:18px
    }
    
    h4 {
    font-size:16px
    }
    
    h5 {
    font-size:12px
    }
    
    h6 {
    font-size:10px
    }
    
    /* Header */
    .header {
    height:auto
    }
    /* Header */
    
    /* Logo */
    .logo {
    float:left;
    margin:15px 0 0 0;
    }
    /* Logo */

    /* Form */
    form.my-form{
    float: right;
    width: 610px;
    height: auto;
    margin:50px 3px 0
    }
    
    form.my-form img {
    float: left;
    }
    
    form.my-form input[name="txtUserName"],form.my-form input[name="txtPassword"], form.my-form input[name="txtCode"] {
    float:left;
    border:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#c4c4c4;
    outline:none;
    margin: 0 4px;
    padding:2px 0 0 10px
    }
    form.my-form input[name="txtUserName"],form.my-form input[name="txtPassword"]{
    width:122px;
    height:32px;
    background-color:#fff;
    }
	#Text1{
    width:122px;
    height:32px;
    background-color:#fff;
	float:left;
    border:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#c4c4c4;
    outline:none;
    margin: 0 4px;
    padding:2px 0 0 10px
	}
    form.my-form input[name="txtCode"]{
    width:39px;
    height:32px;
    padding: 2px 0 0 5px;
    }
    
    form.my-form input:focus {
    outline:none
    }
    
    form.my-form input::-webkit-input-placeholder {
    color:#c4c4c4
    }
    
    .btnLogin,.btnDaftar {
    float:left;
    width:122px;
    height:34px;
    border:none;
    font-family: Trebuchet;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    margin-left: 6px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0 0 50px
    }
    
    .btnLogin {
    background:url(../../images/login.png) center no-repeat;
	padding: 10px 0px 10px 40px;
    }
    
    .btnDaftar {
    background:url(../../images/daftar.png) center no-repeat
    }
    
    .btnDaftar:hover,.btnLogin:hover {
    -webkit-mask-image:linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
    -webkit-mask-size:200%;
    animation:shine 1s infinite
    }
    
    @-webkit-keyframes shine {
    from {
    -webkit-mask-position:150%
    }
    
    to {
    -webkit-mask-position:-50%
    }
    }
    /* Form */

    /* Running Text */
    .marquee-div {
    width:945px;
    height:33px;
    margin:0 auto
    }
    
    .info {
    float:left;
    margin:12px 0 0 10px
    }
    
    #runningText {
    width:97%;
    float:left;
    color:#000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight: bold;
    margin:12px 0 0
    }
    /* Running Text */

    /* Menu */
    .menu-wrap {
    float:left;
    width:990px;
    height:47px;
    background:url(../../images/menu.png) center repeat;
    margin-top: 10px;
    }
    
    .menu {
    float:left;
    width:auto;
    margin:0
    }
    
    .menu li {
    float:left;
    width:140px;
    height:47px;
    text-align:center;
    padding-top:17px
    }
    
    .menu li:first-child {
    width:140px
    }
    
    .menu li:last-child {
    width:140px
    }
    
    .menu li a {
    font-family:Square721;
    font-size:16px;
    color:#000;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase
    }
    
    .menu li:hover a {
    color:#fff
    }
    /* Menu */
    
    /* Content */
    .content {
    height:auto
    }
    /* Content */
    
    /* Slide Show */
    .slideshow {
    width:937px;
    height:289px;
    margin: 0 auto;
    display: block;
    }
    /* Slide Show */
    
    /* Contact */
    .contact-wrap{
    float: left;
    width: 990px;
    height:84px;
    background:url(../../images/contact.png) center no-repeat;
    margin-top: -15px;
    }
    .contact {
    float:left;
    margin:16px 0 0 25px;
    padding: 0 0 0 0;
    }
    
    .contact li {
    float: left;
    margin-left: 15px;
    }

    .contact li:first-child{
    margin-left: 0;
    }

    .contact li:nth-child(3){
    margin-left: 30px;
    }
    .contact li:nth-child(4){
    margin-left: 50px;
    }

    .contact li:last-child{
    margin-left: 78px;
    }
    
    .contact li a {
    float:left;
    text-decoration:none;
    color:#fff;
    text-align:center;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    margin-top:12px
    }
    
    .contact li a img {
    float:left
    }
    
    .contact li a span {
    float: left;
    font-family:Square721;
    font-size:15px;
    color: #fff;
    margin:18px 0 0 10px;
    }
    
    /* /Contact */
    
    /* Product */
    .product{
    float: left;
    margin-top: 10px;
    }
    .product li{
    float: left;
    margin-left: -8px;
    }
    .product li:first-child{
    margin-left: 0;
    }
    .product li:hover a{
    opacity: 0.7;
    }
    /* /Product */
    
    /* Content Text */
    .content-text {
    float:left;
    width:990px;
    height:202px;
    background:url(../../images/content.jpg) center no-repeat;
    display:block;
    margin:5px 0 0;
    text-align:center
    }
    
    .content-text h1 {
    font-family:Square721;
    font-size:16px;
    margin-top:20px;
    color: #f5f2a9;
    text-transform:uppercase
    }
    
    .content-text p {
    font-family:RobotoSlab;
    font-size:11px;
    color:#fff;
    line-height:20px;
    text-shadow:2px 2px 5px #000;
    margin-top:5px;
    padding:0 30px;
    }
    /* Content Text */

    /* Footer */
    .footer {
    height:auto
    }
    /* Footer */

    /* Bank */
    .bank {
    float: left;
    margin: 30px 0 15px 0;
    }
    /* Bank */
    
    /* Copyright */
    .copyright{
    float: right;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 44px;
    }
    /* Copyright */