input {
	width: 250px;
	border: #979797 1px solid;
	color:  #666363;
	padding:2px;
	margin-top:5px;
}
label {
	color:#666363;
	font-weight:bold;
}
a {
	color:#f7941d;
}
.divideBar {
	width:90%;
	margin: 10px auto 10px auto;
	border-bottom:#666363 1px dotted;
	clear:both;
}

/*  START SIDE BAR  */

#fundSideBar {
	float:left;
	width:212px;
	border:thin solid #e0e0e0;
	background-image:url('/img/subnav_bg.png');
	background-position:center;
	background-repeat:repeat-x;
	margin-top: 50px;
}

.fundSideBarContent {
	margin:0 auto;
	padding: 5px 20px 1px 20px;
	color:#666363;
	font-size:10px;
	line-height: 175%;
}
.imageContainer {
	text-align:center;
}
.inBody {
	margin:5px;
	margin-left: 82px;
	padding:0px;
}

/*  END SIDE BAR  */

/*  START MAIN CONTAINER  */

#fundMainContainer {
	position:relative;
	float:right;
	width:700px;
	margin-top:50px;
	margin-right:10px;
	color:#464646;
	font-size:11px;
}
#fundFormTop {
	margin:0 auto;
	margin-bottom: 30px;
	width: 600px;
}
#fundFormTopLeft {
	float:left;
	width:250px;
}
#fundFormTopRight {
	float:right;
	width:250 px;
}
#fundFormBottom {
	margin:40px auto;
	width: 600px;
}
#fundFormBottomContent {
}
#bottomBlock {
	float:right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right:4px;
	width: 516px;
}
#submitBtn {
	float:right;
	margin-right: -5px;
}
.input select{
	margin-top: 5px;
	font-size:11px;
	color:#464646;
	padding:2px;
	padding:2px 2px 3px 2px !important;
	border: #979797 1px solid;
	width: 256px;
}
.input.date{
	width:255px;
}
#dateContainer {
	width:400px;
}
#FundRequestInceptionDateMonth {
	width:128px;
	display:inline-block;
}
#FundRequestInceptionDateYear {
	width:128px;
	display:inline-block;
}
#FundRequestFile {
	margin-left: 5px;
}
input.file {
	width:520px;
	border: #979797 1px solid;
}
#FundRequestMessage {
	margin-left:23px;
	width: 514px;
}
.error-message {
	font-weight: bold;
	color:#f7941d;
}
.form_message {
	float:left;
	border:none;
	color:#666363;
	font-size:11px;
	font-weight:bold;
}
#overlay {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;
	background-image:url(/img/subnav_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #e0e0e0;
	width:100%;
	height:100%;
	text-align:center;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.error {
	color:#f7941d;
}
.success {
	color:#666363;
	color:#f7941d;
	position:absolute;
	top:140px;
	left:50px;
	padding-right:30px;
	line-height:1.5;
	font-size:19px;
}
.investmentContactContainer {
	margin-top:10px;
	margin-bottom:10px;
}
.investmentContactName {
	font-weight:bold;
}
.textarea label{
	vertical-align:top;
}

/*  END MAIN CONTAINER  */


