/* @override http://dev.piado.us/newsletter/css/newsletter.css */

/* @override http://dev.piado.us/newsletter/css/newsletter.css */


#result {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}


.results-on {
	padding: 15px;
	width: 440px;
	color: #ffffff;
	z-index: 500;
	position: relative;
}


#result-container {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.125em;
	font-size: 10pt;

	z-index: 101;
	height: 1px;
	position: absolute;
	top:  120px;
	width: 99%;
}

#subscription h1 {
	font-size: 160%;
	font-weight: bold;
	font-variant: normal;
	color: #777;
	margin: 0 0 10px 0;
	padding: 0px;
	letter-spacing: -1px;
}

.msg {
	color: #f0f0f0;
}


/* @group Form___ */

label {
	padding: 0 10px 0 0;
	float: left;
	text-align: right;
	width: 80px;
	color: #CCCCCC;
}

.input {
	padding: 0 0 5px 0;
}

/* @end */



/* Tween Styles ________________________*/

#tween-overlay {
	position: absolute;
	width: 100%;
	z-index: 100;
	left: 0;
	background-color: #fff;
	cursor: pointer;
}

#makeRequest {
	float: right;
}

.throbber {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../gfx/throbber.black.gif) no-repeat;
}

#tween-close {
	cursor: pointer;
	float: right;
}

#submission-response {
	float: left;
}

/* Validation____ */
.validation-advice {
	color: #CC0000;
	margin: 2px 2px 0 2px;
	padding: 2px 2px 0 90px;
}


