.text div {
    margin-left: 100px;
    float: left;
}
.text input {
    padding-right: 20px !important;
    background: url('/images/btns/bg_str.png') right !important;
}
.text div p { margin: 8px 0 8px 0; }

#show {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.window {
    width: 332px;
    height: 402px;
    background-color: #FFF;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10 ;
    margin: -235px 0 0 -233px;
    padding: 28px 68px 0 66px;
}
.window #close {
        position: absolute;
        margin: -15px 0 0 350px;
        text-decoration: underline;
        cursor: pointer;
    }
.window #close:hover {
		text-decoration: none;
        }
.window p {
        margin: 10px 0 10px 0;
    }
.window input[type="text"] {
        position: absolute;
        margin-left: 142px;
        width: 190px;
}
.window textarea {
        Position: absolute;
        left: 50%;
        margin-left: -167px;
        width: 333px; 
        height: 140px;
}
.window p.velden, .window p.btn { text-align: right; }
.window p.btn input {
        margin-top: 162px;
        padding-right: 20px !important;
        background: url('/images/btns/bg_str.png') right !important;
        margin-right: -6px;
}
.window .imgAlert {
        position: absolute;
        margin-left: -18px;
        visibility: hidden;
}
.window .imgLineAlert {
        margin-top: 10px;
}
