#fullyear {
	float: left;
	position:relative;
	left:0px; top:0px;
	margin: 0;	padding: 0;
	width:302px;
	height:111px;
	border:1px black dashed;
	background-color:#F5F5FF;
}
#selectedMonths
{
	margin: 0;	padding: 0;
	position:relative;
	left:0px; top:0px;
	border:1px red solid;
	height:110px;
	background-color:white;
}
.months{
	margin: 0;	padding: 0;
	position:absolute;
	left:0px; top:0px;
	height:110px;
	text-align: center;
}
/*.month1,.month2,.month3,.month4,.month5,.month6,.month7,.month8,.month9,.month10,.month11,.month12*/
#month1,#month2,#month3,#month4,#month5,#month6,#month7,#month8,#month9,#month10,#month11,#month12
{
	position:relative;
	left:0px; top:0px;
	margin: 0;
	padding: 45px 0 45px 0;
	float: left;
	width: 25px;
}
