#ContentPageBody_Panel2 textarea.form-control {
	height:auto!important;
	min-height:80px!important;
}
#ContentPageBody_Panel2 .form-control {
    margin: 10px 0;
    border: none;
    height: 44px!important;
	font-size: 16px;
}
#ContentPageBody_Panel2 {
    background-color: rgba(210, 218, 225, 0.5);
    padding: 22px;
    margin-bottom: 40px;
    margin-top: 20px;
}
#ContentPageBody_Panel2 label {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    color: #353535;
}

#ContentPageBody_Panel2 input#ContentPageBody_btnSubmit {
    background-color: #48baf4!important;
    font-size: 20px!important;
    font-weight: 500;
    box-shadow: -1px 2px 10px #ccc!important;
    margin-top: 20px!important;
}