form#top {
	width: 90%;
	border: 0;
	margin: 0 auto;
	padding: 1em;
}
form#top input, form#top textarea {
	width: 90% !important;
	margin: 0;
	border: 1px solid #cdcdcd !important;
	clear: both;
}
form#top input.checkbox, form#top input.radio {
	width: auto !important;
	display: inline;
	margin: 0;
	padding: 0;
	clear: none;
}
form#top label { 
	font-weight: bold; 
	display: block; 
	width: 90%; 
	clear: both; 
	margin: 0;
	padding: 0;
	line-height: 1em;
}
form#top label.inline {
	display: inline;
	float: left;
	width: auto;
	clear: left;
	padding-right: 1em;
	line-height: auto;
}
form#top label.required:before { 
	font-weight: bold; 
	color: #e32; 
	content: '* '; 
	display:inline; 
}
form#top label.light {
	font-weight: normal !important;
}
form#top li {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 0;
	list-style-type: none !important; 
	background-image: none !important;
}
form#top li.topPad {
	padding-top: 1em;
}
form#top p {
	margin: 0;
	padding: 0.5em 0;
}
form#top br {
	width: 100% !important;
	clear: both !important;
}
/* from bootstrap 3 */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}