@charset "utf-8";
/* CSS Document */
.loginTextBox{
	width:160px;
}
/*  --- SELECT LANG ---*/
#selectLang{
	width:300px;
	margin-left:100px;
}
#selectLang a{
	font-size:18px;
	padding:10px;
	height:35px;
}
ul#selectLangLinks { 
	list-style: none;
	margin: 0 0 0 10px;

	padding:0;

}
ul#selectLangLinks li { 
	margin: 0 2px;
		height:35px;
}
/*  --- SIGNUP PLUG  ---*/
ul#signupPlugText { 
	list-style: none;
	margin: 0 0 0 5px;
	padding:0;
	color:#000033;
}
ul#signupPlugText li { 
	font-weight:bold;
	height:40px;
	padding:0 0 0 20px;
}

.slide{ background:url(/layout_img/picture-small.png) top left no-repeat;}
.chat{ background:url(/layout_img/icon_start_im.png) top left no-repeat;}
.friends{ background:url(/layout_img/friends.png) top left no-repeat;}
.mobile{ background:url(/layout_img/mobile.png) top left no-repeat; }



.bigButton{
	width:auto;
	height:35px;
	font-weight:bold;
	font-size:20px;
}
#signupError1{
	margin:0 auto 0 auto;
	width:500px;
	border:1px solid #FF0000;
	background-color:#FFD9DD;
}
#signupError1 p{ 
	margin: 0 0 0 3px;
	color: #FF0000;
	height:15px;
	padding:0;
	display:block;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
}
#signupError1 h2{
	color:#FF0000;
	height:25px;
	padding:0;
	margin:0;
}

#welcomeSplash{
	height:70px;
	width:650px;
	display:block;
	overflow:hidden;
	background:url(/layout_img/topSplash.png) top left no-repeat;
}
#homeSignupSplash{
	width:400px;
	float:left;
		display:block;
	overflow:hidden;

}
#homeBlaBla{
	width:250px;
	float:left;
	display:block;
	overflow:hidden;
}

#signupSplash{
	margin:10px auto 0 auto;
	width:350px;
}


#signupForm{
	width:390px;
	height:auto;
	margin:0px;
	padding:0 0 10px 0;
	display:block;
	overflow:hidden;
	border:1px solid #0099FF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#signupForm #signupBody {
	width:350px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FBFBFB;
		-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:5px;

}
#signupForm .pd1 {
	height:35px;
}

#signupForm h1{
	font-size:22px;
	color:#0000FF;
	padding:0 0 0 10px;
}
#signupForm label{
	width:100px;
	text-align:right;
	color:#333;
	float:right;
	font-weight:bold;
	font-size:13px;
	margin-right:10px;
}
#signupForm .formInput{
	width:200px;
	float:right;
	display:block;
	overflow:hidden;

}
#signupForm .formField{
	width:180px;
}
#signupForm .formFieldSelect{
	width:185px;
}

/* ------------------------------------------ */


#mobileBanner{
	height:140px;
	width:250px;
	float:left;
}
#mobileBanner h2 a{
	color:#FF0099;
	font-size:20px;
	text-decoration:none;
}
#leftPanel{
	float:left;
	width:700px;
	height:auto;
	display:block;
	overflow:hidden;
}

#rightPanel {
	float:right;
	width:225px;
	display:block;
	overflow:hidden;

}

#pageRotates {
	width:680px;
	height:200px;
		display:block;
	overflow:hidden;
	margin:10px 0 0 0;

}
#pageRotates p {
	margin:0px;
	padding:0px;
	height:20px;
	text-align:left;
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;

}
#pageRotateContent{
	height:175px;
	display:block;
	padding:0 10px 0 10px;
	overflow:hidden;
}

#intro{
	width:680px;
	display:block;
	overflow:hidden;

}
#intro h1{
	padding:0px;
	color:#0033FF;
}
#intro p{
	padding:0px;
	color:#0033FF;
}
#bannerRight{
	width:220px;
	height:auto;
	display:block;
	overflow:hidden;
	text-align:right;
}



#signup{
	width:226px;
	height:auto;
	padding:0;
	margin:0px;
	display:block;
	overflow:hidden;

	
}

.signup-top{
	width:225px;
	height:25px;
	padding:0px;
	margin:0px;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #CCC;

	
}

.signup-body{
	width:223px;
	height:auto;
	padding:0 0 10px 0;
	margin:0;
	background:url(../layout_img/bkg-link-rev.png) top left repeat-x;
	display:block;
	overflow:hidden;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	
}

.signup-bottom{
	width:225px;
	height:60px;
	padding:0;
	margin:0px;

	display:block;
	overflow:hidden;
	border-top:1px solid #CCC;
	
}
.signup-body form{
	margin:0 0 0 10px;

}

.signup p{
	font-size:12px;
	color:#006699;
	margin:10px 0 0 0;
}
#signup label{
	color:#333;
}
#signup a{
	color:#0000FF;
}
.signup-top h3{
	color:#FFF;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	background:url(/layout_img/btn_signup.png) top left no-repeat;
}
