#header ul.mainMenu li.about a {
    border-bottom: 2px solid #d31145;
    color: #d31145;
}
#content .content_leftMain{
	width:760px;
	margin-bottom:30px;
}
#content .content_leftMain h2{
	font-size:15px;
	color:#3a3a3a;
	padding:15px 0;
	border-bottom:1px dotted #6a6a6a;
	margin-bottom:15px;
}
#content .content_leftMain p{
	color:#6a6a6a;
	font-size:12px;
	margin:10px 0;
	line-height:20px;
}
#content .content_leftMain a{
	color:#d31145;
	text-decoration:underline;
}

#content .content_leftMain .birthdayPicker{
	border:none;
}
#content .content_leftMain table{
	border-collapse:separate;
	border-spacing:0px 15px;
	font-size:12px;
}
#content .content_leftMain table th{
	font-size:16px;
	padding-bottom:20px;
	font-weight:normal;
}
#content .content_leftMain table th span{
	color:#fff;
	padding:8px 25px;
	background:#FD355A;
	border-radius:5px;
}
#content .content_leftMain table th span.step2{
	color:#000;
	padding:8px 25px;
	border:1px solid #FD355A;
	background:#fff;
	border-radius:5px;
}
#content .content_leftMain table td{
	vertical-align:top;
}
#content .content_leftMain table td.table-right{
	width:68%;
}
#content .content_leftMain table tr.line td{
	
	padding-top:25px;
}
#content .content_leftMain table td .nes{
	color:red;
}
#content .content_leftMain table td .tip{
	color:#999;
	font-size:12px;
}
#content .content_leftMain table td input[name="Address"]{
	width:250px;
	margin-left:5px;
}
#content .content_leftMain table td input[name="PostCode"]{
	width:40px;
}
#content .content_leftMain table td input[type="submit"]{
	background: url("../../../images/l_1/menubar_arrowimg.png") no-repeat scroll 90% center #fd355a;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 30px 5px 20px;
	border:none;
}	
#content .content_leftMain #MemberForm .error{
	margin-left:5px;
	color:red;
}
#content .content_leftMain #MemberForm input.error{
	margin-left:0px;
	border:1px dotted red;
}