body {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('../img/background.gif');
	background-repeat: repeat-x;
	margin: 0px;
}
#logo {
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
	height: 160px;
	width: 850px;
	margin: 0px auto;
}
	#logo a {
		display: block;
		width: 380px;
		height: 160px;
		outline: none;
	}
		#logo a span {
			display: none;
		}
#welcome {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	background-color: #0B7EC2;
	background-image: url('../img/welcome-background.gif');
	background-repeat: repeat-x;
	width: 790px;
	margin: 0px auto;
	padding: 25px 30px;
}
	#welcome a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#welcome a:hover {
		text-decoration: underline;
	}
.step {
	background-image: url('../img/step1.gif');
	background-position: 30px 0px;
	background-repeat: no-repeat;
	width: 734px;
	margin: 40px auto 0px auto;
	padding: 0px 0px 0px 116px;
}
	.step .title {
		font-size: 20px;
		color: #FFFFFF;
	}
		.step .title label {
			cursor: pointer;
		}
	.step .input {
		font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #555555;
		float: left;
		width: 230px;
		margin: 20px 0px 0px 0px;
		padding: 10px;
		border: 4px solid #313130;
	}
	.step .clear {
		clear: both;
		height: 15px;
	}
	.step .description {
		font-size: 13px;
		color: #888888;
		margin: 10px 0px;
	}
	.step .checkbox, .step .radio {
		float: left;
		margin: 15px 15px 15px 0px;
	}
	.step .text {
		font-size: 13px;
		color: #888888;
		float: left;
		margin: 15px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
		.step .text label {
			cursor: pointer;
		}
		.step .text label.email {
			display: block;
			padding: 15px 10px 0px 10px;
		}
	.step .no {
		width: 250px;
		margin: 0px;
	}
.two {
	background-image: url('../img/step2.gif');
}
.four {
	background-image: none;
}
.three {
	background-image: url('../img/step3.gif');
}
.none {
	background-image: none;
	padding: 20px 30px 80px 120px;
}
.background2 {
	background-image: url('../img/background2.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #070707;
	padding: 20px 0px;
}
	#footer > div {
		width: 850px;
		margin: 0px auto;
		border-top: 1px solid #000000;
	}
	#footer .left {
		line-height: 24px;
		float: left;
	}
		#footer .left a {
			color: #0082EA;
		}
	#footer .right {
		float: right;
	}
		#footer .right a {
			color: #FFFFFF;
			text-decoration: none;
			margin: 0px 5px;
		}
		#footer .right a:hover {
			text-decoration: underline;
		}
	#footer .clear {
		clear: both;
	}
#container {
	background-image: url('../img/transparent.png');
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#shadow {
	background-image: url('../img/shadow.png');
	width: 780px;
	margin: 60px auto 0px auto;
	padding: 35px;
}
#options {
	
}
	#options .head {
		background-image: url('../img/options-head.gif');
		height: 86px;
	}
		#options .head .left {
			font-size: 24px;
			font-weight: bold;
			float: left;
			padding: 30px 0px 0px 30px;
		}
		#options .head .right {
			font-size: 18px;
			font-weight: bold;
			float: right;
			width: 325px;
			padding: 35px 35px 0px 0px;
		}
			#options .head .right img {
				float: right;
				margin: -10px -10px 0px 0px;
				border: 0px;
			}
	#options .body {
		background-image: url('../img/options.gif');
		height: 400px;
	}
		#options .body .left {
			float: left;
			height: 400px;
			position: relative;
		}
			#options .body .left .preview {
				font-size: 11px;
				color: #000000;
				background-color: #FFFFFF;
				width: 306px;
				padding: 2px;
				border: 20px solid #CECECE;
				position: absolute;
				top: 20px;
				left: 20px;
				z-index: 2;
			}
			#options .body .left .text {
				font-size: 13px;
				width: 370px;
				position: absolute;
				bottom: 170px;
				left: 20px;
			}
			#options .body .left .js {
				font-family: "Courier New", Courier, monospace;
				font-size: 13px;
				color: #222222;
				width: 340px;
				height: 117px;
				padding: 5px;
				border: 0px;
				position: absolute;
				bottom: 20px;
				left: 20px;
			}
			#options .body .left .nojs {
				font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
				font-size: 1.8em;
				color: #666666;
				text-align: center;
				width: 350px;
				height: 42px;
				padding: 40px 0px;
				border: 0px;
				position: absolute;
				bottom: 20px;
				left: 20px;
			}
		#options .body .right {
			float: right;
			width: 350px;
			height: 360px;
			margin: 20px 20px 0px 0px;
			position: relative;
		}
			#options .body .right div {
				font-size: 13px;
				text-align: right;
				width: 80px;
				padding: 10px 0px 0px 0px;
				position: absolute;
				left: 0px;
			}
			#options .body .right .input {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				width: 120px;
				height: 19px;
				padding: 6px;
				border: 2px solid #333333;
				position: absolute;
				left: 100px;
			}
			#options .body .right .background-text, #options .body .right .background-input {
				top: 0px;
			}
			#options .body .right .tweet-text, #options .body .right .tweet-input {
				top: 40px;
			}
			#options .body .right .via-text, #options .body .right .via-input {
				top: 80px;
			}
			#options .body .right .links-text, #options .body .right .links-input {
				top: 120px;
			}
			#options .body .right .width-text, #options .body .right .width-input {
				top: 160px;
			}
			#options .body .tweet-size-text {
				text-align: left !important;
				width: 50px !important;
				padding: 0px !important;
				top: 50px;
				left: 240px !important;
			}
			#options .body .tweet-size-text2 {
				text-align: left !important;
				width: 50px !important;
				padding: 0px !important;
				top: 50px;
				left: 330px !important;
			}
			#options .body .tweet-size-input {
				width: 30px !important;
				top: 40px;
				left: 280px !important;
			}
			#options .body .via-size-text {
				text-align: left !important;
				width: 50px !important;
				padding: 0px !important;
				top: 90px;
				left: 240px !important;
			}
			#options .body .via-size-text2 {
				text-align: left !important;
				width: 50px !important;
				padding: 0px !important;
				top: 90px;
				left: 330px !important;
			}
			#options .body .via-size-input {
				width: 30px !important;
				top: 80px;
				left: 280px !important;
			}
			#options .body .width-input {
				top: 170px !important;
			}
			#options .body .generate {
				margin: 250px 0px 0px 40px;
			}
#close {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100px;
	margin: 20px auto 0px auto;
}
#close:hover {
	text-decoration: underline;
}
#loading {
	background-image: url('../img/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 170px;
	left: 170px;
	z-index: 1;
}
#users {
	width: 100%;
}
	#users .head {
		font-size: 0.8em;
	}
	#users .item {
		font-size: 0.7em;
		font-weight: normal;
	}