/* CSS */

/*  askJoe colours 
	Orange: #FF7100
	Blue: #29B1E2
*/

body { 
	font-family: Arial, sans-serif;
	background-image: url('images/bg_gradient.png');
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0;
}

img.banner {
	margin-bottom: 35px;
}

hr {
	display: none;
}

.sticker {
	position: absolute;
	top: 0;
	right: 0;
}

.hklogo { 
	position: absolute;
	top: 15px;
	left: 15px;
}

#wrapper {
	width: 680px;
	margin: 15px auto 0 auto;
}

#header {
}

#content {
	margin: 0 auto;
}

	#content textarea, #content input {
		border: 1px solid #909090;
		padding: 3px;
		margin: 0;
	}
	
	#content textarea:focus, #content input:focus {
		background-color: #fee;		
	}
	
	#content .advice {
		background: url('images/bg_advice.png') repeat-x;
		width: 644px;
		padding: 10px;
		border:1px solid #909090;
		margin-bottom: 35px;
	}
	
	#content h2 {
		font-size: 18px;
		color: #909090;
		border-bottom: 2px solid #ccc;
		margin: 15px 0;
	}
	
	strong {
		color: #FF7100;
		font-style: normal;
	}
	
	.comname em { font-weight: bold; font-style: normal; color: #28B0E2; }
	.comname strong { font-weight: bold; color: #FF7100; }
