@charset "utf-8";


.rowForm{ background:url(/media/wysiwyg/blog/rowFormBg.png) top left repeat-x; padding-top:40px }
.rowForm li{ margin:20px 0;text-align:center;}

.field{ text-align:left}
.OnePageDrawXXX{width:100%;max-width:800px !important;}
.txtreview{ background: url(/media/wysiwyg/blog/leftgray.png) left top no-repeat;
    /* background-size: 100%; */
    padding: 0 0 0 18px;
    float: left;
	width:100%;
    max-width: 730px;
	font-family: 'MyriadPro-Light', sans-serif  !important;
    /* background-position: -61px 20px; */
    /* background-position-x: -63px; */}
	
.txtreview-hover{ background: url(/media/wysiwyg/blog/leftgray-hover.png) left top no-repeat;
    /* background-size: 100%; */
    padding: 0 0 0 18px;
    float: left;
	width:100%;
    max-width: 730px;
	font-family: 'MyriadPro-Light', sans-serif  !important;
    /* background-position: -61px 20px; */
    /* background-position-x: -63px; */}
	
.txtreview div{ background-color:#f9f9f9; padding:30px; border-radius:5px;  margin-bottom:10px; }
.txtreview p{ font-size:15px}
.txtreview div{ float:left; width:100%;}
.txtreviewName{ font-size:22px; float:left; margin-bottom:0px;width:100%;}
.txtreviewList li{margin: 10px 0;}
.txtreview-icon{float:left;width:70px}

.txtreview-hover div{ background-color:#fff; border:1px solid #ecebeb; padding:30px; float:left; width:100%; border-radius:5px; margin-bottom:10px; }

@media only screen and (min-width: 100px) and (max-width: 767px) {

.txtreview-icon{ display:none !important; }
.paddingLeft{ padding-left:0 !important}
.paddingRight{ padding-left:0 !important}
}

