* {padding:0; margin:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E6E6E6;
	color:#000;
	text-shadow:0 1px 0 #dbdbdb;
}

a:link {
color: #BDBDBD;
}

a:visited {
color: #BDBDBD;
}

a:active {
color: #333;
}

a:hover {
color: #999;
}

div.logo {
	margin:10em auto 10px auto;
	width:250px;
	
}
input {
	border-style:none;
	background-color:#E6E6E6;
	color:#000;
}
input.button{
	border-style:none;
	background-color:transparent;
	background-image:url("http://august4u.org/design/chat/my/start/img/submit.png");
	width:62px;
	height:20px;
	padding-bottom:4px;
	font-size:12px;
	text-shadow:0 1px 0 #fff;
}

input.button:hover {
	background-image:url("http://august4u.org/design/chat/my/start/img/submit_on.png");
	color:#008aff;
}

input.button:active {
	background-image:url("http://august4u.org/design/chat/my/start/img/submit_on.png");
}

div.login {
	background-color:#FFF;
	background-repeat:repeat-x;
	height:40px;
}

font.qt {
	color: #4E4E4E;
}

img.ng {
	border-width: 15px;
	border-top-width: 0px;
	border-color: #FFF;
	border-style:solid;
}