.buttonPro.grey {
	margin: 5px;
	padding: 6px 6px;
	font-weight: normal;
	background: #969696;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFDFD), to(#C3BEBE));
	background: -moz-linear-gradient(top, #FFFDFD, #C3BEBE);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFDFD', endColorstr='#C3BEBE',GradientType=0 ); /* IE6-9 */

	border-color: #DDDCDC #999898 #7E7070;
	color: #131111;
	text-shadow: 0 1px 1px #E7D9D9;
	-webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #bebebe;
	-moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #bebebe;
	box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #bebebe;
}

.buttonPro {
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: bold 12px/1em Arial, sans-serif;
	padding: 8px 11px;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	background: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
	border: 1px solid #dedede;
	border-color: #dedede #d8d8d8 #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
	-moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
	box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
	}
	user agent stylesheeta:-webkit-any-link {
	color: -webkit-link;
	text-decoration: underline;
	cursor: auto;
}

 .input_s{
	margin:5px;
	padding: 5px 7px;
	height: 28px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #222;
	background: #FFF;
 }

 .line {
	width: 98%;
	border: 4px solid #fff;
 }

 .date {
	width: 105px;
	color: #656565;
	font-family: Verdana,sans-serif;
	font-size: 13.5px;
	border: 1px solid #fff;
	line-height: 120%;;
	text-indent: 10px;
	vertical-align: top;
	padding-top: 2px;
}

#owncodedate {
	text-align: left;
	text-indent: 25px;
	display: none;
}

#owncodecontent{
	text-align: left;
	text-indent: 10px;
	display: none;
  }

 .memo {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 13.5px;
	line-height: 1.8;
	padding-left: 8px;
	text-decoration: none;
 }
 
.year_bar {
	color: #333;
	font-size: 14.5px;
	text-align: left;
	background: #e5f2ff;
	height: 26px;
	padding: 6px 0 0 15px;
	font-weight: 600;
	margin: 10px 0px 10px 20px;
	box-shadow: inset rgba(255,254,255,0.6) 0 0.2em .2em, inset rgba(0,0,0,0.15) 0 -0.1em .2em, /* inner shadow */ hsl(208, 50%, 55%) 0 .1em 2px, hsl(208, 50%, 40%) 0 .2em 1px, /* color border */ rgba(0,0,0,0.2) 0 .3em 3px; 
}

.section2 {
	margin-top: -9px;
	color: #1a1449;
	font-size: 14.5px;
}