html, body {
	height:100%;
	overflow-y:hidden;
}
#changeTemplate {
	position:relative;
	margin-top:14px;
	background:url(../images/select.png) no-repeat 0 0;
	color:#000000;
	width:310px;
	height:26px;
	font-size:13px;
	float:left;
}
#changeTemplate:hover {
	background:url(../images/select.png) no-repeat 0 -26px;
}
#changeTemplate:active,#changeTemplate:focus{
	background:url(../images/select.png) no-repeat 0 -52px;
}
#changeTemplate a {
	display:block;
	padding:3px 30px 5px 10px;
	color:#333333;
	font-weight:bold;
	text-shadow:0px 1px 1px #FFF;
	text-decoration:none;
}
#changeTemplate a:hover {
}
ul#templateList {
	margin:0;
	padding:5px;
	position:absolute;
	top:25px;
	left:0;
	width:296px;
	background:#dedede;
	border:2px solid #55D0FF;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius: 5px 10px;
	display:none;
	height:100px;
	overflow-y:scroll;
	overflow-x:hidden;
}
a.templateLink:hover{
background-color:#EEE;
}
ul#templateList li {
	list-style:none;
}
.jp_thumb {
	position:absolute;
	top:0;
	left:0;
	border:3px solid #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#demoFrame {
	width:100%;
	height:100%;
}