#welcometop {
	font-size: 16pt; 
	font-weight: bold; 
	margin:16px 0px 0px 32px;
} 

#welcomedesc {
	font-size: 11pt; 
	margin:0px 16px 0px 32px;
}
								
div.row {
	clear: both; 
	padding-top: 16px; 
	margin-left: 36px; 
	margin-right: 36px;
	position: relative;
}

#row_tsunamiactivities {
	padding-top: 0px;	
}

div.form {
	border: 1px solid black; 
	width:868px; 
	margin-left: 32px; 
	margin-top: 32px; 
	margin-bottom: 0px; 
}

div.row .object {
	display: inline-block; 
	margin-right: 5px; 
	vertical-align: middle; 
	position: relative;
}

div.row span.label {
	font-size: 9pt; 
	/*font-weight: bold;*/
	display:inline-block; 
	/*padding-right: 20px;*/ 
	padding-bottom: 4px;
}

div.row span.labelreq {
	font-size: 9pt; 
	font-weight: bold; 
	color: #CC3300; 
	display: inline-block; 
	padding-right: 20px; 
	padding-bottom: 4px;
}

div.row input.regtext {
	font-size: 11pt; 
	padding: 2px; 
	width: 226px;
}

div.sidebar {
	position:absolute;
	left: 500px;
	width: 300px; 
	height: auto;
}

.submitButton {
	border: 1px solid #005B94;
	background-color:#C24700;
	color: white;
	text-shadow: #553322 1px 1px;
	font-size: 10pt;
	width:600px;
	height:30px;
	-moz-box-shadow: 1px 1px 1px #553322;
	-webkit-box-shadow: 1px 1px 1px #553322;
	box-shadow: 1px 1px 1px #553322;
	cursor: pointer; 
	cursor: hand;
}

#nzsubmit {
	color: #005699;
	text-shadow: none;
}

#sectionheader {
	width: 100%; 
	height:25px; 
	background-color: #005B94; 
	position: relative;
}

#sectiontitle {	
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
        text-shadow: #553322 1px 1px;
	position: absolute;
	left: 16px;
	top: 5px;
	line-height: 14px;
        width: -moz-max-content;
}

#container {
	clear: both;
}

.regtext {
	font-size: 11pt; 
	padding: 2px; 
	width: 220px;
}

.FreezePane
{
    position: absolute;
    top: -1000px;
    left: -1000px;
    visibility: visible;
    width: 10000px;
    height: 10000px;
    background-image: url("https://www.shakeout.org/registerfinal/images/back_reg.png");
   	opacity:0.6;
   	display: block;
}

.FreezeMessage
{
	position: fixed;
	visibility: visible;
	display: block;
	z-index: 400;
	top: 0px;
	left: 0px;
	background-color: #DDDDDD;
	border: 2px solid #CC0000;
	color: black;
	width: 480px;
	height: 50px;
}
