/* Document css */
/* Custom css for qloginpopup module */
input.btlo_m{
	margin-right: 10px;
}
.text-login a{
	background: url(../images/login_icon.png) no-repeat left 4px;
	padding-left: 15px;
	color: #3a76ac;
	font-weight: normal;
}
.text-login a:hover{
	color: #3a76ac;
	font-weight: normal;
}
/* Custom css for Newletter Subcripber module */
input.modnsbutton{
	background: url(../images/submit_button.png) no-repeat;
	width: 75px;
	height: 26px;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
}
/* Custom css for Latestnews module */
li.linksnews{
	width: 100%;
	float: left;
}
div.date{
	width: 28%;
	float: left;
	padding-top: 2px;
}
span.date{
	color: #3a76ac;
	font-size: 11px;
	float: left;
	padding-top: 3px;
}
div.titlelinks{
	width: 70%;
	float: left;
}
a.latestnews{
	float: left;
}
li.linksnews a span{
	float: left;
}