/*  Newsletter Form */
form {
	margin:0;
	width:375px;
	}

fieldset {
	padding:5px;
	padding-right:15px;
	}

legend {
	font-weight:bold;
	}

.required {
	font-size:80%;
	font-style:italic;
	}	
	
div.row {
	clear:both;
	padding-top:5px;
	}

div.row span.label {
	float:left;
	width:100px;
	text-align:left;
	}
	
div.row span.input {
	float:right;
	width:210px;
	text-align:left;
	}

div.buttons {
	width:350px;
	}
	
.buttons input {
	font-weight:bold;
	font-variant:small-caps;
	}