@font-face{
	font-family:"Between";
	src:url("/static/font/between/ccfb9e72-d3c5-4e7c-9904-d40cac285342.woff2") format("woff2"),url("/static/font/between/3ecb5684-33fb-4364-b13f-f2db5fbea3af.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}
@font-face{
	font-family:"Between";
	src:url("/static/font/between/767abafb-e94c-4ff8-8fc8-dd7aee9ab04d.woff2") format("woff2"),url("/static/font/between/28f64f84-da9a-4590-8d98-c092e8d40830.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family:"Between";
	src:url("/static/font/between/38684670-af17-4977-bfdb-e4fa8fb0e563.woff2") format("woff2"),url("/static/font/between/8ad22755-4c02-434d-891d-d7377d5b9de0.woff") format("woff");
	font-weight: 300;
	font-style: italic;
}
@font-face{
	font-family:"Between";
	src:url("/static/font/between/390bcbf3-20b6-4418-96c5-a0c0162e0885.woff2") format("woff2"),url("/static/font/between/43fcf43d-97d1-4439-8274-e06bb3706d79.woff") format("woff");
	font-weight: 350;
	font-style: normal;
}
@font-face{
	font-family:"Between";
	src:url("/static/font/between/c5b2d8b1-b677-4636-b937-ce0f6bd94c4e.woff2") format("woff2"),url("/static/font/between/db820448-0176-4186-988d-03cccf86fc68.woff") format("woff");
	font-weight: 350;
	font-style: italic;
}
@font-face{
	font-family:"Between";
	src:url("/static/font/between/bbc44c74-b491-40ee-9caf-98c6e8d3aee8.woff2") format("woff2"),url("/static/font/between/ed0fc040-2839-4c80-8bbe-e892f839a1d2.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
#pnlContent:after{
	display:table;
	content:"";
	clear:both;
}

section{
	float:left;
	box-sizing:border-box;
}

section.left{
	width:25%;
	padding-right:50px;
}

section.left{
	margin-top: 75px;
}

section.right{
	width:75%;
}


section:after{
	display:table;
	content:"";
	clear:both;
}

table{
	border-spacing: 0px;
	border-collapse: separate;
}

form{
	margin:40px 0 25px;
}

form input[type=text]{
	height: 36px;
	width: 270px;
	border: 1px solid rgba(0,0,0,0.4);
	padding: 6px;
	box-sizing: border-box;
	font-size: 14px;
	box-shadow: none;
	font-family: 'Between',sans-serif;
	font-weight: 400;
}

form input[type=submit]{
	background: rgba(129, 165, 208, 1);
	color: white;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 28px;
	width: 270px;
	margin-top: 20px;
	box-sizing: border-box;
	font-family: 'Between', sans-serif;
	border:none;
	margin-left:150px;
}

form input[type=submit]:hover {
	background: rgba(129, 165, 208, 0.7);
}

form input[type=file]{
	border:none;
}

form select{
	height: 28px;
	border: 1px solid rgba(0,0,0,0.4);
	width: 270px;
	background:white;
	padding:5px;
	position:relative;
}

form label{
	font-weight:300;
	font-size:14.4px;
	color:#555;
}

form textarea{
	height: 180px;
	width: 400px;
	border: 1px solid rgba(0,0,0,0.4);
	margin-bottom: 10px;
	padding: 6px;
	box-sizing: border-box;
	font-size: 14px;
	box-shadow: none;
	font-family: 'Between',sans-serif;
	font-weight: 400;
	resize: none;
}

th,td{
	padding:0 0 10px 0;
}

th{
	text-align:right;
	width:130px;
	padding-right:20px;
}

#page ul.errorlist {
	padding:0;
	margin-top:50px;
}
ul.errorlist li{
	font-family: 'Between',sans-serif;
	color:white;
	display:block;
	background-color:#CF031C;
	padding: 3px 5px;
;
}