

body, html, table, tr, td, div {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

h2{
	font-size: 18px;
	color: black;
}

body {
	background-color: #71a7c4;
	width: 100%;
	height: 100%;
}

.dialog {
	background-color: #f7f7f7;
	position: absolute;
	left: 50%;
	top: 50%;
}
.caption {
	background-color: #c2e2f3;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 57px;
	overflow: hidden;
	z-index: 1;
}
#content {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 57px;
	width: 555px;;
	height: 300px;
	text-align: center;
	z-index: 3;
}

#content-left{
	position:absolute;
	top:10px;
	left:10px;
	width:47%;
	height: 90%;
	z-index:5;
}

#content-right{
	position:absolute;
	top:10px;
	right:10px;
	width:47%;
	height: 90%;
	z-index:5;
}


a {
	color: #2778b7;
}
table {
	border-collapse: separate;
	border-spacing: 10px;
}
.form {
	width: 100%;
}
.input {
	background-image: url(images/inputbgnd.png);
	background-repeat: no-repeat;
	border: 0px none;
	width: 204px;
	height: 31px;
	font-size: 16px
}
button, .submit, .submitDisabled{
	background-color: transparent;
	border: 0px none;
	background-image: url(images/buttonbgnd.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 208px;
	height: 36px;
	font-size: 20px;
	color: #463904;
	outline: 0;
}


button span { line-height:1.7; }


button:active, button.active{
    background-position: 0px -36px;
} 
.submit:active, .submit.active{
    background-position: 0px -36px;
} 

.submitDisabled{
	background-position: 0px -72px;
}

input.text {
	background-color: transparent;
	border: 0px none;
	width: 195px;
	height: 23px;
	margin: 4px 5px 4px 4px;
	font-size: 16px;
}
.red {
	color: red;
}
.label {
	color: #0e6caa;
	font-size: 18px;
	text-align: right;
	width: 100%;
	vertical-align: middle;
}

.bold {
	color: #0e6caa;
	font-size: 18px;
}

.terms {
	text-align: right;
	vertical-align: middle;
	padding-right: 14px;
}
.error {
	color: red;
	font-size:12px;
	text-align:right; 
	position:absolute; 
	width:475px; 
	right:57px;
}

.errormsg {
	color: red;
	font-size:12px;
}

.valid {
	text-align:right; 
	position:absolute; 
	width: 33px; 
	height:30px; 
	right:20px;
	background-image: url(images/valid.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


.invalid {
	text-align:right; 
	position:absolute; 
	width: 33px; 
	height:30px; 
	right:20px;
	background-image: url(images/invalid.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.title {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 57px;
	text-align: center;
	color: #0e6ba9;
	font-weight: bold;
	font-size: 28px;
	z-index: 3;
	padding-top: 13px;
}
.bb {
	background-image: url(images/blueborder.png);
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}
#bbtl {
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background-position: top left;
}
#bbtr {
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background-position: top right;
}
#bbbl {
	bottom: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background-position: bottom left;
}
#bbbr {
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background-position: bottom right;
}
#bbcl {
	top: 50px;
	left: 0px;
	width: 15px;
	height: 15px;
	background-position: 0px -30px;
}
#bbcr {
	top: 50px;
	right: 0px;
	width: 15px;
	height: 15px;
	background-position: -30px -30px;
}
#bbt {
	background-image: url(images/blueborderh.png);
	background-position: top left;
	background-repeat: repeat-x;
	top: 0px;
	width: 100%;
	height: 15px;
}
#bbc {
	background-image: url(images/blueborderh.png);
	background-position: 0px -30px;
	background-repeat: repeat-x;
	top: 50px;
	width: 100%;
	height: 15px;
}
#bbb {
	background-image: url(images/blueborderh.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	bottom: 0px;
	width: 100%;
	height: 15px;
}
#bbl {
	background-image: url(images/blueborderv.png);
	background-position: top left;
	background-repeat: repeat-y;
	left: 0px;
	height: 100%;
	width: 15px;
}
#bbr {
	background-image: url(images/blueborderv.png);
	background-position: top right;
	background-repeat: repeat-y;
	right: 0px;
	height: 100%;
	width: 15px;
}
#bblt {
	background-image: url(images/bluebordervt.png);
	background-position: top left;
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
	width: 15px;
	height: 50px;
}
#bbrt {
	background-image: url(images/bluebordervt.png);
	background-position: top right;
	background-repeat: repeat-y;
	right: 0px;
	top: 0px;
	width: 15px;
	height: 50px;
}
.game {
	position: absolute;
	overflow: hidden;
	left: 10px;
	top: 10px;
	height: 40px;
	width:100px;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 4;
}

.logo {
	position: absolute;
	overflow: hidden;
	top: 10px;
	right: 14px;
	width: 95px;
	height: 56px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 5;
}

.logoleft {
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 14px;
	width: 37px;
	height: 39px;
	background-image: url(images/logo_left.gif);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 4;
}

.dragon {
	width: 100%;
	height: 42px;
	background-image: url(images/dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

.successIcon {
	position: absolute;
	overflow: hidden;
	top: 15px;
	left: 15px;
	width: 33px;
	height: 33px;
	background-image: url(images/icon_valid.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.warningIcon {
	position: absolute;
	overflow: hidden;
	top: 12px;
	left: 15px;
	width: 42px;
	height: 42px;
	background-image: url(images/icon_exclam.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.questionIcon {
	position: absolute;
	overflow: hidden;
	top: 12px;
	left: 15px;
	width: 42px;
	height: 42px;
	background-image: url(images/icon_question.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.bannedIcon {
	position: absolute;
	overflow: hidden;
	top: 15px;
	left: 15px;
	width: 42px;
	height: 42px;
	background-image: url(images/icon_invalid.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.errorIcon {
	position: absolute;
	overflow: hidden;
	top: 15px;
	left: 15px;
	width: 42px;
	height: 42px;
	background-image: url(images/icon_invalid.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.settingsIcon {
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 14px;
	width: 37px;
	height: 39px;
	background-image: url(images/logo_left.gif);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 4;
}

.bannedPermanentlyImage {
	width: 100%;
	height: 63px;
	background-image: url(images/dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
}


.loginEmailNotVerifiedImage {
	width: 100%;
	height: 40px;
	background-image: url(images/dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

.loginSuccesfulImage {
	width: 100%;
	height: 60px;
	background-image: url(images/success_dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

.disabledImage {
	width: 100%;
	height: 60px;
	background-image: url(images/success_dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

.confirmDisableImage {
	width: 100%;
	height: 60px;
	background-image: url(images/success_dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

.demeritImage {
	width: 100%;
	height: 40px;
	background-image: url(images/success_dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

.verificationFailedImage {
	width: 100%;
	height: 60px;
	background-image: url(images/success_dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

.verificationSuccessImage {
	width: 100%;
	height: 60px;
	background-image: url(images/success_dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

.confirmRegistrationImage {
	width: 100%;
	height: 60px;
	background-image: url(images/success_dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.completedImage {
	margin-top: 30px;
	width: 100%;
	height: 60px;
	background-image: url(images/success_dragon.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.playerImage {
	width: 96px;
	height: 96px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: top center;
}


input.radio { 
	border-width:0; 
	width:4em;
	height:4em;
}

