.reorphus {
    border: 1px solid #6a6298;
    background: white;
    width: 470px;
    font-family: Verdana, Geneva, sans-serif;    
}
    
    .reorphus .container {
        padding: 20px 20px 5px;
        font-size: 12px;
    }
        .reorphus .quote {
            background: #e5e5e5;
            padding: 20px 40px;
            position: relative;
            margin-bottom: 20px;
            line-height: 15px;
            border: none;
            text-align: left;
        }
            .reorphus .quote.ok {
                background: #8fe17c;
                margin-bottom: 0;
                padding: 20px;
            }
            .reorphus .quote.error {
                background: #e17c7c;
                margin-bottom: 0;
                padding: 20px;
            }
            .reorphus .quote strong {
                color: #ce5151;
                font-weight: bold;
                text-decoration: underline;
            }
            .reorphus .quote p {
                margin: 0;
                padding: 0;
                text-align: left;
            }
            .reorphus .quote .left,
            .reorphus .quote .right {
                width: 19px;
                height: 15px;
                position: absolute;                
            }
            .reorphus .quote .left {
                top: 10px;
                left: 10px;
                background: url(/img/lquote.png);
            }
            .reorphus .quote .right {
                bottom: 10px;
                right: 10px;
                background: url(/img/rquote.png);
            }

        .reorphus .text {
            border: 1px solid #6a6298;
            position: relative;
            height: 30px;
            background: url(/img/bg_text.png) top left repeat-x;
            margin: 10px 0;
            box-shadow: inset 0 0 3px rgba(0,0,0,.2);
            -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.2);
            line-height: 30px;
            padding: 1px 10px;
        }
            
        .reorphus .text.focused {
            box-shadow: 0px 0px 5px 2pt #00DD00;
            -webkit-box-shadow: 0px 0px 5px 2pt #00DD00;
        }
        .reorphus .text.error {
            border: 1px solid #ce5151;
            background: #ffdddd;
        }
            .reorphus .text.error input[type=text],
            .reorphus .text.error textarea {
                background: #ffdddd;
            }
            .reorphus .text table {
                width: 100%;
            }
                .reorphus .text table td {
                    padding: 0;
                }
                .reorphus .text table input[type=text] {
                    width: 95%;
                    margin-left: 10px; 
                    border: 0;       
                    outline: none;
                    font-family: inherit;
                    font-size: inherit;            
                }
                .reorphus .text table .inp {
                    width: 100%;
                }
            .reorphus .text label {
                white-space: nowrap;
                color: gray;
                display: block;
                cursor: pointer;
                line-height: 26px;
            }
            .reorphus .text.textarea {
                height: auto;
            }
                .reorphus .text.textarea textarea {
                    width: 98%;
                    resize: none;
                    outline: none;
                    font-family: inherit;
                    font-size: inherit;
                    margin-bottom: 5px;
                    border: 0;
                    height: 43px;
                    overflow: hidden;
					line-height: 15px;
                    display: block;
                }
            .reorphus .text.textarea label {
                 font-weight: normal;
            }

       
