﻿BODY
{	
	font-family: verdana, Arial, sans-serif, Tahoma;
}
A {COLOR: #0000ff; TEXT-DECORATION: underline;}
A:visited {COLOR: #0000ff; TEXT-DECORATION: underline;}
A:link {COLOR: #0000ff; TEXT-DECORATION: underline;}
A:hover {COLOR: #ff3300; TEXT-DECORATION: underline;}
P{text-align:center ;}
/* Main table  */
TABLE#tblHeader, TABLE#tblFormFields, TABLE#tblFooter
{
	text-align: center;	
	width: 503px;
	padding: 0;
	border-spacing: 0px;      /*fix for most other*/
	border-collapse: collapse;/* fix for IE*/
	border-style: none;	
	background-color:#FCFBFB;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	
}	
TABLE#tblFormFields
{
	background: transparent url(chat-interface/chatbg_T-1.gif) scroll left top;
	height: 195px;
}
TABLE TD.tColOne { text-align: right; width:40%; vertical-align:top;}
TABLE TD.tColTwo { text-align: left; vertical-align:top;}
#logo1{
	background:transparent url(chat-interface/headerbg-livetutor.gif) no-repeat  scroll left top;
	height:70px;
	position:relative;
	width:503px;
	background-color:White;
}
#logo2 { width: 0px; }
TABLE TR#trOne{	background-color:White;	}
TABLE TR#trTwo{
	background-color: #CDD5DE;
	height: 54px;
	position: relative;
	width: 503px;
	max-height: 54px;

}
#tdHeader {
	background: transparent url(chat-interface/headerbg-progress.gif) no-repeat scroll left top;
	text-align: center;
	vertical-align: middle;
	height: 54px;
	width: 503px;
	max-height: 54px;
	white-space: nowrap;
}
#lblHeader {
	font-size: 11px;
	color: navy;
}


TABLE TR#trSeven{
	background:transparent url(chat-interface/footerbg-1.gif) no-repeat  scroll left top;
	height:127px;
	position:relative;
	width:503px;
}
TABLE TR#trSeven DIV
{
	width: 350px;
	text-align:right;
}
#btnRegister
{
	height: 32px; 
	width: 89px;
    	background: url(images/ChatNow_Button.gif) no-repeat;
}
INPUT{   width:155px; vertical-align:top;}

/* Errors style -----------------------------------------------------------------------------*/
.errorMessage
{
	font-weight:bold;
	font-size:x-small;
	color:red;
	width:264px;
}
.rExpValidator
{
	position:absolute; 
	background-color:#FFFFD4;
	z-index:101;
	width:130px;
	text-align:left;
	font-size: small;
/*	LEFT: 0px; WIDTH: 200px;  TOP: -5px;*/
}
.requiredValidator{	font-size: small;}
/*----------------------------------------------------------------------------------------------*/





