@charset "utf-8";
/* CSS Document */


/* ------------------------------------
	N E W S L E T T E R  S I G N U P
--------------------------------------- */

/* @group Newsletter Signup Module */

/* For rest of this module's styling see: 'special Blocks.css' */

div.round-block-nwslttr 
input.button-post {
	width:110px;
	height:35px;
	position:absolute;
	bottom:0px;
	right:17px;
}
div.round-block-nwslttr label {
	width:85px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.125em;
	margin-bottom:5px;
}
div.round-block-nwslttr input.firstname, 
div.round-block-nwslttr input.surname, 
div.round-block-nwslttr input.email {
	width:108px;
	float:left;
}

/* @end */


/* ------------------------------------
	C O N T A C T  F O R M
--------------------------------------- */

/* @group Contact Form */

/* Not in use at present */

/*div.contact-form {
	position:relative;
	background:#FF9;
	height:200px;
	padding:10px;
}
div.contact-form form {
	background:#ccc;
	width:560px;
}
div.contact-form label {
	float:left;
	background:yellow;
}
div.contact-form input {
	float:left;
	background:yellow;
}
div.contact-form img {
	float:left;
	background:yellow;
}
div.contact-form input.button-post {
	position:absolute;
	right:0;
	bottom:0;
}
div.contact-form input.button-clear {
	position:absolute;
	right:0;
	top:0;
}*/

/* @end */

