/* Controls width of your form */
#mc_embed_signup {
	background: #fff;
	text-align: left;
	width: 220px;
	padding:0 0 20px 0;
	margin:0;
	float: left;
}

#mc_embed_signup form {
	margin: 0;
	padding: 0;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
#mc_embed_signup input[type=text],
#mc_embed_signup textarea,
#mc_embed_signup select { 
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #aeaeae;
	background: #ebebeb;
	width: 160px;
	margin:0;
	padding: 7px 10px 5px 10px;
	border:0;
	float: left;
}

#mc_embed_signup input[type=text]:focus,
#mc_embed_signup textarea:focus,
#mc_embed_signup select:focus, 
#mc_embed_signup input[type=text]:hover,
#mc_embed_signup textarea:hover,
#mc_embed_signup select:hover { 
	color: #009ddb;
	background: #fbe200;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.mc-field-group, #mce-responses {
	font-family:verdana;
	font-size:10px;
	color:#333333;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
#mc-embedded-subscribe { 
	background: url('images/btn/btn_search.png');
	margin:0;
	padding:0;
	background-position: left top;
	width: 35px;
	height: 35px;
	float: right;
	text-indent:-999px;
}

#mc-embedded-subscribe:hover, #mc-embedded-subscribe:focus { 
	background-position: left bottom;
	cursor: pointer;
}