﻿@import "style.css";

.time{
	display:block;
	margin-top:3px;
}
*+html .time{
	margin-top:0;
}
* html .time{
	margin-top:0;
}

.news{
	display:block;
	height:32px;
	overflow:hidden;
	position:relative;
	top:-2px;
}
.news a{
	font-size:11px;
	color:#999;
	text-decoration:underline;
	line-height:1.5em;
}
.news a:hover{
	color:#666;
	text-decoration:none;
}

#btnSubscription{
	margin-top:-2px;
}
#inputEmail .input2{
	width:122px;
}