@charset "utf-8";
.formsection {
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/layout/forms_grad.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 11px;
	position: relative;
}
.formsectionh1 {
	font-size: 11px;
	margin-bottom: 5px;
	border-bottom-color: #CCCCCC;
	text-align: right;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #565656;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/layout/forms_head_grad.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
	position: relative;
}
.formsection table {
	width: 100%;
	border: none;
}
.formsection tr {
	height: 1px;
}
.formsection td {
	padding: 5px;
	border: none;
}
.formsection input, .formsection textarea, .formsection select {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.formSubsection {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.formSubsection h1 {
	font-size: 11px;
	margin-bottom: 5px;
	border-bottom-color: #CCCCCC;
	text-align: right;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #D4D0C8;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.formSubsection table {
	width: 100%;
}
.formSubsection td {
	padding: 5px;
}
.formSubsection input, .formSubsection textarea, .formSubsection select {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.tabs {
	color: #FFFFFF;
	background-color: #B4B4B4;
	margin: 0px;
	padding: 0px;
}
.tabs h1 {
	font-size: 11px;
	padding: 2px;
}
.textfields_hide {
	border: 1px solid White;
	background: White;	
	color: #999999;
	font-size: 7px;
}
.investareas {
	float: left;
	width: 46%;
	text-align: left;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 6px;
	margin-right: 5px;
	margin-left: 2px;
	border-right-width: 1px;
	display: table;
}
.investareas input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 2px;

}
#TnC {
	width: 550px;
	height: 200px;
}
#TnCtext {
	overflow: scroll;
	height: 180px;
	padding: 5px;
	background-color: #FFFFFF;
}

