/* Start of CMSMS style sheet 'Forms' */
label {
	float: left;
	margin: 0;
}
input {
	
}
fieldset { border: 0; }

.news-column label {
	width: 100%;
	margin-top: 5px;
}
.news-column input[type='text'] {
	width:250px;
}
.news-column input[type='submit'] {
	width: auto;
}
.news-column div.submit {
	margin-top: 1em;
}

.news-column textarea {
	width:255px;
}

.info-column input {

}
.info-column label {

}
.info-column div.question {
	margin: 2em 0;
}
.info-column div.question > label {
	font-weight: bold;
	margin-bottom: 1em;
	width: 100%;
}
.info-column div.question textarea { margin-left: 20px; width: 400px; height: 100px; }
.info-column div.part, div.non-title {
	width: 100%;
	clear: both;
}
.info-column div.non-title { margin-left: 20px; width: 90%; }
.info-column div.non-title label { font-weight: normal; padding-right: 10px; }
.info-column div.part {
	margin: 5px 0 5px 20px;
}
.info-column div.part input {
	float: left;
}
.info-column div.part label {
	float: none;
}
form#store-finder { margin: 1em 0; }
body.join-the-family .info-column div.question textarea {
	margin-left: 0px;
}
/* End of 'Forms' */

