@font-face {
	font-family: 'segoe_uibold';
	src: url('/fonts/segoeuib-webfont.eot');
	src: url('/fonts/segoeuib-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/segoeuib-webfont.woff') format('woff'),
	url('/fonts/segoeuib-webfont.ttf') format('truetype'),
	url('/fonts/segoeuib-webfont.svg#segoe_uibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

#fontselector{
	background-color: white;
	line-height: 62px;
	font-size: 18px;
	border-radius: 5px;
	border-color: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	border: 1px white !important;
	float:left;
	width: 200px;
}

.Button{
	font-size: 20px;
	font-weight: bold;
	font-family: 'segoe_uibold', Arial, Helvetica, sans-serif;
	color: #fff;
	display: inline-block;
	background: #6dc7d5;
	cursor: pointer;
	padding: 6px 10px 6px 10px;
	border-radius: 5px;
	float:right;
}

#texteditor_canvasdiv{
	z-index: -1;
	position: absolute;
	width: 500px;
	height: 160px;
	left: 50%;
	bottom: 10px;
	margin-left: -250px;
	margin-top: -75px;

	background-color: #a2a2a5;
	text-align: center;
	color: white;
	font-family:  sans-serif;
	font-size: 18pt;
	padding: 10px;
	border-radius: 10px;
	padding-bottom:15px;
}

.molle{ font-family: "Molle";}
.lobster{ font-family: "Lobster";}
.anton{ font-family: "Anton"; }
.orbitron{ font-family: "Orbitron";}
.montserrat{ font-family: "Montserrat";}
.opensans{ font-family: "Open Sans";}
#hackedpoints span{font-size:4px; color: #a2a2a5;}
#hackedpoints{ height: 14px;}

input:focus{outline: 0;}

#row1{
	font-size:30px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	border-color: none;
	height: 35px;
	margin-bottom: 5px;
}

#row2{
	font-size:15px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	border-color: none;
	height: 35px;
	margin-bottom: 10px;
}

#boxhead{text-align:left;margin:0;padding:0;}
#boxhead span{
	float: right;
	display:block;
	cursor: pointer;
	font-size: 14px;
}