
/* CSS Document */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
@font-face {
    font-family: 'RobotoSlab-Regular';
    src:  url(../font/RobotoSlab-Regular.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: 'Arial Narrow';
	src: url(../font/ArialNarrow.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Arial';
	src: url(../font/ArialMT.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sans-Serif';
	src: url(../font/GoogleSans-Medium.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}	   
#datepicker	  {            /*Календарь*/
    margin-left:19px; 
	 margin-top:20px; 
	 float:left;
	 position: absolute;
	 font-family:Arial;
	 font-size: 14px;
	} 





	











 