form {
	padding: 0;
	margin: 0;
}

form label {
	float: left;
	display: block;
	width: 140px;
}

form .radio div label {
	float: none;
	display: inline;
	margin-right: 3px;
	margin-left: 1px;
}

form input,
form textarea,
form select {
	width: 300px;
	color: black !important;
}

form option {
	color: black !important;
}

form textarea { height: 150px; overflow:auto}
form .radio input,
form .checkbox input  { width:13px; }

form div {
	margin-bottom: 5px;
	overflow: hidden;
}



form .submit input {
	margin-left: 144px;
}

.shortform label { width: 95px; }
.shortform input { width: 195px; }
.shortform textarea { width: 195px; }
.shortform select { width: 200px; }
.shortform .submit input{
	margin-left: 90px;
}

.centerform label{ width: 70px; }
.centerform input { width: 105px; }
.centerform textarea { width: 105px; }
.centerform select { width: 105px; }
.centerform input[type=submit] { width: 105px; }

.teaserform label{ width: 70px; }
.teaserform input { width: 190px; }
.teaserform textarea { width: 190px; }
.teaserform select { width: 190px; }
.teaserform input[type=submit] { width: 190px; }

form div.error-message {
	float: right;
	color: red;
}

select.datefield { width: 98px; }

/* autocomplete */
div.auto_complete {
	position: absolute;
    width: 250px;
    border: 1px solid #868686;
    margin: 0;
	padding: 0;
	background-color: #B1B3B4;
	z-index: 1000;
}

div.auto_complete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.auto_complete ul li.selected {
	background-color: #4F4F4F;
}

div.auto_complete ul li {
	list-style-type: none;
    display: block;
    margin: 0;
    padding: 0 4px;
    cursor: pointer;
	color: white;
}