/* @override 
	http://www.sundive.com.au/client/css/newsletter.css
*/

/*
	Sun Dive eNewsletter signup CSS
	
	update these files when renaming:
	/client/includes/client/enewsletter-modalbox.php
*/

body {
	text-align: center;
	background-color: #fff;
	color: #555;
	height: 220px;
	overflow: hidden;
}

form#enews {
	width: 300px;
	height: 200px;
	margin: 30px auto;
}

#enews h3 {
	font-size: 20px;
}

#enews div input {
	width: 200px;
	padding: 3px 5px;
	margin: 2px 0 8px 0;
}

#enews div input.btn {
	border: 1px solid #aeaeae;
	height: 27px;
	margin-left: 60px;
	
}

#enews div input.btn:hover {
	background-color: #4bb8ef;
}

label {
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	width: 70px;
	display: block;
	float: left;
	clear: both;
}