html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #ecf6de;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
}
#container {
	position: relative;
	min-height: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	padding-bottom: 100px;
}
hr {
	border: 0;
	height: 1px;
	background-color: black;
}
h1 {
	font-size: 20px;
	display: inline;
}
img {
	border: none;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin-left: 10px;
	font-style: italic;
	white-space: normal;
}
input {
	padding: 2px;
}
form {
	display: inline;
}
#video {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -330px;
	margin-top: -262px;
	background-color: orange;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
#video p {
	display: inline;
}
#loginpassdiv {
	padding-bottom: 5px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #333333;
}
#footer a:link, #footer a:visited {
	color: #99ccff;
}
#footer p {
	margin: 0 auto;
	width: 800px;
	padding: 5px;
	color: white;
	font-size: 80%;
}
#footer p img {
	margin-bottom: -2px;;
}
#steps {
	margin-top: 20px;
	width: 100%;
	height: 87px;
	text-align: center;
}
#urlform {
	width: 100%;
}
#url {
	width: 580px; 
	background-color: #fff;
	font-size: 26px;
	margin:10px 0 0 15px;
	padding: 5px;
}
.inline {
	display: inline;
}
.submit {
	padding-bottom: 2px;
	padding-right: 2px;
	margin-top: 5px;
}
#step2content input.submit {
	margin-left: -5px;
}
#urlform input.submit {
	margin-left: 10px;
}
#loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: gray;
	overflow: hidden;
}
#loading img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -100px;
}
.nodisplay {
	display: none;
}
#changemail {
	color: blue;
	cursor: pointer;
}
#changemail:hover {
	text-decoration: underline;
}
#edit {
	margin-left: 5px;
	text-decoration: none;
	color: blue;
}
.button {
	cursor: pointer;
}
.link {
	color: blue;
	cursor: pointer;
}
.link:hover {
	text-decoration: underline;
}
#edit span:hover {
	text-decoration: underline;
}
#disabledurl {
	background-color: #cccccc;
}
#logintable {
	width: 90%;
}
#logintable td {
	padding: 2px;
}
#loginbutton {
	margin: 0 -5px -6px 0;
	padding: 0;
	border: 0;
	display: inline;
}
#forgotpassbutton {
	cursor: pointer;
	color: blue;
}
#forgotpassbutton:hover {
	text-decoration: underline;
}
.code {
	background-color: #cccccc;
	padding: 5px;
	margin: 5px;
	overflow: auto;
}
.example {
	border: 1px solid red;
	padding: 10px;
	margin: 5px;
}
.imagebox {
	background-color: white;
	padding: 10px;
	margin: 5px;
}
.imagebox img {
	padding: 5px;
	margin: 5px;
	border: 1px dotted gray;
	border-collapse: collapse;
}
div.nifty{margin: 0 10%; background: #ff9933; margin-top: 20px;}
div.nifty div.niftycontent { padding: 5px; padding-top: 0px; margin-top: 0px; margin-left: 5px;}
b.rtop, b.rbottom{display:block;background: #FFF;}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #ff9933;}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;}