@charset "UTF-8";
/* CSS Document */
body{
	background:#e4e4e4 url('images/bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	color:#dedede;
	font-family:Lucida Grande, Century Gothic, Verdana, Arial;
	font-size:14px;
	line-height:21px;
	letter-spacing:-.02em;
	min-height:800px;
}
body a {
	color: #00d2ff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	font-size:13px;
}

div#echospin{
	width:340px;
	height:350px;
	position:absolute;
	top:230px;
	left:50%;
	margin-left:115px;
}

div.credits {
	font-size: 12px;
	color: #666;
	background: white;
	padding: 0px;
	width: 410px;
	margin-top: 10px;
	float: none;
	clear:both;
}


#echospinPromoFormInstructions {
	display: block;
}

#echospinPromoFormDisabledInstructions {
	display: none;
}

#echospinPromoDownloadsInstructions {
	display: none;
}

#echospinPromoForm {
	float: left;
	display: none;
	width: 320px;
	margin: 20px 0;
	color: #fff;
}
input, textarea, select {
	margin: 0;
	padding: 3px;
	width:295px;
	background-color: #fff;
	color:#777;
	border: 1px solid #ccc;
	margin: 5px 0;
	font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	float:left;
	font-weight:700;
}
input:focus, textarea:focus, select:focus {
	color:#ffffff;
	background: #ababab;
}
input.submit {
	cursor: pointer;
	height:36px;
	background:#333;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	float:left;
	margin-left:5px;
}
input.submit:hover {
	background:#444;
}

#echospinPromoForm a{
	background-color: #707070;
	color:#fff;
	border:1px solid #777;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;
	padding:2px 4px 2px 4px;
	margin:5px 0 0 160px;
	float:right;
}
#echospinPromoForm a:hover{
	background-color: #00d2ff;
	border:1px solid #00d2ff;
}

#spwLink a{
	width:350px;
	height:25px;
	background-color: #303030;
	color:#fff;
	border:1px solid #777;
	text-decoration: none;
	font-weight: bold;
	font-size:21px;
	padding:5px 0px 5px 0px;
	text-align:center;
	position:absolute;
	top:0;
	left:50%;
	margin-left:105px;
	font-family:Lucida
}

#spwLink a:hover{
	background-color: #00d2ff;
	border:1px solid #00d2ff;
}
