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

#emma_signup {
	width: 100%;
	max-width:200px;
}
input#emma_first,
input#emma_last {
	width:60px;
}

input#emma_first {
	margin-right: 3px;
}

input#emma_email {
	width: 100%;
	margin: 3px 0;
}

input#emma_submit {
	float:right;
}