form {
	margin: 0;
	padding: 0;
	width: 365px;
}
form .buttons {
	background: transparent url(../app_themes/verticalit/images/backgrounds/formButton_bg.gif) right 0 no-repeat;
	height: 25px;
	margin: 20px 0 0 0;
	padding: 22px 14px;
	text-align: right;
	width: 325px;
}
form .buttons input {
	margin: 0 0 0 16px;
	width: auto;
}
form .name fieldset {
	float: left;
	margin: 0 10px 0 0;
}
form .lname {
	margin: 0;
}
form .name input {
	width: 150px;
}
form .city {
	float: left;
}
form .city input {
	margin: 0 10px 0 0;
	width: 180px;
}
form .state {
	float: left;
	width: 84px;
}
form .state select {
	margin: 0 10px 0 0;
	width: auto;
}
form .zip {
	float: left;
}
form .zip input {
	width: 70px;
}
form .phone fieldset {
	float: left;
}
form .phone input {
	margin: 0 10px 0 0;
	width: 30px;
}
form .phone .number input {
	width: 45px;
}
form .moreInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form .moreInfo li {
	background-image: none;
	height: 25px;
	line-height: 25px;
	margin: 6px 0;
	padding: 0;
}
form .moreInfo input {
	margin: 0 6px;
	width: auto;
}
form .moreInfo ul label {
	display: inline;
}
#content form label {
}
#content form ul label {
}

span.checkbox {
	background: transparent url(../app_themes/verticalit/images/form/checkbox.png) 0 0 no-repeat;
	clear: left;
	display: block;
	float: left;
	height: 25px;
	padding: 0 5px 0 0;
	width: 19px;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../app_themes/verticalit/images/form/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select,
.admin.events span.select {
	background: transparent url(../app_themes/verticalit/images/form/select.png) 0 -2px no-repeat;
	color: #666;
	font: 12px/21px Helvetica,Arial,sans-serif;
	height: 24px;
	margin-top: 0px;
	overflow: hidden;
	padding: 0 24px 0 8px;
	position: absolute;
	width: 54px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
}
.admin span.select {
	background: transparent url(../app_themes/verticalit/images/form/select_lg.png) 0 -2px no-repeat;
	color: #666;
	font: 12px/21px Helvetica,Arial,sans-serif;
	height: 24px;
	margin-top: 0px;
	overflow: hidden;
	padding: 0 24px 0 8px;
	position: absolute;
	width: 200px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
}

