body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
}

.root-container{
    width: 100%;
    background: #ffffff;
}

.ncPageDiv {
	width: 900px;
}
.ncHead {
	background-color: #f2f4f4;
        width: 900px;
        height: 100px;
}
.ncHdrTitle {
	height: 50%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #336699;
	font-size: 170%;
}
.ncHdrSubtitle {
	height: 50%;
	font-size: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.ncHeader {
	width: 90%;
	height: 180px;
}
.ncImgSeal {
	float: left;
        transform: scale(.80);
}
.ncidLogoSeal {
    position: absolute;
    top: 15;
    left: 590px;
    float: left;
    width: 8%;
    height: auto;
}
@-moz-document url-prefix() {
   .ncidLogoSeal {
	
 	position: fixed;
    top: 10;
    left: 720px;
	float: left;
	width: 12%;
    height: auto;
	}
}
.my-error-class {
    color:red;
}
.ncRegister {
	background-color: #336699;
	
	color: white;
	text-align: center;
	padding: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
}
.ncRegisterLink {
	color: white;
	font-weight: bold;
}
.ncLoginText {
	font-size: 75%;
	padding-right: 10px;
}
.ncLoginLinkText {
	font-size: 75%;
	color: #336699;
}
.ncLoginErrText {
	padding-top: 10px;
	text-align: center;
	color: red;
}
.ncTextBox {
	width: 200px;
}
.ncDisclaimerText {
	width: 100%;
	text-align: center;
	font-size: 80%;
	margin: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #336699;
}
.ncContents {
	font-size: 80%;
	text-align: left;
	padding: 1px;
	margin-left: 50px;
	margin-right: 50px;
}
.ncComments {
	font-size: 90%;
	text-align: left;
	padding: 5px;
	margin-left: 50px;
	margin-right: 50px;

}
.ncMessage {
	color: red;
	font-size: 90%;
	text-align: left;
	padding: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
.ncButton {
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 3px;
	color: white;
	background-color: #336699;
	width: 185px;
}
.title {
        text-align: center;
        display:inline;
        font-size: 150%;
        font-weight:bold;
        margin-bottom:1em;

}
table.registration {
	font-size: 75%;
	padding: 10px;
    border: 2px;
    border-collapse: collapse;
    width: 100%;
    margin-left: 59px;
	
}
.errors {
	color: red;
	font-weight: bold;
}
