/* Chat content styles
-------------------------------------------------------- */
#asu_content {
	text-align: center;
	width: 431px;
	margin: 0 auto;
}
.asu_body_copy h1 {
	background: #fff url(../images/welcome.gif) no-repeat top left;
	width: 429px;
	height: 115px;
	margin: 1em 0;
	text-indent: -5000px;
}
.asu_body_copy p {
	margin-bottom: 2em;
	font-size: 1.25em;
	color: #444;
}
form#chat {
	padding-bottom: 10em;
}
form#chat label {
	margin-right: 1em;
	width: 125px;
	text-align: right;
	font-size: 1.05em;
	color: #666;
}
form#chat input,
form#chat input[type="text"] {
	border-top: 2px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #999;
	background-color: #fff;
	width: 17em;
}
div.email,
div.name {
	margin-bottom: 1.5em;
}
form#chat input.submit {
	background: #fff url(../images/but_submit.gif) no-repeat top left;
	border: none;
	width: 94px;
	height: 23px;
	margin-left: 14.1em;
	text-indent: -5000px;
}
form#chat input:focus {
	border: 2px solid #900;
}

