﻿/* share */
*{
	margin: 0px;
	padding: 0px;
	/*font:italic small-caps bold 1em/140% "Lucida Grande",sans-serif;*/
}
body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(background/body.gif) repeat-x 0 44px;
	line-height: 16px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input{
	vertical-align: middle;
}
img{
	vertical-align: bottom;
}
ins{
	display: none;
}
a{
	text-decoration: none;
	color: #5f7244;
}
a:hover{
	text-decoration: none;
}
label{
	cursor:pointer;
	font-weight: normal;
}
.clear{
	clear: both;
	font-size: 1%;
	line-height: 1%;
}
input,select,textarea{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.text{
	vertical-align: middle;
	cursor:pointer;
	padding: 2px;
	border: 1px solid #d8dfc9;
}
input.button{
	cursor: pointer;
	border: none;
	height: 21px;
	width: 80px;
	font-weight: bold;
	color: #333;
}
select.select{
	width: 100%;
	height: 20px;
}
select.multiple{
	height: auto;
	font-size: 14px;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
