.modal {
	background-color:#333;
	display:none;
	width:550px;
	padding:15px;
	text-align:left;
	border:5px solid #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc; }
	
#constant-contact {
	width: 450px; }

.modal h2 {
	color: #e22780;
	font-family: 'SommetSlabRegularRegular', Arial, sans-serif;
	font-size: 28px;
	margin-bottom: 12px;
	margin-top: 0; }

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
	z-index: 9999;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

form {
	font-size: 19px; }

form table {
	width: 100%; }

form table td {
	padding-bottom: 18px;
	width: 150px;
	text-align: right; }

form label {
	font-family: 'SommetSlabRegularRegular', Arial, sans-serif;
	color: #fff; }

form input {
	font-family: Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;
	font-size: 19px;
	padding: 0.25em;
	width: 350px; }

form textarea {
	font-family: Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;
	font-size: 19px;
	height: 100px;
	padding: 0.35em; 
	width: 350px; }

form label.move-top {
	position: relative;
	top: -40px; }

form input.form-button {
	width:121px;height:31px;
	float: right; }

#constant-contact label {
	margin-right: 10px; }
