textarea{
    outline: none;
    resize: none;
    height: 110px !important;
    border-radius: 0px !important;
}
#appeal ul.nav > li.active > a {
    border-left: 2px solid #3385ff;
    background-color: white;
    color: #3385ff;
    font-size:14px;
    margin-left:0px;
    padding-left: 30px;
}

#appeal .leftnav {
    padding: 0px 5px;
}

#appeal a {
    border-radius: 0px;
    padding: 12px 15px;
}
.navadd {
    padding-top: 10px;
}
#appeal ul.nav > li > a {
    background-color: #f3f3f3;
    color: #333333;
    font-size:14px;
    margin-left:0px;
    padding-left: 30px;
}
#appeal ul.nav > li > a:hover {
    /*background-color: inherit;*/
    color: #3385ff;
    font-size:14px;
    margin-left:0px;
}
#appeal ul.nav > li {
    height: 42px;
}
#appeal nav {
    height: 110px;
    margin-top:11px;
    background-color: #f3f3f3;
}
#appeal h2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
#appeal label {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}
#appeal input + p, #appeal textarea + p, .help-block{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin-left: -30px;
}

#appeal h2 + p {
    margin-top: 20px;
}
#appeal .tab-pane > div:last-child {
    margin-top: 29px;
}
#appeal .tab-content {
    padding-left:55px;
}

#appeal .tab-content .form-group > label:before {
	content: "*";	
	color: red;
}
#appeal .tab-content .form-group > label.no-red-star:before {
	content: "";	
}
#appeal .tab-content .form-group {
	margin-left: -55px;
}
#appeal .white-tooltip + .tooltip > .tooltip-inner {
	background-color: white;
	color: black;
    border: 1px solid black; 
    border-radius: 0px;
}

div.upload-files-desc > p{
    line-height: 33px;
}
    
div.upload-files-desc {
    margin-left: 55px !important;
    margin-top: -20px;
}

#appeal .appeal-form > div > label {
    margin-left: -30px;
}
#appeal .highlight-me {
	color: red;
}
#appeal .highlight-tips {
	color: #a94442;
}

#appeal #detailDesc {
	margin-left: 65px;
}
#appeal #siteType > div:first-child{
	width: 136px;
}
#appeal .captcha-img {
    height: 34px;
    width: 110px;
    margin-left: 10px;
    display: inline-block; 
}

#appeal #captcha {
	width: 120px;
	display: inline-block; 
}

#appeal .submit-content {
	margin-left: 90px;
    margin-top: 30px;
}
#appeal button {
    width: 200px;
    height: 50px;
}

div.radio{
    float: left;
    width: 120px;
    margin-right: 10px;
    
}

form.appeal-form div.form-group:first-child{
    height: 70px ! important;
}

s{
    position:absolute;
    top:22px;
    left:45px;
    z-index: 2;
    display:block;
    height:0;
    width:0;
    font-size: 0; 
    line-height: 0;
    border-color:transparent transparent #3385ff transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
}
i{
    position:absolute;
    top:-9px;
    *top:-9px;
    left:-10px;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #fff transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
}

#collapseContent {
    position: relative;
    border:1px solid #3385ff;
    /*
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    */
    background-color:#fff;
    width:80%;
    height:60%;
    padding:5px;
    margin-bottom: 15px;
    *top:-2px;
    *border-top:1px solid #3385ff;
    *border-top:1px solid #3385ff;
    *border-left:none;
    *border-right:none;
    *height:102px;
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#3385ff');
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#3385ff')"; 
}

#appeal span{
    margin-left: 15px;
}

button.btn{
    background-color: #3385ff;
}

@media screen and (max-width: 750px){
    div.leftnav{
        display: none;
    } 
    #appeal .tab-content{
        padding-left: 0px;
    }
    #appeal .appeal-form > div > label, #appeal .tab-content .form-group, #appeal input + p, #appeal textarea + p, .help-block{
    
        margin-left: 0px;
    
    }
    #appeal .submit-content{
        margin-left: 0px;
    }
    #appeal button{
        width: 100%;
    }
    div.form-group:nth-child(5){
        display: none;
    }
    .content{
        min-height: 500px !important;
    }
}


