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



#wrapper {
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	padding-top:20px;
}


#header {
	width:910px;
	background-image:url(../images/default/intrinsic_logo2.gif);
	background-position:right center;
	background-repeat:no-repeat;
	height:60px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

#pic_nav_home {
	padding-left:20px;
	padding-right:20px;
	width:910px;
}
.pic_nav_home {
	float:left;
	width:300px;
	padding-right:5px;
}
.pic_nav_end_home {
	float:left;
	width:300px;
}
#pic_nav {
	padding-left:20px;
	padding-right:20px;
	width:910px;
	height:170px;
}

.pic_nav {
	float:left;
	width:300px;
	height:170px;
	padding-right:5px;
}

.pic_nav_end {
	float:left;
	width:300px;
	height:170px;
}


#main_content {
	width:910px;
	margin-left:20px;
	margin-right:20px;
}

#footer {
	margin-top:20px;
	height:60px;
	width:885px;
	background-image:url(../images/default/red_block.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:65px;
}

/*content pages*/

#left_content {
	width:520px;
	padding-top:40px;
	padding-left:40px;
	padding-right:110px;
	margin-bottom:40px;
}

.login_input {
	width: 150px;
}
.enquiry_input {
	height: 20px;
	width: 280px;
	padding-top: 2px;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
}
.enquiry_input2 {
	height: 80px;
	width: 280px;
	padding-top: 2px;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
}
.enquiry_input3 {
	height: 20px;
	width: 400px;
	padding-top: 2px;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
}
.enquiry_input4 {
	height: 80px;
	width: 400px;
	padding-top: 2px;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
}
.test_mort {
	width: 555px;
	background-image: url(../images/test_mort.gif);
	background-repeat:no-repeat;
	background-position: top left;
	margin-bottom: 12px;
}
.test_wealth {
	width: 555px;
	background-image: url(../images/test_wealth.gif);
	background-repeat:no-repeat;
	background-position: top left;
	margin-bottom: 12px;
}
.white12 {
	color:#FFFFFF;
	font-size: 12px;
	line-height: 16px;
}
.white14 {
	color:#FFFFFF;
	font-size: 18px;
	line-height: 18px;
}
.red14 {
	color:#b41c3b;
	font-size: 14px;
	line-height: 18px;
}
.grey14 {
	color:#959ca1;
	font-size: 14px;
	line-height: 18px;
}
.prod_wealth {
	width: 595px;
	background-image: url(../images/prod_wealth_top.gif);
	background-repeat:no-repeat;
	background-position: top left;
	margin-bottom: 12px;
	margin-top: 15px;
}
.prod_wealth_bot {
	width: 538px;
	background-image: url(../images/prod_wealth_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-bottom: 8px;
	border: solid #CCCCCC 1px;
}
.prod_mort {
	width: 595px;
	background-image: url(../images/prod_mort_top.gif);
	background-repeat:no-repeat;
	background-position: top left;
	margin-bottom: 12px;
	margin-top: 15px;
}
.prod_mort_bot {
	width: 538px;
	background-image: url(../images/prod_mort_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-bottom: 8px;
	border: solid #CCCCCC 1px;
}

ul.list li {
	font-size:12px;
	line-height:18px;
}

label {
	color:#666666;
	font-size: 12px;
    width: 80px;
    float: left;
    text-align: right;
    margin-right: 15px;
    display: block;
	padding-top: 3px;
}
.form_text {
	color:#666666;
	font-size: 12px;
    display: block;
}
.form {
	margin-bottom:10px;
}
.formsubmit {
	margin-bottom: 5px;
	width: 495px;
	text-align:right;
}
input.text, textarea {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 400px;
}
input.text_blue, textarea.text_blue {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 400px;
}
input.text_blue2, textarea.text_blue2 {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 500px;
}
input.text:focus, textarea:focus
{
	border-color: #000000;
}