.m_forms_block_pollstats_bar {
	border:1px solid #000;
}
.m_form_field_error {
	color:#F00;
}
.m_forms_block_pollstats_bar_inner {
	background-color:#F00;
}
.m_forms_form input[type=submit] {
  max-width:100px;
}
.m_forms_form table tr td {
  padding-bottom:10px;
}
.m_forms_form textarea {
	height:180px !important;
  	max-width:100%;
  	resize:none;
}
.m_forms_form{
	margin:0px;
}
.m_forms_form ul {
  list-style: none;
}

.form-control-feedback {
	right:25px !important;
}

.hide_field {
	display:none;
}

/* Extra Small devices (Phones, 500px and below) */
@media screen and (max-width: 500px){
	
}

/* Extra Small devices (Phones, 500px and up) */
@media screen and (min-width: 500px) and (max-width: 750px){
	
}

@media screen and (max-width: 750px){
	
}

/* Small devices (Tablets, 750px and up) */
@media screen and (min-width: 750px){
	
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 970px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	
}