/* MAIN SETTING
========================================================================= */
body {
	width: 100%;
	height: 100%;
	font: 12px/22px Arial, sans-serif;
	background: #ededed;
	color: #5e656e;
	min-width: 960px;
}
a {
	color: #5e656e;
	text-decoration: none;
	cursor: pointer;
}
.main {
	width: 950px;
	margin: 0 auto;
}
.main-2 {
	width: 960px;
	margin: 0 auto;
}
.main-3 {
	width: 975px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.extra-wrap {
	display: block;
	overflow: hidden;
}
h2 {
	font: 700 25px/30px 'Open Sans', sans-serif;
	color: #3b3b3d;
	letter-spacing: -1px;
}
h3 {
	font: 700 20px/27px 'Open Sans', sans-serif;
	color: #3b3b3d;
	letter-spacing: -1px;
}
strong {
	font: bold 12px/22px Arial, sans-serif;
	color:#3b3b3d;
}
	strong a {
		font: bold 12px/22px Arial, sans-serif;
		color:#3b3b3d;
	}
		strong a:hover {
			color:#ffcb15;
		}
.fl-l {float: left;}
.fl-r {float: right;}

/* IDENT's
========================================================================= */
.ident-bot-1 {margin-bottom: 22px;}
.ident-bot-2 {margin-bottom: 24px;}
.ident-bot-3 {margin-bottom: 13px;}
.ident-bot-4 {margin-bottom: 16px;}
.ident-bot-5 {margin-bottom: 40px;}
.ident-bot-6 {margin-bottom: 27px;}
.ident-bot-7 {margin-bottom: 29px;}
.ident-bot-8 {margin-bottom: 5px;}
.ident-bot-9 {margin-bottom: 28px;}
.ident-bot-10 {margin-bottom: 35px;}
.ident-bot-11 {margin-bottom: 30px;}
.ident-bot-12 {margin-bottom: 33px;}
.ident-bot-13 {margin-bottom: 6px;}
.ident-bot-14 {margin-bottom: 14px;}
.ident-bot-15 {margin-bottom: 24px;}
.ident-bot-16 {margin-bottom: 60px;}
.ident-bot-17 {margin-bottom: 18px;}
.ident-bot-18 {margin-bottom: 34px;}
.ident-bot-19 {margin-bottom: 26px;}
.ident-bot-20 {margin-bottom: 12px;}
.ident-bot-21 {margin-bottom: 55px;}
.ident-bot-22 {margin-bottom: 9px;}
.ident-bot-23 {margin-bottom: 10px;}
.ident-bot-24 {margin-bottom: 23px;}
.ident-bot-25 {margin-bottom: 37px;}
.ident-bot-26 {margin-bottom: 32px;}
.ident-bot-27 {margin-bottom: 15px;}
.ident-bot-28 {margin-bottom: 20px;}
.ident-bot-29 {margin-bottom: 19px;}

.ident-right-1 {margin-right: 8px;}
.ident-right-2 {margin-right: 9px;}
.ident-right-3 {margin-right: 26px;}
.ident-right-4 {margin-right: 15px;}

.ident-left-1 {margin-left: 12px;}
.ident-left-2 {margin-left: 10px;}
.ident-left-3 {margin-left: 19px;}
.ident-left-4 {margin-left: -20px;}
.ident-left-5 {margin-left: -15px;}
.ident-left-6 {margin-left: -12px;}

.ident-top-1 {margin-top: 12px;}
.ident-top-2 {margin-top: 23px;}
.ident-top-3 {margin-top:-8px;}
.ident-top-4 {margin-top:-2px;}
.ident-top-5 {margin-top: 2px;}
.ident-top-6 {margin-top: -5px;}
.ident-top-7 {margin-top: 3px;}
.ident-top-8 {margin-top: 6px;}
.ident-top-9 {margin-top: 86px;}
.ident-top-10 {margin-top: -25px;}
.ident-top-11 {margin-top: -14px;}

.inner-ident-1 {padding-left: 18px;}
.inner-ident-2 {padding-top: 2px;}

/* HEADER
========================================================================= */
h1 {float:left; vertical-align: bottom; color: #3b3b3d; letter-spacing: -2px;}
h1 a {
	display: block;
	text-indent: 60px;
	height: 44px;
  color: #3b3b3d;
	background: url('../img/logo.png') no-repeat;
  font: 38px/38px 'Open Sans', sans-serif;
}
.slogan {
	font: 12px/16px Arial, sans-serif;
	color:#727579;
	margin-top: 24px;
	margin-left: 4px;
}
#search-form > input {
	outline: none;
	box-shadow: none !important;
	border: none;
	float: left;
	height: 30px;
	width: 207px;
	background: url('../img/search-form.jpg') no-repeat;
	padding: 0px 14px;
	color: #5a626c;
	font: 13px/22px Arial, sans-serif;
	margin-right: 2px;
}
#login-form > input {
	outline: none;
	box-shadow: none !important;
	border: none;
	float: left;
	height: 30px;
	width: 117px;
	background: url('../img/input-box.png') no-repeat;
	padding: 0px 14px;
	color: #5a626c;
	font: 13px/22px Arial, sans-serif;
	margin-right: 2px;
}
nav {
	background: url('../img/menu-bg.png') no-repeat;
	padding-bottom: 10px;
}
/* CONTENT
========================================================================= */
#page1 #content {padding: 0 0 52px 0;}
#content {padding: 38px 0 52px 0;}

.button {
	display:inline-block;
	color:#f7f8f8;
	font-size: 18px;
	line-height: 25px;
}
	.button-bg-left {
		display:inline-block;
		background: url('../img/button-bg-left.png') no-repeat;
	}
	.button-bg-right {
		display:inline-block;
		background: url('../img/button-bg-right.png') no-repeat 100% 0;
	}
	.button-bg-center {
		display:inline-block;
		background: url('../img/button-bg-1.png') repeat-x;
		margin: 0 17px;
		padding: 4px 0 9px 1px;
	}
	.button:hover {
		color:#f8db34;
	}
.button-3 {
	display:inline-block;
	color:#fff;
	font-size: 18px;
	line-height: 45px;
}
	.button-3-bg-left {
		display:inline-block;
		background: url('../img/button-3-bg-left.png') no-repeat;
	}
	.button-3-bg-right {
		display:inline-block;
		background: url('../img/button-3-bg-right.png') no-repeat 100% 0;
	}
	.button-3-bg-center {
		display:inline-block;
		background: url('../img/button-3-bg-1.png') repeat-x;
		margin: 0 29px 0 26px;
		padding: 0 3px 10px 3px;
	}
	.button-3:hover {
		color:#3b3b3d;
	}
.button-2 {
	display:inline-block;
	color:#607084;
	font-size: 18px;
	line-height: 25px;
}
	.button-2:hover {
		color:#f8db34;
	}

.list-1 li {
	line-height: 24px;
	padding-left: 14px;
	background: url('../img/list-marker-1.png') no-repeat 0 11px;
}
	.list-1 li a {
		color: #3b3b3d;
		font: bold 13px/24px Arial, sans-serif;
	}
	.list-1 li a:hover {
		color: #ffcb15;
	}

.list-2 li {
	line-height: 20px;
}
	.list-2 li a {
		color: #5e656e;
		font: 12px/20px Arial, sans-serif;
	}
	.list-2 li a:hover {
		text-decoration:underline;
	}
.list-3 li {
	line-height: 30px;
	padding-left: 30px;
	background: url('../img/list-marker-2.png') no-repeat 0 4px;
}
	.list-3 li a {
		color: #3b3b3d;
		font: bold 13px/30px Arial, sans-serif;
	}
	.list-3 li a:hover {
		color: #ffcb15;
	}
.column-1 {
	width: 172px;
	padding: 31px 32px 37px 32px;
	float:left;
}
.column-2 {
	width: 139px;
	float:left;
	margin-left: 18px;
	line-height: 20px;
}
	.column-2.column-2-1 {
		margin-left: 0;
	}
.column-3 {
	width: 197px;
	float:left;
}
.block-1-cover {
	background: #dadcde url('../img/main-bg-cover.jpg') repeat-y 50% 0;
}
.block-1 {
	background: url('../img/main-bg.jpg') no-repeat 50% 0;
}
.block-2 {
	background: url('../img/block-bg-1.jpg') repeat-y 0 0;
}
.block-2 img {
	margin-right: 11px;
	margin-top: 4px;
}
.block-2-bg-1 {
	background: url('../img/block-bg.jpg') no-repeat 0 0;
	padding-top: 10px;
}
.block-2-bg-2 {
	background: url('../img/block-bg-2.jpg') no-repeat 0 100%;
}
.block-3 {
	background: url('../img/marker-1.png') no-repeat 0 5px;
	padding-left: 24px;
	font: 20px/24px 'Playball', cursive;
	color:#ffcb15;
}
.block-4 {
	font: 12px/20px Arial, sans-serif;
}
.block-5 {
	background: url('../img/marker-2.png') no-repeat 0 3px;
	padding-left: 30px;
	font: 20px/24px 'Playball', cursive;
	color:#ffcb15;
}
.block-6 {
	background: url('../img/block-6-bg-2.jpg') repeat-y;
}
	.block-6-bg-1 {
		background: url('../img/block-6-bg-1.jpg') no-repeat;
		padding-top: 10px;
	}
	.block-6-bg-2 {
		background: url('../img/block-6-bg-3.jpg') no-repeat 0 100%;
		min-height: 284px;
		margin-bottom: 9px;
		padding: 14px 27px 60px 32px;
	}
.block-7 {
	font: italic 14px/24px Arial, sans-serif;
	background: url('../img/extra-2.png') no-repeat;
	padding-left: 19px;
	padding-top: 16px;
}
.column-x {
	display:inline;
	float: left;
	position: relative;
	width: 275px;
	margin-top: 7px;
	margin-left: 3px;
}
.line {
	height: 1px;
	overflow:hidden;
	background: #d8dde3;
}
.line-2 {
	height: 1px;
	overflow:hidden;
	background: url('../img/line-2.png') no-repeat;
}
.font-1 {
	font: 20px/24px 'Playball', cursive;
	color:#ffcb15;
}
.font-2 {
	font: 17px/26px Arial, sans-serif;
	color:#3b3b3d;
}
.extra-1 {
	background: url('../img/extra-1.png') no-repeat 279px 63px;
}
.link-2 {
	color:#f4c722;
	font-weight: bold;
}
	.link-2:hover {
		color:#5e656e;
	}
.link-3 {
	color:#5E656E;
}
	.link-3:hover {
		text-decoration:underline;
	}

/* TM-SLIDER
========================================================================= */
.slider {
	width: 950px;
	height: 540px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.banner{
	display: block;
	overflow: hidden;
	position: absolute;
	z-index:15;
	color: #fff;
	top: 0px;
	left: -500px;
	width: 500px;
}
.banner-inner-1{
	display: block;
	font: 73px/88px 'Open Sans', sans-serif;
	color: #3b3b3d;
	letter-spacing: -4px;
}
.banner-inner-2{
	display: block;
	font: 40px/51px 'Playball', cursive;
	color: #ffcb15;
}
.banner-inner-3{
	display: block;
	font: 14px/25px Arial, sans-serif;
	color: #727579;
	margin-bottom: 35px;
}
.banner-button {
	display: inline-block;
	width: 0px;
	height: 0px;
	background: #000;
}
.pagination {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 60;
	width: 950px;
	height:60px;
	overflow: hidden;
	background: url('../img/pagination_3-bg.png') no-repeat;
}
	.pagination li {
		float:left;
		margin-left: 350px;
		margin-top: 5px;
	}
	.pagination li a strong {
		font-size: 20px;
		line-height: 24px;
		color:#ccd2d8;
		position:absolute;
		top: 39px;
		display:block;
		overflow:hidden;
	}
	.pagination li:first-child {
		float:left;
		margin-left: 83px;
	}
		.pagination a {
			width: 28px;
			height: 28px;
			display: block;
			background: url('../img/pagination.png') no-repeat 0 -28px;
		}
.pagination li.current a, .pagination  a:hover {
	background: url('../img/pagination.png') no-repeat 0 0px;
}
.pagination li.current a strong, .pagination  a:hover strong {
	color:#3b3b3d;
}
/* FORM
========================================================================= */
dl {
	display: block;
	width: 254px;
}
dd span {
	float: right;
	padding-right: 102px;
}
dl strong {
	display: block;
}

iframe {
	width: 369px;
	height: 279px;
	margin:0;
	border: 1px solid #dadfe4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 40px;
}
/*
#confirm label {
	display: block;
	position: relative;
	min-height: 40px;
	width: 357px;
}
*/
/*
#confirm  label.message {
	min-height: 286px;
}
*/
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	width: 357px;
	height: 30px;
	border: none;
	color: #5e656e;
	font: 12px/22px Arial, sans-serif;
	background: url('../img/input-bg.jpg') no-repeat;
	padding: 0 14px;
}
#confirm textarea {
	display: block;
	margin: 0;
	padding: 10px 14px;
	outline: none;
	box-shadow: none !important;
	font: 12px/22px Arial, sans-serif;
	background: url('../img/textarea-bg.jpg') no-repeat;
	color: #5e656e;
	border: none;
	width: 481px;
	height: 250px;
	resize: none;
	overflow: auto;
}

#confirm select{
	box-sizing: border-box;
	display: block;
	font: normal normal 400 13px/26px Arial;
	height: 25px;
	cursor: pointer;
	left: 0px;
	margin: 0px;
	opacity: 0;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 385px;
}

.select_div{
	color: #808080;
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 0px;
	outline: 0px;
	overflow: hidden;
	padding: 0px 25px 0px 2px;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: baseline;
	white-space: nowrap;
	width: 385px;
	padding-top: 4px;
	padding-left: 10px;
}

#confirm select {
	display: block;
	margin: 0;
	outline: none;
	width: 385px;
	height: 30px;
	border: none;
	color: #5e656e;
}


#confirm label > span {
	color: #c6a21e;
	position:relative;
	left: 12px;
}
#confirm .success {
	color:#000;
	display:none;
	position:relative;
	left: 10px;
}
#confirm  .empty, #confirm  .error {
	font: 12px/20px Arial, sans-serif;
	display:none;
}
#confirm .btns {
	position: absolute;
	left: 0;
}
#confirm .btns a {
	margin-left: 5px;
}

.form_row {
	display: block;
	position: relative;
	min-height: 40px;
	width: 357px;
}

.form_row input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	width: 357px;
	height: 30px;
	border: none;
	color: #5e656e;
	font: 12px/22px Arial, sans-serif;
	background: url('../img/input-bg.jpg') no-repeat;
	padding: 0 14px;
}

.form_row2 {
	position: relative;
	display: block;
	width: 255px;
	margin: 0 auto;
}

.form_row2 input {
	outline: none;
	margin: 0;
	box-shadow: none !important;
	border: none;
	width: 215px;
	height: 44px;
	background: url('../img/bg_input.png') no-repeat top left;
	padding: 0 20px;
}

#login_username {
	top: 115px;
}

#login_password {
	top: 135px;
}

#login_buttons {
	position: relative;
	top: 185px;
	height: 65px;
}

#bt_login {
	width: 95px;
	height: 33px;
	/*background: url('../img/bt_login_no_text.png') no-repeat top left;*/
	background: url('../img/bt_login.png') no-repeat top left;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 33px;
	text-transform: uppercase;
	float: right;
	position: relative;
	top: 18px;
	right: 50px;
}

#bt_forgot {
	float: left;
	position: relative;
	top: 25px;
	left: 40px;
	color: yellow;
	text-transform: lowercase;
}

/* FOOTER
========================================================================= */
footer {
	padding: 10px 0;
	background: url('../img/footer-bg.jpg') no-repeat 50% 0;
}
.policy {
	font: 12px/22px Arial, sans-serif;
	color: #5e656e;
}
.policy a {
	color: #5e656e;
	display:inline-block;
	margin-left: 4px;
}
.policy a:hover {
	text-decoration:underline;
}
.link-1 {
	text-decoration:underline;
}
	.link-1:hover {
		text-decoration:none;
	}


/* NAVIGATION
========================================================================= */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 3px;
	top: 53px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: -20px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** STYLIZATION ***/
.sf-menu > li > a {
	font-size: 18px;
	line-height: 51px;
	color: #fff;
	width: 159px;
	text-align:center;
}
.sf-menu > li:first-child > a {
	width: 154px;
	padding-left: 5px;
}
.sf-menu > li > a:hover, .sf-menu > li.active > a, .sf-menu > li.sfHover > a {
	color: #f8db34;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 159px;
	padding: 20px 0;
	background: #24344b;
}
.sf-menu ul ul {
	background: #516074;
}
.sf-menu ul li {
	margin-bottom: 5px;
}
.sf-menu li li a {
	font: 13px/35px Arial, sans-serif;
	color: #fff;
	padding: 0 21px;
}
.sf-menu  li li a:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover > a {
	background: #f4c31e url('../img/sub-menu-bg.jpg') repeat-x;
}























/* -------------------------------------------
		NOTIFICATIONS
-------------------------------------------- */

.notification {
	cursor: pointer;
	clear: both;
	height: 40px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 65px;
	font-size: 12px;
	position: relative;
}
.notification  p {
	color: #333;
	line-height: 40px;
}

.warning {
	background-image: url(../img/icondock/error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #FFC44A;
	background-color: #FFDB91;
}
.success {
	background-image: url(../img/icondock/accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #99C600;
	background-color: #E2FF7D;
}

.failure {
	background-image: url(../img/icondock/exclamation.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #EB5339;
	background-color: #F5B5A9;
}

.information {
	background-image: url(../img/icondock/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #418ACC;
	background-color: #B3CFEA;
}

.lightbulb {
	background-image: url(../img/icondock/lightbulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #D3A350;
	background-color: #FEEFCB;
}

.messages {
	background-image: url(../img/icondock/email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #42B4FF;
	background-color: #9DDFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.message p {
	font-size: 11px;
	color: #999;
	line-height: 20px;
}

.message h3 {
	font-size: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
}

.message h3 span	{
	font-size: 13px;
	color: #999;
	font-style: italic;
}

input.submit {
	line-height: 15px;
	border: 0;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
	background-color: #00769D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 25px;
	background-image: url(../img/button_highlighter.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

input.submit.special	{ background-color: #000000; }
input.submit:hover 	{ text-decoration: underline; background-color: #333333;}

#logo h1 {
	font-size: 36px;
	letter-spacing: -3px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F1F1F1;
	margin: 0px;
	font-weight: bold;
}

#logo h1 span 	{ font-weight: normal;}

#admin_wrapper {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#admin_wrapper form #logo h1 {
	color: #333;
	margin-bottom: 19px;
}


/* ------------ SUBMIT BUTTONS ------------ */

form p {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
form p .valid {
	color: #090;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 8px;
}
form p .error {
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 8px;
}


form input.text {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-size: 14px;
	color: #333;
	padding: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	clear: both;
	margin-top: 8px;

	}

form select.text {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-size: 13px;
	color: #333;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	clear: both;

	}


form input.text.medium { width: 600px; }
form input.text.large { width: 98%; }



form textarea {
	width: 98%;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-size: 13px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
}

input.text:focus, #forms form textarea:focus
	{ background-color: #F2F2F2; border: 1px solid #999999;}


.link{
  text-decoration: none;
}
.link:hover{
  text-decoration: underline;
}

.green{
	font-family: Verdana, Arial, Hela, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00A000;
}
.yellow{
	font-family: Verdana, Arial, Hela, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D9C702;
}
.red{
	font-family: Verdana, Arial, Hela, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.redbold{
	font-family: Verdana, Arial, Hela, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.blacktext{
	font-family: Verdana, Arial, Hela, sans-serif;
	font-size: 11px;
	color: #000000;
}
.uppercase{
	text-transform: uppercase;
}

#loginform {
	background: url('../img/bg_loginform.png') no-repeat top left;
	width: 357px;
	height: 412px;
}