/* Formular CSS */
.inputrow label {
	width: auto;
}
/* Wohnungssuche Startseite */
#short-search {
	margin: 0;
	padding: 0;
}
#search-box h3 {
	margin: 0;
	padding: 0;
	width: 219px;
	height: 26px;
}

#search-box .inputrow select, #full-search .inputrow select, #full-search .inputrow2 select, #full-search .small input {
	display: block;
	border: 1px solid #000000;
	font-size: 11px;
	width: 120px;
	margin-bottom: 3px;
	margin-left:3px;
}

#full-search .inputrow select {
	/* width: 163px; */	
	width: 140px;
}

#full-search .inputrow2 select {
	width: 100px;
}

#full-search .small input {
	width: 35px;
	float:left;
	height:12px;
}

#full-search .small span {
	float:left;
	margin-top:2px;
}

#search-box .inputrow label, #full-search .inputrow label{
	display: block;
	font-size: 11px;
	width: 75px;
	margin-bottom: 3px;
}

#full-search .inputrow {
	width: 150px;
}

#full-search .inputrow2 label, #full-search .inputrow label{
	width: 110px;
	display:block;
	margin-left:3px;
}

#full-search .inputrow label {
	width: 140px;
}

.inputrow label, .inputrow input, .inputrow select, .inputrow textarea, .div-inputrow label, .div-inputrow input, .div-inputrow select, .div-inputrow textarea {
	display: block;
	margin-bottom: 3px;
}

.div-inputrow select {
	width: 290px;
	border: 1px solid #000000;
	font-size: 11px;
}

.inputrow input, .inputrow textarea, .div-inputrow input, .div-inputrow textarea {
	border: 1px solid #000000;
	width: 288px;
	font-size: 11px;
	padding: 2px 1px;
}

.inputrow textarea, .div-inputrow textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 70px;
}

.inputrow .submit-button, .inputrow button, a.submit-button, .div-inputrow .submit-button, .div-inputrow button, a.submit-button {
	font-size: 14px;
	width: auto;
	border: 0;
	width: 155px;
	margin: 3px 0 10px 0;
	padding: 0 18px 0 0;
	background-image: url(/templates/img/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	text-align: right;
}
a.submit-button {
	display: block;
	text-decoration: none !important;
}

.submit-button {
	cursor: pointer;
}

.inputrow button, .div-inputrow button {
	background-image: url(/templates/img/arrow-lgreen.gif);
}

.div-inputrow .clearLeft {
	clear:both;
}

/* fieldset der formulare */
.mytyFormFieldset-first {
	border:none;
	margin:0px;
	padding:0px;
}

.mytyFormFieldset-first legend {
	display:none;
}

/* reparaturformular */
.inputrow .form-street-city label, .div-inputrow .form-street-city label {
	display: inline !important;
	width: auto;
}

.inputrow .form-street-city input, .div-inputrow .form-street-city input {
	float: left; 
}

input#zip, input#address_nr {
	width: 50px;
}

input#address, input#city {
	width: 231px;
}

input#zip, input#address, input#firstname, input#phone, input#emailadr, input#phonework {
	margin-right: 3px;
}

input#firstname, input#lastname, input#phone, input#email, input#phonework, input#phonemobile, input#phoneprivate, input#emailadr {
	width:140px;
}

.cr-error {
	color: #CC3300;
	font-weight: bold;
}

/* Merklisteneintrag löschen */
.delete-from-list, .delete-from-list input {
	margin: 0;
	padding: 0;
}
.delete-from-list input {
	height: 15px;
	width: 15px;
}