#rnDialog1_c{
  
    top: 729px;
	left: 473px !important;
    z-index: 9999;
}
.yui3-panel {
    position: absolute;
}

.yui3-skin-sam .yui3-panel-content {
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    border: 1px solid black;
    background: white;
}

.rn_AnswerFeedbackDialog {
    width: 375px;
}

.yui3-skin-sam .yui3-panel .yui3-widget-hd {
    padding: 8px 28px 8px 8px;
    min-height: 13px;
    _height: 13px;
    color: white;
    background-color: #3961c5;
    background: -moz-linear-gradient(0% 100% 90deg,#2647a0 7%,#3d67ce 50%,#426fd9 100%);
    background: -webkit-gradient(linear,left bottom,left top,from(#2647a0),color-stop(0.07,#2647a0),color-stop(0.5,#3d67ce),to(#426fd9));
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd {
    padding: 10px;
}
.rn_AnswerFeedbackForm .rn_DialogSubtitle {
    margin-bottom: 6px;
    text-align: left;
}

.yui3-skin-sam .yui3-panel .yui3-widget-ft {
    background: #fff !important;
}

.yui3-skin-sam .yui3-panel .yui3-widget-ft {
    background: #edf5ff;
    padding: 8px;
    text-align: right;
}

.yui3-skin-sam .yui3-widget-mask {
    background-color: black;
    zoom: 1;
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
}

@media screen and (max-width:768px){
    #rnDialog1_c {left:0 !important}
	.rn_AnswerFeedbackDialog {
    width: 95%;
    margin: 0 auto;
}
}
 @media only screen 
and (min-device-width : 768px)  
and (max-device-width : 1024px)  {
    #rnDialog1_c{left:30% !Important}
}
#add_feedback textarea {
    width: 100%;
    border: 1px solid #a7a7a7 !important;
    resize: none;
    padding: 5px 10px;
    outline: none;
}

/*.rn_ErrorMessage {
    width: 72% !important;
}*/
.rn_ErrorMessage {
        border: 1px solid #808080;
    color: #990000;
    text-align: left;
    padding: 15px 15px 15px 43px;
    border-radius: 0 !important;
    background: #FFFFE0 url(https://faq.beachbody.com/euf/assets/themes/responsive/images/important.png) no-repeat !important;
    margin: 0 -7px 0 8px;
    background-position: 4px 8px !important;
}
.rn_ErrorMessage a{    color: #990000 !important;
    font-weight: 600;
    outline: none;}
.rn_MessageBox {
    background-color: #FFFFE0;
    border: 1px solid #808080;
    color: #990000;
    margin: 10px 0;
    /* padding: 6px; */
}

#rnDialog1_c button {
    background: #0E53A7 url(https://faq.beachbody.com/euf/assets/themes/standard/images/buttonGradientCombo.png) 0px 0px repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #304764;
    color: #FFF;
    cursor: pointer;
    font: bold 12px;
	 line-height: normal;
    margin-right: 6px;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}