body {
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;    
}

img {
    border: 0px none;
}

.spacer {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.justtop {
    font-size: 0px;    
    width: 900px;
    height: 10px;
    background: url(/img/justtop.gif);
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-right: 5px;
}

.justbot {
    font-size: 0px;
    width: 900px;
    height: 10px;
    background: url(/img/justbot.gif);
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 8px;    
}

.just {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: justify;
    background-color: #f1ffe5; 
    color: #656565;
}

label {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: blue;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.bilgicik {
    cursor: help;
}

#container {
    margin: 0pt auto;
    width: 900px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    background-color: #ffffff;
    border: 2px solid #ff7909;
    color: #3b7e00;
    font-weight: bold;
    font-size: 12px;
    opacity:0.9;
    z-index:3000;
    padding: 5px;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#cPanel {
    text-align: center;
}

.idText {            
    font-size: 20px;
    width: 225px;
    height: 25px;
    margin: 0px;
    padding: 3px;
    background:transparent url(/img/sbg.gif) repeat-x scroll 0 0;
    border:1px solid #E0E0E0;
    color:#555;   
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.im {
    color: #656565;
}

.em {
    color: red;
    display: none;
}

.eem {
    color: red;
    display: none;
}


