body.help
{
	background-color: #E1D1F3;
}

body.help div#container
{
	width: 450px;
	margin: 16px auto;
}

body.help div#container h2
{
	text-align: center;
}


body.help div#logo
{
	background: url('/pics/gcnl.gif') no-repeat center center transparent;
	height: 60px;
}

body.help div#notice
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

body.help div#desc
{
	text-align: center;
	font-weight: normal;
	margin: 10px;
}

body.help label
{
	display: block;
	float: left;
	width: 200px;
	font-size: 14px;
}

body.help label span
{
	font-size: 12px;
	font-weight: normal;
}

body.help label input,
body.help label textarea
{
	background-color:#FBCFFE;
	width:225px;
	margin: 2px 0;
}

body.help textarea#text
{
	height: 200px;
}

body.help input#send
{
	background-color: #D343C7;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	width: 230px;
}