body{
	
}

.form{
	text-align: left;
}

.form label {
	display: block;
	float: left;
	margin: 0px;
	padding: 4px 0;
	width: 60px;
	height: 15px;
	margin-bottom: 3px;
}

.form .newsInput{
	display: block;
	float: right;
	margin: 0px;
	padding: 3px;
	width: 119px;
	height: 15px;
	border: 1px solid #CCC;
	margin-bottom: 3px;
}

.right{
	width: 130px;
	float: left;
}

.clear{
	clear: both;
}

#newspic{
	cursor: pointer;
	font-family: verdana;
	font-size: 12px;
	position: fixed;
	bottom: 10px;
	left: 5px;
}

#newsletter{
	background-color: #f2f2f2;
	border: 1px solid #CCC;
	color: #444;
	font-family: Arial;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	position: fixed;
	bottom: 45px;
	left: 10px;
	width: 195px;
	z-index: 10000;
	text-align: left;
}

#newsletter .newsThanks{
	font-weight: bold;
}

#newsletterForm .newsRadio{
	clear: both;
	padding-top: 7px;
}

#newsletterSubmit{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	padding-bottom: 5px;
}

.newsinfo{
	text-align: justify;
	margin-bottom: 10px;
}
