/*
*
*	CSS document for Puskim
*
*	
*/

/*********************************************************************************************************************************/
body{
    background: none repeat scroll 0 0 #F0F0F0;
    color: #484848;
    font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
    line-height: 18px;
}
a{
    text-decoration: none;
}
table{
    margin: 20px 10px;
}
table,th,tr,td{
    border: 1px solid #DADADA;
}
th{
    font-weight: bold;
    color: #333333;
    padding: 4px;
}
td{
    padding: 4px;
}
strong{
    font-weight: bold;
    font-size: 12px;
}
#kop-head{
    position: relative;
    display: block;
    border: 1px;
    border-radius: 5px;
    height: 150px;
    width: 1000px;
    margin: 10px auto;
    border: 1px solid #DADADA;
    background-color: #FFFFFF;
}
#kop-teks{
    margin-left:90px;
    margin-top:15px;
    text-align: left;
    font-size: 14px;

}
#kop-teks strong{
    font-weight: bold;
    font-size: 20px;

    
}
#logo{
    display: block;
    float: left;
    height: 77px;
    margin: 22px 12px 12px 30px;
}
.menu{
    position: absolute;
    right: 0px;
    top: 70px;


}
.menu ul li{
    border: 1px solid #DADADA;
    border-right: none;
    /*    background-color: #EAAA45;*/
    background-color: #5E5E5E;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px 0 0 5px;
    width: 100px;
    cursor: pointer;
}
.menu ul li a{
    color: #FFFFFF;
    text-decoration: none;
}
.menu ul li:hover{
    background-color: #EAAA45;
    color:#7D2F17;
}
.home{
    position: relative;
    display: block;
    border: 1px;
    min-height: 500px;
    width: 1000px;
    margin: 10px auto;
    border: 1px solid #DADADA;
    border-radius: 5px;
    background-color: #FFFFFF;

}
.clr{
    clear: both;
}
.title{
    text-align: center;
    margin: 30px auto;
    font-size: large;
    font-weight: bold;
}
.form-input{
    margin-bottom: 10px;
    margin-left: 20px;

}
.form-input div{
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 225px;

}
.divider{
    margin: 0 20px;
}
/*input[type=text],input[type=file],select{
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #DBDBDB;
    color: #484848;
    padding: 4px;
}
input[type=submit],button{
    border: 1px solid #DADADA;
    background-color: #EAAA45;
    padding: 2px;
    width: 100px;
    cursor: pointer;
    color: #484848;
    border-radius:5px;

}
input[type=submit]:hover,button:hover{
    background: none repeat scroll 0 0 #FBFBFB;
}
input[type="radio"]{
    width: 20px;
}*/
label.error{
    margin-left: 20px;
    color: red;
}
div.error{
    margin-left: 250px;
    color: red;
}
.conclusion{
    margin: 0 20px;
}
#foots{
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
input:-moz-placeholder {
    color: #B5B5B5;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
input[type="reset"] {
    background-color: #A12C2C;
    background-image: -moz-linear-gradient(center top , #FF0101, #AA201D);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0101), to(#AA201D));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
input[type="submit"], input[type="button"],button {
    background-color: #FB7922;
    background-image: -moz-linear-gradient(center top , #FFC20E, #FB7922);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC20E), to(#FB7922));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
input.kembali[type="button"] {
    background-color: #111111;
    background-image: -moz-linear-gradient(center top , #555555, #111111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#111111));
}
input[type="reset"]:hover {
    background-position: 0 -15px;
}
input[type="submit"]:hover,button:hover, input[type="button"]:hover {
    background-position: 0 -15px;
}
textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    display: block;
    font-size: 14px;
    height: 80px;
    line-height: 18px;
    padding: 2px 4px;
}
input[type="text"], input[type="password"], input[type="file"], select {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 18px;
    padding: 2px 4px;
}