.button,
.loading {
	background-color:#FFFFFF;
	background-image:url(../images/button-background-gray.gif);
	background-position:left top;
	background-repeat:repeat-x;
	border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	text-align:center;
	text-shadow:1px 1px 1px #FFFFFF;
	cursor: pointer;
}

.signup .loading {
	background-image: url(../images/loading.gif);
	background-position:center 2px;
	background-repeat:no-repeat;
	color: transparent !important;
}

body {
	background: #ccf1ff url(../images/blue-gradient.gif) repeat-x;
}

#flash_minisnapshot_container {
	width: 219px;
	height: 163px;
	cursor: pointer;
	background: url(../images/snapshot-219x163.jpg);
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer {
	border-top: 1px dashed #627EAF;
}

.welcome-container {
	overflow: hidden;
}
.welcome-container .description {
	width: 700px;
	margin-right: 15px;
	float: left;
}
	.welcome-container .description h2 {
		font-size: 20px;
		color: #2f92eb;
	}
	.welcome-container .description ul.snapshots {
		list-style: none;
		overflow: hidden;
		clear: left;
		margin-top:5px;
	}
		.welcome-container .description ul.snapshots li.snapshot {
			float:left;
			height:64px;
			margin-bottom:3px;
			margin-right:3px;
		}
			.welcome-container .description ul.snapshots li.snapshot img {
				display: block;
				background: #ffffff url(../images/logo-small.jpg) no-repeat center center;
				border:1px solid #CCCCCC;
				height:60px;
				padding:1px;
				width:80px;
			}
			.welcome-container .description ul.snapshots li.snapshot a:hover img {
				border-color: #4792E6;
			}
.welcome-container .signup {
	float: left;
	width: 220px;
	padding: 10px;
	background-color: #2f93ec;
	overflow: hidden;
}
	.welcome-container .signup h4 {
		font-size: 20px;
		color: #ffffff;
	}
	.welcome-container .signup p {
		font-size: 14px;
		color: #ffffff;
		margin-bottom: 10px;
	}
	.welcome-container .signup label {
		display: block;
		color: #203360;
		font-size: 10px;
	}
	.welcome-container .signup label.error {
		margin: 0;
		border-width: 1px;
		padding:4px;
		width:208px;
		margin-bottom: 10px;
	}
	.welcome-container .signup input {
		width: 207px;
		border: 1px solid #696969;
		padding: 5px;
		margin-bottom: 10px;
	}