#chat {
	width:498px;
}

#chat_contents {
	padding-left:5px;
	}

div#chat h1, div#chat h1 a {
	font-family: Arial;
	font-size:13px;
	color:#777878;
	margin:5px 0px 5px 0px;
	padding:0px;
	clear: both;
	line-height:12px;

}

div#chat p, div#chat a, .normaltext {
	font-family: Arial;
	font-size:11px;
	color:#777878;
	margin:0px 0px 0px 0px;
	clear: both;
}

div#chat_contents p {
	margin-bottom:15px;
	}

div#chat span, .error {
	font-family: Arial;
	font-size:11px;
	color:#CE1339;
	margin:0px 0px 0px 0px;
	padding:0px;
	clear: both;
}

.error {
	display:block;
	margin-left:10px;
	}
	

div#chat h2 {
	text-align:center;
	margin-bottom:8px;
}


form input, select  {
	margin-left:10px;
	margin-right:10px;
	font-family: Arial;
	font-size:11px;
	color:#777878;
}

.telnum{
	padding-left:10px;
}

.buttonpad{
	margin-left:10px;
}


#chat_form {
	background-color: #F3F3F1;
	padding-top:10px;
}

.col1 {
	width:100px;
	text-align:right;
}

.col2 {
	width:150px;
}

.col3 {
	width:100px;
}


table, td {
	border:0px; 
	padding:0px; 
	margin:0px;
	}
	
td {
	padding-bottom:10px;
}

.textarea {
	height:100px;
	width:200px;
}


#truste {
	text-align:center;
	margin-top:50px;
}
a.back {
	display:block;
	width:498px;
	text-align:center;
}

