/* for GuitarViz */
@charset "UTF-8";

#welcome {
	position: relative;
	top: 20px;
	left: 15px;
	padding: 8px;
	width:  306px;
	height: 50px;
	background-color:#444444;
	color:#FFFFFF;
	font: 12px Verdana, sans-serif;
	line-height: 150%;
	text-align: center;
}
#panel {
	position: relative;
	top: 38px;
	left: 16px;
	width:  320px;
	height: 975px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}
#panelshape {
	position: relative;
	width: 300px;
	height: 520px;
	top: 10px;
	left: 10px;
}
#panelshape2 {
	position: relative;
	width: 300px;
	height: 380px;
	top: 16px;
	left: 10px;
}
#cta {
	position: absolute;
	margin-top: 24px;
  	left: 50%;
  	-ms-transform: translate(50%, -50%);
  	transform: translate(-50%, -50%);
	background-color: #be9000;
	border: none;
	border-radius: 8px;
	padding: 4px 32px;
	text-align: center;
        font-family: "arial", sans-serif;
        font-size: 16px;
	color: white;
	cursor: pointer;
}


