html, body {
	background: white;
	padding-top: 75px;
}

h3 {
	margin-bottom: 14px;
}

p {
	margin: 10px 0;
	text-align: justify;
}

fieldset {
	border: 2px groove #eeeeec;
}

form label {
	display: inline-block;
	width: 120px;
}

#header {
	background-color: black;
	height: 32px;
	padding-top: 4px;
	position: absolute;
	top: 0;
	width: 100%;
	white-space: nowrap;
}

	#header div, #header ul {
		display: inline-block;
		height: 100%;
		line-height: 28px;
		vertical-align: top;
	}

	#header .social-media-links {
		margin-left: 20px;
		margin-right: 26px;
	}

		#header .social-media-links img {
			height: 24px;
			margin: 0 2px;
			width: 24px;
		}

	#header #tagline {
		min-width: 365px;
	}

	#header .menu {
		display: inline-block;
	}

		#header .menu a {
			text-decoration: none;
		}

		#header .menu li {
			display: inline-block;
			margin-right: 15px;
		}

.logout {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	display: none;
	height: 24px;
	text-align: center;
	width: 145px;
	padding: 0 7px;
}
	.logout span {
		display: block;
		line-height: 24px;
	}

.your-space {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	display: none;
	height: 44px;
	text-align: center;
	width: 145px;
	padding: 0 7px;
}

	.your-space a, .logout a {
		display: block;
		height: 100%;
		text-decoration: none;
	}

	.your-space a:hover, .logout a:hover {
		text-decoration: underline;
	}

	.your-space span {
		display: block;
		line-height: 22px;
	}

#main-body {
	float: right;
	margin-bottom: 20px;
	margin-left: -210px;
	min-height: 200px;
	width: 100%;
	padding-right: 10px;
}

	#main-body-container {
		margin-left: 210px;
	background-image: url('/images/bg-mandala.png');
	background-position: center center;
	background-repeat: no-repeat;
	}

#footer {
	border-top: 1px solid #ebebeb;
	clear: both;
	height: 40px;
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 40px;
}

	#footer a {
		text-decoration: none;
	}

	#footer .menu {
		display: inline-block;
		float: right;
	}

		#footer .menu li {
			display: inline-block;
			margin-right: 16px;
		}

	#footer #copyright-line {
		padding-bottom: 10px;
		text-align: center;
	}

	#footer #swhois-link {
		float: right;
		margin-right: 15px;
		margin-top: -30px;
	}

#home-form {
	height: 500px;
	margin: 0 auto;
	text-align: center;
	width: 600px;
	padding-left: 0px;
}

	#home-form form {
		position: relative;
		top: 198px;
	}

	#home-form .logo {
		margin-left: 35px;
	}

	#home-form .searchbox {
		border: 1px solid #4d90fe;
		height: 50px;
		margin-top: 5px;
		width: 580px;
	}

	#home-form .buttons {
		margin-top: 15px;
	}

		#home-form .buttons .button {
			display: inline-block;
			height: 30px;
			width: 110px;
		}

		#home-form .buttons .first {
			margin-left: 3px;
			margin-right: 20px;
		}

	#home-form p {
		margin-top: 110px;
		text-align: center;
	}

.button {
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	cursor: pointer;
}

#search-bar {
	background-color: #f1f1f1;
	height: 100px;
	position: absolute;
	top: 36px;
	width: 100%;
	white-space: nowrap;
}

	#search-bar form {
		padding-left: 20px;
		padding-top: 3px;
	}

	#search-bar .searchbox {
		height: 40px;
		margin-top: 5px;
		width: 400px;
		vertical-align: 42px;
		display: inline-block;
		margin-left: 20px;
	}

	#search-bar .button {
		display: inline-block;
		height: 46px;
		width: 110px;
		vertical-align: 46px;
	}

	#search-bar .your-space {
		display: inline-block;
		vertical-align: 35px;
	}

	#search-bar .logout {
		display: inline-block;
		position: relative;
		left: -165px;
		top: -10px;
	}


#sidebar {
	float: left;
	width: 180px;
	padding-left: 20px;
}

	#sidebar .menu {
		line-height: 22px;
	}

		#sidebar .menu .menu {
			margin-top: 20px;
			margin-left: 10px;
		}

#index-page {
	padding-top: 23px;
}

	/* Copy these selectors for every page that should be centered across the whole viewport */
	#index-page #main-body, #index-page #main-body-container,
	#contact-page #main-body, #contact-page #main-body-container,
	.registration-page #main-body, .registration-page #main-body-container,
	#manage-page #main-body, #manage-page #main-body-container
   	{
		margin-left: 20px;
	}

	#index-page #search-bar {
		display: none;
	}

	#index-page .your-space {
		display: block;
		float: left;
		height: 46px;
		left: 20px;
		position: absolute;
		top: 45px;
	}

	#index-page .logout {
		display: block;
		float: left;
		left: 20px;
		position: absolute;
		top: 91px;
	}

	#index-page #footer #copyright-line {
		display: none;
	}

#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

.popup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 384px;
	width: 408px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}

.popup-content {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 374px;
}

.popup-close {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
	cursor: pointer;
}

.executive-bio {
	margin-bottom: 20px;
	border-top: 2px dashed gray;
	padding-top: 10px;
}

.executive-bio img {
	display: inline-block;
	margin-right: 10px;
	float: left;
}

.executive-bio h3 {
	margin-top: 0;
}

.back-to-top {
	font-size: smaller;
}

#press-releases .link, #press-releases .date {
	background-color: #ccc;
	padding: 4px;
}

#press-releases .date {
	text-align: center;
	font-weight: bold;
	border-right: 1px solid gray;
}

#press-releases .alt {
	background-color: #eee;
}

div.row {
	width: 365px;
	height: 24px;
}

div.row span.label {
	float: left;
	width: 120px;
	text-align: right;
	height: 100%;
}

div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
	height: 100%;
} 

.contact-form {
	height: 450px;
}

.contact-form div.row {
	width: 238px;
	padding-left: 6px;
}

.contact-form div.row.first {
	padding-top: 6px;
}

.contact-form div.row.last {
	padding-bottom: 6px;
}

.contact-form div.row span.formw {
	width: 150px;
	font-size: smaller;
}

.contact-form input, .contact-form select {
	width: 100px;
	height: 14px;
	font-size: 10px;
}

.contact-form select {
	font-size: 11px;
	height: 20px;
	width: 105px;
}

.contact-form div.row span.label {
	padding: 0;
	padding-right: 4px;
	font-size: 10px;
	width: 80px;
	font-weight: bold;
	line-height: 20px;
}

.contact-form .contact-form-container {
	float: left;
	width: 225px;
	margin-right: 2px;
	border: 1px solid gray;
}

.contact-form .contact-form-container.last {
	clear: right;
}

.contact-form .contact-form-container h3 {
	background-color: gray;
	margin: 0;
	padding-left: 6px;
	font-size: 12px;
	padding-top: 2px;
}

#account-info .row {
	padding-left: 6px;
}

#register-page-1 .name-space-search .search-field {
	width: 160px;
}

#register-page-1 .name-space-search {
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	line-height: 45px;
}

#register-page-3 div.row {
	font-size: 12px;
	font-weight: bold;
	width: 450px;
	line-height: 20px;
}

#register-page-3 div.row .label {
	width: 200px;
}

#register-page-3 .container {
	border: 1px solid gray;
	width: 450px;
	padding: 6px;
}

#review-page .contacts-container {
	height: 360px;
	padding-top: 6px;
	margin-bottom: 14px;
}

#review-page .contacts-container p {
	margin: 0;
	margin-top: 9px;
}

#review-page .contacts-container .container {
	float: left;
	width: 200px;
	font-size: 10px;
	margin-right: 10px;
}

#review-page .contact-display {
	border: 1px solid gray;
	padding-top: 4px;
}

#review-page .contact-display .row {
	width: 200px;
}

#review-page .contact-display .row .formw {
	width: 113px;
}

#review-page .contact-display .row .label {
	width: 83px;
	font-weight: bold;
}

.error-marker {
	color: red;
	display: inline-block;
	border: 1px solid red;
	margin-left: 5px;
	padding: 0 7px;
	cursor: help;
	background-color: white;
	font-size: larger;
	line-height: 17px;
}

.contact-form-container .error-marker {
	line-height: 18px;
	margin-left: 0px;
}

#confirmation-nameserver-list {
	border-collapse: collapse;
}

#confirmation-nameserver-list th {
	background-color: #c0c0c0;
}

#confirmation-nameserver-list th, #confirmation-nameserver-list td {
	border: 1px solid gray;
	padding: 5px;
}

.completed-contact-display {
	border: 1px solid black;
	padding: 4px;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	font-size: smaller;
}

.completed-contact-display h4, .completed-contact-display p {
	margin-top: 0;
}

.completed-contact-display .row {
	width: 210px;
	height: 16px;
}

.completed-contact-display .row .label {
	width: 90px;
	font-weight: bold;
}

.completed-contact-display .row .formw {
	width: 113px;
}

.cc-form .contact-container {
	margin-top: 10px;
}

.cc-form .contact-container .handle-fields {
	display: none;
}

.searchbox {
	border: 1px solid #4d90fe;
	height: 50px;
	margin-top: 5px;
	width: 580px;
}

#swhois-page h1 {
	margin-bottom: 10px;
}

#swhois-page p {
	margin: 5px auto;
	width: 660px;
}

#swhois-page #lead-text {
	margin-bottom: 40px;
}

	#swhois-page #lead-text a {
		text-decoration: none;
	}

#swhois-page .button {
	margin: 10px 0;
}

#account-info {
	width: 350px;
	height: 100%;
	border: 1px solid gray;
	margin-right: 10px;
}

	#account-info .begin-signup {
		margin-right: 36px;
		margin-top: 5px;
	}

   .button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333 !important;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
   }
