@charset "utf-8";
/* CSS Document */
.formLinkContainers {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px dashed #999999;	
	width: 95%;
}
.formLinkContainersLeft {
	width: 60%;
	float: left;
	text-align: left;
}
.formLinkContainersRight {
	width: 35%;
	float: right;
	text-align: right;
}
.subForms {
	border: #330000 solid 1px;
	background: #990000;
	color: #FFFFFF;
	padding: 4px;
	width: auto;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	cursor: pointer;
}
.formsField {
	width: 225px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 3px;
}
.formsDropdown {
	width: auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 3px;
}
#ctl00_ContentColumn2_ctl01_rbPrefAffiliation li {
	list-style-image:none;
	list-style: none;
}
#ctl00_ContentColumn2_ctl01_rbType li {
	list-style-image:none;
	list-style: none;
}
#ctl00_ContentColumn2_ctl01_rbImpactUnbiased li {
	list-style-image:none;
	list-style: none;
}
.formsTextArea {
	width: 550px;
	height: 325px;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 3px;
}
.terms {
	font-size: 11px;
}
.txtFieldLogin {
	width: 200px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 1px;
}
