@charset "utf-8";
/* CSS Document */

.finnplann-head
{
	position:absolute;
	left:10px;
	top:50px;
	width:630px;
	height:28px;
	background:url(/images/fin-plan-head.png) no-repeat;
}
.finnplann-topimage
{
	position:absolute;
	top:90px;
	left:10px;
	width:746px;
	height:229px;
	background:url(/images/fin-image-newuser.png) no-repeat;
}
.finnplann-rightimage
{
	position:absolute;
	top:90px;
	right:0px;
	width:227px;
	height:410px;
	background:url(/images/invest-plan.png) no-repeat;
}
.finnplann-bg
{
	position:absolute;
	top:340px;
	left:10px;
	width:745px;
	height:356px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
	background:url(/images/New_Register_bg.png) no-repeat;
}
.finnplann-rightbottomimage
{
	position:absolute;
	top:510px;
	right:0px;
	width:225px;
	height:341px;
	background:url(/images/albert.png) no-repeat;
}
.finnplann-bottomimage
{
	position:absolute;
	top:740px;
	left:10px;
	width:745px;
	height:144px;
	background:url(/images/finn-plan-role.png) no-repeat;
}

/* Dashboard */
.loginfinancialplanning-head
{
	position:absolute;
	left:0px;
	top:50px;
	width:1000px;
	height:34px;
	text-align:center;
	background:url(/images/dashboard-head.png) no-repeat;
}
.loginfinancialplanning-dashboard
{
	position:absolute;
	top:180px;
	left:20px;
	width:940px;
	height:200px;
}

/*  Member's Login  */

.memblogin-head
{
	position:absolute;
	left:10px;
	top:50px;
	width:402px;
	height:28px;
	background:url(/images/memblogin-head.png) no-repeat;
}
.memblogin-text1
{
	position:absolute;
	top:90px;
	left:10px;
	width:730px;
	height:50px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.memblogin-rightimage
{
	position:absolute;
	top:55px;
	right:10px;
	width:226px;
	height:341px;
	background:url(/images/best-online.png) no-repeat;
}
.memblogin-bg
{
	position:absolute;
	top:140px;
	left:10px;
	width:455px;
	height:257px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
	background:url(/images/login_bg.png) no-repeat;
}
.memblogin-bg a
{
	text-decoration:none;
	color:#565555;
}
.memblogin-bg a:hover
{
	text-decoration:none;
	color:#db0a0a;
}

.memblogin-sideimage
{
	position:absolute;
	top:140px;
	left:485px;
	width:260px;
	height:257px;
	background:url(/images/notyet-register.png) no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.memblogin-sideimage:hover
{
	background:url(/images/notyet-register_hvr.png) no-repeat;
}

.memblogin-bottomimage
{
	position:absolute;
	top:420px;
	left:10px;
	width:733px;
	height:266px;
	background:url(/images/benifits.png) no-repeat;
}
.memblogin-refer
{
	position:absolute;
	top:420px;
	right:10px;
	width:226px;
	height:266px;
	background:url(/images/refer.png) no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.memblogin-refer:hover
{
	background:url(/images/refer_hvr.png) no-repeat;
}

/* Financial Planning */

.fp-bg
{
	position:absolute;
	top:327px;
	left:10px;
	width:745px;
	height:172px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
	background:url(/images/effective.png) no-repeat;
}
.fp_bg-btn1
{
	position:absolute;
	bottom:20px;
	left:150px;
	width:188px;
	height:41px;
	background:url(/images/fp-btn1.png) no-repeat;
}
.fp_bg-btn1:hover
{
	background:url(/images/fp-btn1_hvr.png) no-repeat;
}
.fp_bg-btn2
{
	position:absolute;
	bottom:20px;
	left:450px;
	width:188px;
	height:41px;
	background:url(/images/fp-btn2.png) no-repeat;
}
.fp_bg-btn2:hover
{
	background:url(/images/fp-btn2_hvr.png) no-repeat;
}

.fp-bottomimage
{
	position:absolute;
	top:514px;
	left:10px;
	width:745px;
	height:288px;
	background:url(/images/why-reg.png) no-repeat;
}
.fp-sidebottomform
{	
	position:absolute;
	top:514px;
	right:0px;
	width:225px;
	height:288px;
	background:url(/images/want-to-talk.png) no-repeat;
}