
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("./fonts/RobotoCondensed-Regular.ttf") format('truetype');
}

body {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 14px;
	margin: 0;
}

table {
	width: 567px !important;
	padding: 0 !important;
	margin: 0 !important;
}

form {
	clear: both;
}

form.jqtransformdone div.rowElem {
	
	padding: 0;
}

legend {
	
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #00938d;
}

fieldset {

	background-color: #FFF;
	border: none;
	border-bottom: 1px solid #ccc;
	background-repeat: repeat-x;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
label{
	width: 250px;
	margin-left: 15px;
}

 a {
	color:#00938d!important;
	text-decoration:none!important;
}

 a:hover{
	color:#ccc!important;
}

h1 {
	
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	background: #00938d;
	margin: 0 0 50px 0;
	padding: 10px 0;
}

#sbox-window {
	width: 960px !important;
	padding: 50px;
}