#Support {
        width: 1051px;
        margin: 0px 0px 20px 30px;
        padding: 20px;
        background: #000;
    }
        #Support input {
            width: 331px;
            height: 24px;
            padding: 10px 10px 10px 10px;
           /* background: url(../images/login/formular.png) no-repeat;*/
	    background: #D8D8D8;
            margin: 5px 0px 5px 0px;
            font-size: 1.3em;
            font-family: Arial, sans-serif;
            font-weight: bold;
        }
        #Support select {
            width: 351px;
            height: 44px;
            /* background: url(../images/login/formular.png) no-repeat; */
            background: #D8D8D8;
	    margin: 5px 0px 5px 0px;
            font-size: 1.3em;
            font-family: Arial, sans-serif;
            font-weight: bold;
	    padding: 10px 10px 10px 10px;
        }
        #Support select option {
            width: 331px;
            height: 24px;
            padding: 10px 10px 10px 10px;
            /* background: #d8d8d8 url(../images/login/formular.png) no-repeat; */
	    background: #D8D8D8;
            margin: 5px 0px 5px 0px;
            font-size: 1.3em;
            font-weight: bold;
            font-family: Arial, sans-serif;
        }
        #Support h2 {
            font-size: 1.8em;
            margin-bottom: 20px;
            color: #f0ce11;
            text-align: left;
            font-family: Arial, sans-serif;
        }
        #Support .supporttl {
            width: 281px;
            height: 54px;
            margin: 0px 0px 0px 0px;
            background: #ffdf25;
            color: #000;
            cursor: pointer;
            _cursor: hand;
        }
        #Support table.support {
            width: 100%;
            margin: 0px auto;
        }
        #Support table.support tr td {
            padding: 5px 5px;
            color: #fff;
            text-align: right;
        }
        #Support table.support tr td.top {
            vertical-align: top;
        }
        #Support textarea {
            width: 865px;
            height: 135px;
           /* background: url(../images/login/textarea.png) no-repeat;*/
	    background: #D8D8D8;
            font-size: 1.3em;
            font-family: Arial, sans-serif;
            font-weight: bold;
            padding: 10px;
        }
.sending, .check {
    display: none;
}
/*captcha*/
.LBD_CaptchaImageDiv {
    float: left;
    height: 50px;
}
.LBD_CaptchaIconsDiv {
    float: left;
    height: 50px;
    margin-left: 5px;
}
#Support .support input.textbox {
    
}