#shootQForm {
	width: 700px;
	margin: 0px auto;
}

#shootQForm .w-left {
	float: left;
	text-align: right;
}

#shootQForm .w-right {
	float: left;
	text-align: left;

	margin-left: 32px;
}

#shootQForm .w-action {
	clear: both;
	text-align: center;

	padding: 32px 0px 0px;
}

#shootQForm input[type=text] {
	width: 200px;
	margin-left: 8px;

	border: 1px solid #e3d199;
}

#shootQForm textarea {
	width: 200px;
	margin-left: 8px;

	border: 1px solid #e3d199;
}

#shootQForm .row {
	text-align: right;
	margin-bottom: 8px;
}

#shootQForm label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#shootQForm label.least_important {
	float: left;
	margin-left: 8px;
	color: #ffcc66;
}

#shootQForm label.most_important {
	float: right;
	color: #ffcc66;
}

#shootQForm select {
	border: 1px solid #72b4c9;
	background-color: #c9e3eb;
}

#shootQForm input[type=submit],
#shootQForm input[type=reset] {
	border: 1px solid #72b4c9;
	background-color: #c9e3eb;
}

#iMportantBox {
	text-align: right !important;
	height: 24px;
}

#iMportantBox input {
	display: inline;
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin: 0px 8px;
}
#eventTypeBox {
	height: 130px;
	margin-left: 75px;
}
#eventTypeBox span  {
	width: auto;
	height: auto;
	border: none;
	background: none;
	float: left;
}
#eventTypeBox ul {
	margin-left: 8px;
	list-style: none;
	width: auto;
	height: auto;
	border: none;
	background: none;
	float: left;
}
#eventTypeBox ul input {
	margin-right: 4px;
	vertical-align: middle;
}
#eventTypeBox ul li {
	text-align: left;
}
.event_date_day {
	width: 52px;
}
