#anekta_header {
    background: url('/images/bg_title.jpg') repeat-x; 
    color: white; 
    padding-left: 2em; 
    margin-top: 10px; 
    margin-bottom: 5px;
}

#anekta_close_top {
    float: right; 
    font-size: 10px; 
    margin-right: 2em;
}

#anekta_close_top A {
    color: white;
}

label {
    cursor: pointer;
}

form h3 {
    color: #505050; 
    border-bottom: 1px solid #c0c0c0;
    padding-top: 1ex;
}

p.next {
    padding-top: 15px;
    padding-bottom: 20px;
}

p.next IMG {
    cursor: pointer;
}

.placeholder {
    color: #bbb;
}
p.pager {
    text-align: right; 
    position: relative; 
    top: -3em; 
    color: #808080;
}

#dialog-holder {
     position: absolute;
     top: 130px;
     left: 0px;
     width: 100%; 
     height: 100%;
     z-index: 510;
}
#dialog {
     background-color: white;
     width: 600px; 
     margin: auto; 
     border: 1px solid #a0a0a0; 
     box-shadow: 20px 20px 40px 20px #808080;
}

#dialog-overlay {
    position:fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background-color: white; 
    z-index: 505; 
    opacity: 0.75; 
    filter: alpha(opacity = 75);
}
#anekta_mid {
 width: 500px;
 margin: auto;
}
