* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding: 20px 0px;
}
#wr {
	width:800px;
	margin: 0px auto;
	text-align: left;
}
.trigger a {
border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; background: #a75847; /* Old browsers */
background: -moz-linear-gradient(top,  #a75847 0%, #8e3724 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a75847), color-stop(100%,#8e3724)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a75847 0%,#8e3724 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a75847 0%,#8e3724 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a75847 0%,#8e3724 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a75847 0%,#8e3724 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75847', endColorstr='#8e3724',GradientType=0 ); /* IE6-9 */
color:#FFFFFF; font-size:17px; padding:6px 25px;
}
.trigger a:hover {
border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; background: #8cbe27; /* Old browsers */
background: -moz-linear-gradient(top,  #8cbe27 0%, #8cbe27 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cbe27), color-stop(100%,#8cbe27)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8cbe27 0%,#8cbe27 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8cbe27 0%,#8cbe27 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8cbe27 0%,#8cbe27 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8cbe27 0%,#8cbe27e3724 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbe27', endColorstr='#8cbe27',GradientType=0 ); /* IE6-9 */
color:#FFFFFF; font-size:17px; padding:6px 25px;
}
.trigger {
	float:right; margin-right:10px;
}
.close {
	background: url(../images/btn.png) no-repeat 0px -26px;
}
.cnt {
	display: none;
	padding: 10px;
	margin: 10px;
	background: #f9f9f9;
}
.cl {
	width: 100%;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}