html, body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	height: 100%; /* needed for container min-height */
}

a, a:visited {
	color: #0079c1;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0079c1;
	text-decoration: none;
}

#wrapper {
	background: #ffffff;
	margin: 0 auto; /* top right bottom left */
	width: 1024px;
	float: center;
	clear: both;
}

#header {
	width: 1024px;
	height: 100px;
	margin-top: 20px;
	text-align: right;
	clear: both;
}

#logo {
	float: left;
}

#logo img {
	float: left;
}

#title {
	padding: 68px 0 0 20px;
	float: left;
}

#title span {
	color: #0079c1;
}

#langs {
	text-align: right;
	margin: 0 10px 0 0;
	clear: both;
}

#container {
	width: 1024px;
	padding: 0;
	clear: both;
}

#footer {
	width: 1024px;
	height: 50px;
	clear: both;
}

#footer-inner {
	float: right;
}

#clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul li {
	font-size: 14px;
}

table td {
	font-size: 14px;
}

/*MENU*/

#menu {
	width: 1024px;
	height: 30px;
	margin: 0 0 10px 0; /* top right bottom left */
	clear: both;
}

#menu ul {
	list-style-type: none;
	width: 1024px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 0; /* top right bottom left */
}

#menu li {
	/* fallback */
	background-color: #3d78b2;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#376da3), to(#498fd5));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #498fd5, #376da3);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #498fd5, #376da3);
	/* IE 10 */
	background: -ms-linear-gradient(top, #498fd5, #376da3);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #498fd5, #376da3);
	min-width: 120px;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 5px 5px 0 5px; /* top right bottom left */
	text-align: center;
	border: #0079c1 solid 1px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	float: left;
}

#menu li.sel {
	/* fallback */
	background-color: #b94040;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a23636), to(#e04c4c));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #e04c4c, #a23636);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #e04c4c, #a23636);
	/* IE 10 */
	background: -ms-linear-gradient(top, #e04c4c, #a23636);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #e04c4c, #a23636);
	min-width: 120px;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 5px 5px 0 5px; /* top right bottom left */
	text-align: center;
	border: #993333 solid 1px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	float: left;
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

/*HEADINGS, LINKS*/

h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #666666;
	margin: 0 0 15px 0; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
}

h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0 0 15px 0; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
}

h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 0 0 10px 0; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
}

h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 0 0 10px 0; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: normal;
}

p {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 15px 0 15px 0; /* top right bottom left */
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	font-variant: normal;
}

#footer p {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	margin: 0;
	padding: 5px; /* top right bottom left */
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

.error {
	color: #c00000;
	font-weight: bold;
}

.error-box {
	width: 97%;
	color: #c00000;
	font-weight: bold;
	border: #c00000 solid 1px;
	padding: 10px;
}

.notice {
	color: #0fc000;
	font-weight: bold;
}

.notice-box {
	width: 97%;
	color: #0fc000;
	font-weight: bold;
	border: #0fc000 solid 1px;
	padding: 10px;
}

.small {
	font-size: 11px;
}

/*TABLES*/

table#login-form {
	margin-left: -2px;
}

table#register-form, table#forgot-password-form, table#confirm-form {
	width: 400px;
	margin-left: 0;
	border: #c0c0c0 solid 1px;
	padding: 20px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

table#profile {
	width: 600px;
	margin-left: 0;
}

table#start {
	width: 100%;
}

table#start td.log, table#start td.reg {
	width: 49%;
	border: #c0c0c0 solid 1px;
	padding: 20px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

table#start td.log-reg {
	width: 2%;
}

table#main, table#main2 {
	width: 100%;
	border: #c0c0c0 solid 1px;
	padding: 20px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

table#main2 {
	width: 50%;
}

table#application-form {
	width: 100%;
}

table#privacy-policy {
	width: 100%;
}

table#privacy-policy td {
	font-size: 13px;
}

span.star {
	color: #ff0000;
	font-size: 16px;
}

/*DIVS*/

div#forgot-password p, div#register p {
	margin: 0;
}

div.line {
	background: #0079c1;
	height: 2px;
	margin: 20px 0 20px 0;
}

/*FORMS*/

form.forgot {
	margin-left: 0;
}

input, textarea, select {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #fafafa;
	border: #c0c0c0 solid 1px;
	padding: 3px;
}

.btn-100x25 {
	background: #0079c1;
	font: bold 11px Arial;
	color: #ffffff;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 10px 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	width: 100px;
	height: 25px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.btn-100x25g {
	background: #33994d;
	font: bold 11px Arial;
	color: #ffffff;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 10px 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	width: 100px;
	height: 25px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.btn-200x25 {
	background: #0079c1;
	font: bold 11px Arial;
	color: #ffffff;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 10px 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	width: 200px;
	height: 25px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.btn-125x25g {
	background: #33994d;
	font: bold 11px Arial;
	color: #ffffff;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 10px 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	width: 125px;
	height: 25px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

/*IMAGES*/

img {
	border: 0;
}