div.PHBlocker, div.PHForm {
    position: absolute;
    top: 0;
    background: #333;
}
div.PHForm div.buttons {
    text-align: right;
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    padding: 10px 0;
}
div.PHForm div.buttons a {
    padding: 4px 10px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
div.PHForm div.buttons a:Hover {
    color: #999;
}
div.PHForm div.buttons img {
    float: left;
    margin: 0;
    margin-bottom: -2px;
}
div.PHBlocker {
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha( opacity = 80 );
    opacity: 0.80;
}
div.PHForm {
    width: 40%;
    left: 30%;
    padding: 20px 20px 15px 20px;
    border: 1px solid #666;
    border-top: 0;
    text-align: left;
}
div.PHForm form label {
    font-weight: bold;
}
div.PHForm form label input, div.PHForm form label textarea {
    margin: 5px 0 10px 5px;
    display: block;
    width: 97%;
    border: 1px solid #666;
    padding: 3px;
    background: #333;
    color: #FFF;
}
div.PHForm form textarea {
    height: 80px;
    font-family: inherit;
    font-size: inherit;
}
div.PHForm form input.PHSubmit {
    cursor: pointer;
    float: right;
    margin-right: 2px;
    padding: 3px 10px;
    background: #333;
    color: #FFF;
    border: 1px solid #666;
}
div.PHForm form input.PHSubmit:Hover {
    background: #666;
}
div.PHForm p a{color:#FFF; text-decoration:none; font-weight:bold;}
div.PHForm p a:hover{color:#999; text-decoration:none; font-weight:bold;}