﻿
	/*atMain*/
	.atMain a{
	width: 14px;
	height: 22px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-left: 350px;

}

.atMain img {
	border: none;
}

.atMain a:hover img {
	margin-top: -22px;
}
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}
		

	/*top*/
	.top a{
	width: 7px;
	height: 14px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-left: 350px;

}

.top img {
	border: none;
}

.top a:hover img {
	margin-top: -14px;
}
.clear2	{ 
	clear:both;
	}

div.clear2	{ 
	height:.01em; 
	overflow:hidden; 
	}
		
a.button-link {
	background: #3f190f;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	-webkit-box-shadow: 1px 1px 10px #d2d1d1;
	-moz-box-shadow: 1px 1px 10px #d2d1d1;
	box-shadow: 1px 1px 10px #d2d1d1;
}		

a.button-link:hover {
	background: #2e1109;
}
