@font-face
	{
	font-family: AkaChen;
	src: url("../fonts/AkaChenRegular.ttf");
	}

@font-face
	{
	font-family: AkaChen;
	src: url("../fonts/AkaChenRegular.ttf");
	font-weight: bold;
	}

body
	{
	font-size: 16px;
	font-family: 'AkaChen', sans-serif;
	background-color: rgb(255,255,255);
	color: rgb(64,64,64);
	}

.field
	{
	background-color: transparent;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	padding: 0px 4px;
	margin-left: 4px;
	color: rgb(32,112,192);
	}

#contactform tr
	{
	height: 32px;
	}

#contactform td
	{
	white-space: nowrap;
	}

#pricingtable td, #personalizedtable td
	{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(212,212,212) rgb(160,160,160);
	padding: 2px 4px;
	}

.field_quant
	{
	background-color: transparent;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 4px;
	width: 30px;
	text-align: right;
	color: rgb(32,112,192);
	}

.amountdue
	{
	border: none;
	text-align: right;
	}

.button, .button_selected
	{
	display: inline-block;
	border: 4px solid rgb(192,224,255);
	border-radius: 15px;
	padding: 2px 8px;
	}

.button:hover, .button_selected
	{
	cursor: pointer;
	border: 4px solid rgb(0,128,255);
	}

.ticket
	{
	width: 240px;
	border: 1px solid rgba(0,0,0,0.7);
	margin-bottom: 8px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
	}

.qty
	{
	width: 48px;
	font-size: 21px;
	font-weight: bold;
	}

.divider
	{
	margin-top: 32px;
	width: 100%;
	height: 2px;
	background-color: black;
	}