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

/*--------------------------------------------------------------------*/
/* Global forms style sheet for SimplifiedBride.com                   */
/* Last Updated: 12.15.09 by Cory Perry                               */
/*--------------------------------------------------------------------*/

/* define base styles for all forms sitewide--------------------------*/

label {}
input {
	border: 1px solid #441D18;
	padding: 2px 2px;
	font-size: 16px;
}
textarea {
	border: 1px solid #000;
	padding: 2px 2px;
}
input.submit {}

/* state page search -------------------------*/
#content #right-content form#state-search select.select {
	font-size: 15px;
	padding: 3px 3px;
	margin: 0 5px 0 0;
}
#content #right-content form#state-search input.submit {
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
	background: url(../images/button_tiersignup.png) no-repeat top center;
	width: 113px;
	height: 28px;
	text-indent: -9999px;
}


/* tier signups form --------------------------*/

#secondary-content #tier-signups .signup form input {
}
#secondary-content #tier-signups .signup form input.submit {
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
	background: url(../images/button_tiersignup.png) no-repeat top center;
	width: 113px;
	height: 28px;
	text-indent: -9999px;
}

#content #right-content form#survey input {
	margin: 0 4px 5px 15px;
}
#content #right-content form#survey textarea {
	margin: 0 4px 5px 15px;
	font-size: 12px;
}
