#appmain .block_title{
	background:none;
	border:none;
	border-radius:0px;
	border-bottom:1px solid black;
	color:black;
	font-size:18px;
}
.block_title a{
	color:black;
	text-decoration:none;
}
.block_title a:visited {
	color:black;
}
#box {
	width:120px;
	height:180px;
	margin:10px;
	border:1px solid black;
	padding:5px;
	float:left;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #207cca 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#207cca 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#207cca 0%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom, #1e5799 0%,#207cca 0%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

#box a{
	color:black;
}

#wrap {
	width:100px;
	height:100px;
	padding:0;
	overflow:hidden;
	margin:auto;
}
#frame {
	width:200px;
	height:200px;
	zoom:0.5;
	-moz-transform:scale(0.5);
	-moz-transform-origin:0 0;
}
					#title {
	font-size:16px;
	font-family:"Times New Roman",Times,serif;
	text-align:center;
	padding:5px;
}
		#options {
	text-align:center;
	padding: 5px;
}