#recommendThisPage {
    position:fixed;
    top:25%;
    left:30%;
    width:40%;
    _width:500px;  /* IE 6 */
    height:242px;
    z-index:100;
}
#recommendForm th {
    font-weight:normal;
    width:160px;
    vertical-align:top;
}
#recommendForm input {
    width:250px;
}
#recommendForm textarea {
    width:300px;
    height:50px;
}
#recommendThisPage .whiteBackground {
    height:195px;
}
#cancelRecommendPageButton, #sendToFriendButton {
    width:150px;
    float:right;
    margin-top:5px;
}
#cancelRecommendPageButton {
    margin-left:5px
}
#recommendProcessing {
    margin-top:50px;
    text-align:center;
}
#recommendOkButton {
    width:100px;
    margin-top:110px;
    float:right;
}
