img.g {
	position: absolute;
	border: none;
	float: left;
}

img.c {
	position: absolute;
	border: none;
	float: left;
	margin-left: -15px;
}

div.flashContext {
	margin-bottom: 20px;
}

div.dashed {
	border-top: 1px dashed #fff;
	border-left: 1px dashed #fff;
	border-bottom: 1px dashed #FC3;
	border-right: 1px dashed #FC3;
}

span.g {
	position: absolute;
	top: 2px;
	left: 2px;
}

#loginForm {
	width: 300px;
	margin: 100px auto 0 auto;
	text-align: left;
}

#loginForm p {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #640000;
	margin: 0 0 20px 0;
}

#loginForm label {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #525252;
	display: block;
	margin: 10px 0 5px 0;
}

#loginForm input {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	display: block;
	width: 290px;
}

#loginForm input.button {
	width: auto;
	margin: 20px 0 0 240px;
}

#loginForm #boxHeader {
	background: url(../../skn/img/box_header.png) no-repeat top left;
	width: 340px;
	height: 24px;
	overflow: hidden;
}

#loginForm #boxContent {
	background: url(../../skn/img/box_content.png) repeat-y top left;
	width: 300px;
	padding: 10px 20px;
}

#loginForm #boxFooter {
	background: url(../../skn/img/box_footer.png) no-repeat top left;
	width: 340px;
	height: 15px;
	overflow: hidden;
}

strong.highlight-yellow {
	background: #FFFF00;
	color: #000;
}

strong.highlight-aqua {
	background: #00FFFF;
	color: #000;
}

strong.highlight-lime {
	background: #99FF99;
	color: #000;
}

strong.highlight-pink {
	background: #FF9999;
	color: #000;
}

strong.highlight-magenta {
	background: #FF66FF;
	color: #000;
}

strong.highlight-maroon {
	background: #800000;
	color: #fff;
}

strong.highlight-green {
	background: #00AA00;
	color: #fff;
}

strong.highlight-orange {
	background: #EE6000;
	color: #fff;
}

strong.highlight-blue {
	background: #004699;
	color: #fff;
}

strong.highlight-purple {
	background: #990099;
	color: #fff;
}

