/* index.htm styles */
body {
	text-align:center;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align:center;
	margin:0;
	padding: 0;
	min-width:370px;
	min-height: 450px;
	height:100%;
	background-color:#fff7c9;
	background-image:url(../images/index/bg_index2.gif);
	background-repeat:repeat-y;
	background-position:center;
}
a {
	text-decoration:none;
	color: #3585A7;
	cursor: pointer;
}
a:hover {
	text-decoration:underline;
	color: #267191;
}
a:active {
	text-decoration:underline;
	color: black;
}
#introswfcont {
	height: 185px;
	padding: 0;
}
#onebox {
	width: 750px;
	margin:0 auto;
	padding: 0 0 0 0;
	position: relative;
	display:none;
	background-image:none;
}
#screencenter {
	height: 290px;
	width: 750px;
	padding: 0 0 0 0;
	position: absolute;
	left: 0px;
	background-color:white;
	cursor:default;
	background-image:none;
}
#screencenter.createaccount {
	position:relative;
	margin:0 auto;
	width:500px;
	height:330px;
}

#screencenter.warning {
	height: 340px;
}

	#screencenter #ul {
		position:absolute;
		left:-18px;
		top:-18px;
		width:18px;
		height:18px;
		background-image:url(../images/index/bg_box_ul.gif);
		background-repeat:no-repeat;
	}
	#screencenter #bl {
		position:absolute;
		left:-18px;
		bottom:-18px;
		width:18px;
		height:18px;
		background-image:url(../images/index/bg_box_bl.gif);
		background-repeat:no-repeat;
	}
	#screencenter #ur {
		position:absolute;
		right:-18px;
		top:-18px;
		width:18px;
		height:18px;
		background-image:url(../images/index/bg_box_ur.gif);
		background-repeat:no-repeat;
	}
	#screencenter #br {
		position:absolute;
		right:-18px;
		bottom:-18px;
		width:18px;
		height:18px;
		background-image:url(../images/index/bg_box_br.gif);
		background-repeat:no-repeat;
	}
	#screencenter #l {
		position:absolute;
		left:-18px;
		top:0px;
		width:18px;
		height:290px;
		background-image:url(../images/index/bg_box_l.gif);
		background-repeat:repeat-y;
	}
	#screencenter.warning #l{
		height:340px;
	}
	#screencenter #r {
		position:absolute;
		right:-18px;
		top:0px;
		width:18px;
		height:290px;
		background-image:url(../images/index/bg_box_r.gif);
		background-repeat:repeat-y;
	}
	#screencenter.warning #r {
		height:340px;
	}
	#screencenter #u {
		position:absolute;
		left:0px;
		top:-18px;
		width:750px;
		height:18px;
		background-image:url(../images/index/bg_box_u.gif);
		background-repeat:repeat-x;
	}
	#screencenter #b {
		position:absolute;
		left:0px;
		bottom:-18px;
		width:750px;
		height:18px;
		background-image:url(../images/index/bg_box_b.gif);
		background-repeat:repeat-x;
	}
#description {
	position: absolute;
	left: 390px;
	text-align:left;
	width: 350px;
	padding-left: 20px;
	padding-top: 15px;
	height:265px;
	top: -13px;
	background-image:url(../images/index/vert_separator_tall.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size:12px;
	cursor: default;
}
#screencenter.createaccount #intro {
	width:320px;
	height: 270px;
	left: 190px;
	top: 60px;
}
#description h5 {
	font-size: 15px;
	margin: 5px 0 4px 0;
	padding:0;
	color: black;
}
#description p {
	color:#383838;
	margin:0 0 10px 0;
	padding: 0 0 0 10px;
}
#description ul {
	margin-top: 0;
	margin-bottom: 0;
}
#description li {
	list-style:url(../images/index/bullet_1.gif);
	list-style-position:outside;
}
#logo {
	background-image:url(../images/index/logo.gif);
	background-position: center;
	background-repeat:no-repeat;
	height: 50px;
	width:290px;
	position:absolute;
	left: 50px;
	top:0px;
}

#logo #tagline {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #92ABB5;
	position:absolute;
	bottom: 0px;
	left:0px;
	width:290px;
	text-align: center;
}
#intro {
	position:absolute;
	left: 10px;
	top: 60px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	width:370px;
	text-align:left;
	color:#666666;
}

#signin {
	width: 172px;
	position: absolute;
	left:20px;
	top: 100px;
	background-image:url(../images/index/vert_separator.gif);
	background-repeat:no-repeat;
	background-position:162px 0px;
	height:auto;
	padding: 0;
	margin: 0;
	text-align:left;
}
#signin #bottom {
	position:absolute;
	right:5px;
	bottom:0px;
	width:5px;
	height:23px;
	background-image:url(../images/index/vert_separator_btm.gif);
}
#signin form {
	position:relative;
	left:0px;
	top:0px;
	width:150px;
	margin:0;
	padding:0;
	clear:both;
}
	#txtfield {
		clear:both;
		position: relative;
		z-index: 100;
	}
	#txtfield label {
		display: block;
		font-size: 12px;
		color:#666666;
		text-align: left;
		width:100%;
		padding-top:4px;
		padding-bottom:2px;
		float: left;
		overflow: hidden;
		clear:both;
	}
	#txtfield #left {
		display: block;
		width: 6px;
		height:22px;
		float: left;
		background-image:url(../images/index/editing_left.gif);
		background-repeat:no-repeat;
		clear:left;
	}
	#txtfield input {
		display: block;
		height:22px;
		float: left;
		padding-top: 2px;
		background-image:url(../images/index/editing_mid.gif);
		border: 0px none;
		font-weight: bold;
		width: 126px;
	}
	#txtfield .focus {
		background-image:url(../images/home/editing_mid_focus.gif);
	}
	#txtfield #right {
		display: block;
		width: 10px;
		height:22px;
		float: left;
		background-image:url(../images/index/editing_right.gif);
		background-repeat:no-repeat;
		clear:right;
	}
	#checkbox {
		clear: both;
	}
	#checkbox label {
		display: block;
		font-size: 12px;
		color: black;
		padding-top: 2px;
		height: 22px;
		float: left;
		overflow: hidden;
	}
	#checkbox input {
		display: block;
		width:18px;
		height: 16px;
		float: left;
	}
	#button {
		width:142px;
		height:22px;
		clear:both;
	}
	#createbuttonprogress {
		width: 150px;
		height: 22px;
		clear: both;
		position:relative;
		top: 5px;
		padding-left: 3px;
	}
	#btnSubmit {
		display: block;
		width:142px;
		height:22px;
		background-image:url(../images/index/btn_signin.gif);
		cursor:pointer;
	}
	#btnSubmitCont .over {
		background-image:url(../images/index/btn_signin_o.gif);
	}
	#btnSubmitCont .down {
		background-image:url(../images/index/btn_signin_d.gif);
	}
	#btnCreate {
		display: block;
		width:150px;
		height:22px;
		background-image:url(../images/index/btn_create.gif);
		cursor:pointer;
	}
	#btnCreateCont .over {
		background-image:url(../images/index/btn_create_o.gif);
	}
	#btnCreateCont .down {
		background-image:url(../images/index/btn_create_d.gif);
	}
	#link {
		font-size: 11px;
		height:16px;
		text-align: center;
		width:142px;
	}
	.msg {
		font-size: 11px;
		font-weight:bold;
		color:#b75045;
		text-align:left;
		vertical-align:middle;
		line-height: 11px;
		padding:1px 5px 1px 5px;
		height: 14px;
		background-color: #ffed8c;
		display:block;
		float:left;
		clear:both;
		position:relative;
		top: 5px;
	}
	#signinprogress, #remindprogress {
		width: 142px;
		height: 22px;
		background-image:url(../images/index/progressAnim.gif);
		background-repeat: no-repeat;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:white;
		text-align:center;
		cursor:wait;
	}
	#createprogress {
		left: 14px;
	}
	#signinprogress *, #remindprogress * {
		position:relative;
		top: 4px;
	}
	#remindform #resetButtons {
		height: 32px;
		padding-top: 10px;
	}
	#btnResetPass {
		width: 56px;
		height:22px;
		background-image:url(../images/index/btn_submit.gif);
		cursor:pointer;
		float:left;
		margin-right:5px;
		margin-left:1px;
	}
	#btnResetPassCont .over {
		background-image:url(../images/index/btn_submit_o.gif);
	}
	#btnResetPassCont .down {
		background-image:url(../images/index/btn_submit_d.gif);
	}
	#btnCancelReset {
		width: 56px;
		height:22px;
		background-image:url(../images/index/btn_cancel.gif);
		cursor:pointer;
		float:left;
	}
	#btnCancelResetCont .over {
		background-image:url(../images/index/btn_cancel_o.gif);
	}
	#btnCancelResetCont .down {
		background-image:url(../images/index/btn_cancel_d.gif);
	}
	#remindform #remindprogress {
		width:100%;
		margin: 0;
		padding:0;
		padding-top: 10px;
		background-repeat: no-repeat;
		background-position: bottom left;
		height:22px;
	}
	
#start {
	font-size: 12px;
	color:#666666;
	text-align: left;
	position:absolute;
	left:215px;
	top:100px;
	width:180px;
	padding-top:4px;
}
#btnStart {
	width:160px;
	height:100px;
	background-image:url(../images/index/btn_start.gif);
	cursor:pointer;
	position:absolute;
	top: 40px;
	right: 24px;
}
#start .over {
	background-image:url(../images/index/btn_start_o.gif);
}
#start .down {
	background-image:url(../images/index/btn_start_d.gif);
}

#start strong {
	letter-spacing: 1px;
	color:#BB5044;
}
#browserwarning {
	font-size: 10px;
	line-height: 12px;
	color:#666666;
	position:absolute;
	left:10px;
	bottom:0px;
	width:370px;
	height: 40px;
	text-align:left;
	border-top:1px dotted #E6E6E6;
	padding-top: 5px;
}
#browserwarning #icon {
	display: block;
	float:left;
	clear:none;
	width: 30px;
	height:35px;
	margin-left:10px;
	background-image:url(../images/index/ico_browser.gif);
	background-repeat:no-repeat;	
}
.hidden {
	display:none;
}
.clear {
	clear:both;
}
.red {
	color:#BB5044;
}

#betabutton {
	position: relative;
	top: 22px;
	left: 175px;
}
