.link{
	padding: 6px 10px;
	background-color: #ddd;
	color: #333;
  	display: inline-block;
  	*display: inline; /* IE7 inline-block hack */
/*   	line-height: 24px; */
	background-image: linear-gradient(bottom, rgb(218,218,218) 42%, rgb(242,242,242) 71%);
	background-image: -o-linear-gradient(bottom, rgb(218,218,218) 42%, rgb(242,242,242) 71%);
	background-image: -moz-linear-gradient(bottom, rgb(218,218,218) 42%, rgb(242,242,242) 71%);
	background-image: -webkit-linear-gradient(bottom, rgb(218,218,218) 42%, rgb(242,242,242) 71%);
	background-image: -ms-linear-gradient(bottom, rgb(218,218,218) 42%, rgb(242,242,242) 71%);
	padding: 2px 16px;
    color: #505050;
    cursor: pointer;
    font-size: 10px;
/*     line-height: 22px; */
    text-transform: uppercase;
    border: solid 1px #fff;
    -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
  	vertical-align: middle;
  	margin-top: 20px;
  	text-decoration: none;
}

.link:hover{
	color: #6890BF;
}

.makering{
	color: #6890BF;
	text-transform: uppercase;
	font-size: 17px;
}

.wrap_img_right{
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.wrap_img_left{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}