/* Styles for the Media Team Read More Widget */
.widget_mediateam_read_more_widget label{
	background-color: #676767;
	border-radius: 10px;
	height: 24px;
	float: left;
	padding: 4px;
}

.widget_mediateam_read_more_widget p.mt-p{

}

.widget_mediateam_read_more_widget form{
	float:left;
	margin-bottom:24px;
}

.widget_mediateam_read_more_widget h3{
	padding: 6px;
	background: #ea0e0e;
	color: #FFF;
	font-size: 22px;
	text-shadow: none;
	margin-bottom: 10px;
}

.widget_mediateam_read_more_widget label span{
	float: left;
	color: #f3f3f3;
	margin: 4px 0 0 8px;
	height: 100%;
}

.widget_mediateam_read_more_widget input[type='text']{
	background-color: rgba(255, 255, 255, 0.6);
	color: #f3f3f3;
	border: none;
	height: 85%;
	float: left;
	margin: 2px 0 0 6px;
	width: 40%;
	padding:0px 4px;
}

.widget_mediateam_read_more_widget input[type='text']:focus{
	background-color: rgba(255,255,255,.2);
}

.widget_mediateam_read_more_widget input[type='submit']{
	float: right;
	border: 1px solid #454545;
	border-radius: 10px;
	width: 20%;
	height: 100%;
	background-color: #fff; 
}