#LinkSystem {
	margin:0 20px 0 20px;
}


#LinkSystem h3 {
	margin-top:2em;
}


#LinkSystem ul.policy {
	line-height:1.2em;
}
#LinkSystem ul.policy li {
	margin-top:1em;
}


#LinkSystem .baseTable tr {
	vertical-align:top;
}
#LinkSystem .baseTable td {
}
#LinkSystem .baseTable td.label {
	text-align:right;
	width:250px;
}
#LinkSystem .baseTable td.field {
	padding-bottom:.7em;
	padding-left:1ex;
}


#LinkSystem .uniInput,
#LinkSystem .note {
	width:300px;
}
#LinkSystem input.uniInput {
	border:1px solid #999;
}


#LinkSystem .nobr {
	white-space:nowrap;
}
#LinkSystem button.submitBtn {
	margin-top:2em;
}


#LinkSystem #LinkSystem_NewLinkDiv {
	display:none;
}


#LinkSystem .required {
	background-color:#fc0;
}
#LinkSystem .error {
	color:#C00;
}
#LinkSystem .message {
	color:#080;
}
#LinkSystem .tiny {
	font-size:75%;
}