html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background: #FF7000;
}

body {
	padding: 0px;
	margin: 0px;
	min-width: 1200px;
	background: #EBEBEB;
	font-family: arial;
}

a:link {
	
}

a:visited {
	
}

a:hover {
	
}

a:active {
	color: ;
	outline: none;
}

a {
	text-decoration: none
}

/* Upper area */
.top {
	width: 1200px;
	height: 150px;
	background: #EBEBEB;
	text-align: center;
	padding: 0;
	margin: auto;
}

.banner {
	width: 840px;
	height: 100%;
	margin: auto;
	background: ;
}



/******** LOGO (changes made) ****************/
.logo {
	float: left;
	width: 315px;
	height: 124px;
	margin: 15px 0px 0px 0px;
	background: transparent url(/img/logo_index.gif) no-repeat;
	border: 0;
}

#logo a span {
	display: none;
}

#logo a {
	display: block;
	width: 315px;
	height: 124px;
	border: 0;
	outline: none;
}

/***************the top right tabs************/
.tabbox_top {
	float: ;
	margin: -2px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: ;
}

.tab_top a:link {
	color: #fff;
}

.tab_top a:hover {
	color: orange
}

.tab_top a:visited {
	color: #fff;
}

.tab_top a:active {
	color: #fff;
}

.tab_top_1 {
	background: transparent url(/img/tabs_top.gif)	no-repeat;
	background-position: 2px 0px;
}

.tab_top_1:active {
	background: transparent url(/img/tabs_top.gif)
		no-repeat;
	background-position: 2px -27px;
}

.tab_top_1_here {
	background: transparent url(/img/tabs_top.gif)
		no-repeat;
	background-position: 2px -27px;
	color: #FFF;
}

.tab_top_2 {
	background: transparent url(/img/tabs_top.gif)	no-repeat;
	background-position: -76px 0px;
}

.tab_top_2:active {
	background: transparent url(/img/tabs_top.gif)	no-repeat;
	background-position: -76px -27px;
}

.tab_top_2_here {
	background: transparent url(/img/tabs_top.gif)
		no-repeat;
	background-position: -76px -27px;
	color: #FFF;
}

/***************** Chatfe when on capacity ****************************/
.top2 {
	width: 1200px;
	height: 180px;
	background: #EBEBEB url(/img/atcapacity.gif)	no-repeat 669px -4px;
	text-align: center;
	padding: 0;
	margin: auto;
}

/***************** New classes for SIGNUP ONLY INDEX PAGE ****************************/
.top3 {
	width: 1200px;
	height: 180px;
	background: #EBEBEB url(/img/chatfesignup-alt-back.gif)	no-repeat 665px -22px;
	text-align: center;
	padding: 0;
	margin: auto;
}

.tab_top_1b {
	background: transparent url(/img/tabs_top2_su.gif)	no-repeat;
	background-position: 2px 0px;	
}

.tab_top_1b:active {
	background: transparent url(/img/tabs_top2_su.gif)	no-repeat;
	background-position: 2px -27px;
}

.tab_top_2b {
	background: transparent url(/img/tabs_top2_su.gif)	no-repeat;
	background-position: -76px 0px;
}

.tab_top_2b:active {
	background: transparent url(/img/tabs_top2_su.gif)	no-repeat;
	background-position: -76px -27px;
}


/***************** bizspark ************/
#bizspark {
	float: left ;
	clear: right;
	background:  ;
	margin: 0px 0px 0px 120px;
	padding: 10px 18px 0px 0px;
	border: ;
	cursor: ;
}
/******************** Sign in area ********************/


#loginform {
	float: right;
	width:  335px;
	margin: 10px 24px 0px 0px;
	text-align: left;
	}
#tableLogin {
	float: right;
	width:  335px;
	background:  ;
	
}

#login_err {
	text-align: ;
	width: ;
	height: 20px;
	font-size: 12px;
	text-indent: 9px;
	line-height:;
	color: #FF7000;
	background: ;
}

.input-box {
	width: 87% ;
	height: 20px ;
	padding: 2px 5px 2px 7px;
	margin: 0px;
	border: 1px solid #CCC;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}
#login-btn {
	float: right;
	clear: right;
	padding: 0;
	margin: 0;
	height: 30px;
	width: ;
	line-height: 100%;
	
	}
#loginform label {
	padding: 0px 0px 0px 9px;
	font-size: 13px;
	font-weight: ;
	color: #888;
}

#forgot {
	color: #6A3B93;
	padding: 0px 0px 0px 20px;
	float: ;
}



/* Center Content Area*/
.center {
	width: 100%;
	height: 800px;
	text-align: center;
	background:   url(/img/bg_center_2b.gif)	repeat-x;
}

.content {
	display: ;
	margin: auto;
	width: 1200px;
	height: 800px;
	text-align: ;
	background: transparent  url(/img/bg_center_content_default.gif) no-repeat 23px 0px;
}

#content_top{
	margin: auto ;
	width: 872px;	
	height: 550px;
}

/************* start: PUT IN DATABASE ********************/

/************* start: PUT IN DATABASE ********************/


/**********  video popup **********/

#video_GreyOutBg{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1010;
}

#video_PopUp{
	display: none;  
	position: fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height: ;  
	width: ;  
	border:;   
	padding: ;
	z-index:1011;
}

#video_close{  
	font-size:14px;  
	line-height:14px;  
	right:-20px;  
	top:-15px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;
}
	
#video_frame{
	width: 385px;
	height: 315px;
	border: none;
	padding: 15px;
	border: 2px solid #FF7000;
}

/**************** feedback ****************************************************/
.feedback_tab {
	position: absolute;
	top: 250px;
	left: 0px;
	height: 109px;
	width: 28px;
	background: url(/img/feedback.gif) no-repeat;
	filter: alpha(opacity =   90); /*for IE*/
	opacity: 0.9; /*CSS3 standard*/
}

.feedback_tab:hover {
	filter: alpha(opacity =   100); /*for IE*/
	opacity: 1; /*CSS3 standard*/
}

/* feedback popup */
.feedback_popup {
	position: absolute;
	top: 10%;
	left: 20%;
	width: 615px;
	height: 595px;
	padding: 0px;
	z-index: 2;
}

.grayOut {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);	
	z-index: 1;
}

#feedbackform {
	background-color: white;
	border: 2px solid #999;
	border-top: none;
	
}

.closebutton, .closebuttonhover {
	width:15px;
	height:15px; 
	float: right;
	position: absolute;
	top: 10px;
	left: 565px;
	border: none;
}

.closebutton {
	background: transparent url("/img/chatterhome_x.gif") no-repeat;
}

.closebuttonhover {
	background: transparent url("/img/chatterhome_x.gif") no-repeat;
	background-position: 0px -15px;
}

.headerVDiv {
	width: 100%;
	height: 8%;
}

.headerVDiv h3 {
	margin: 20px 0px 20px 20px;
	font-family: Arial, sans-serif;
	font-size: 28px;
	line-height: 20px;	
	color: #A9CB69;
	float: left;
}

.bottomDiv {
	float: left;
	width: 620px;
	height: 600px;
}

/* */



/* video button */


/* sign-up area */


/*content bottom*//* chatfe people*/



#content_bottom {
	margin: auto;
	width: 872px;
	height: ;
	text-align: center;
	background: ;
	border-top: 1px solid #bbbbbb;
	padding: 0px 10px 0px 10px
}
#content_bottom h3 {
	color: #FF7000;
	text-align: left;
}
#content_bottom table span {

}
#content_bottom img {
	display: block;
	width: 122px ;
	margin: 0;
	padding: 0px 5px 0px 5px;
	}

#content_bottom .lower {
	padding: 20px 0px 0px 10px;
	display: ;
	text-align: center;
	font-size: 12px;
	color: #444;
}
#content_bottom .upper {
	padding: 0px 0px 20px 10px;
	display: ;
	text-align: center;
	font-size: 12px;
	color: #444;
}




/*bottom and footer*/
.bottom {
	width: 100%;
	margin: auto;
	text-align: center;
	background: #FF7000;
}

.footer {
	width: 1200px;
	height: 30px;
	padding: 0px;
	margin: auto;
	color: #FFF;
	background: ;
}

.footer A {
	color: #FFF;
	font-size: 12px;
}

.footer A:hover {
	color: ;
	text-decoration: underline;
}

.footer TABLE {
	display: inline;
	float: left;
	clear: left;
	height: 100%;
	margin-left: 165px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	background: ;
}

.footer TABLE TD {
	padding: 0px 8px 0px 8px;
	background: ;
}

.footer_here {
	background: ;
}

.copyright {
	float: left;
	display: inline;
	margin: 10px 0px 0px 300px;
	width: auto;
	height: auto;
	font: 8pt arial;
	font-style: ;
	color: #555;
	background: ;
}
