@charset "utf-8";
/* CSS Document */

#helpCont {
	margin:20px;
	font-size:14px;
}

#helpCont p {
	margin:10px;
}

#helpCont a {
	color:#000;	
}

.helpRows:hover {
	border:thin solid #333;
}

.helpRows {
	margin:20px 0;
	padding:20px;
	background-color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.helpRight {
	float:left;	
	width:200px;
}

.helpLeftImg {
	width:160px;
	margin:0 auto;
}

.helpLeft {
	float:left;
	width:250px;
	margin:0 50px 0 0;
}
